/* main structure */

body {
	text-align: center;
	font: 12px Arial;
}

#page {
	width: 895px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 895px;
	height: 200px;
	position: relative;
	background-image: url('../images/interface/header.jpg');
}

	#header a.logo {
		display: block;
		width: 200px;
		height: 170px;
	}

	#mini-logo {
		height: 45px;
		width: 140px;
		background: #FFF url('../images/interface/logo.gif') no-repeat left top;
	}

	#header #menu {
		position: absolute;
		left: 192px;
		top: 168px;
	}
	
	#header #menu ul { list-style: none; float: left; }
	#header #menu li { float: left; }
	#header #menu li a {
		color: #FFF;
		display: block;
		height: 29px;
		font: bold 1em/29px Arial;
		text-align: center;
	}
	
	#header #menu li a:hover {
		text-decoration: underline;
	}
	
	#header #menu li a.atouts {
		border-left: 1px solid #FFF;
		width: 144px;
	}
	
	#header #menu li a.gamme {
		border-left: 1px solid #FFF;
		width: 149px;
	}
	
	#header #menu li a.societe {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		width: 149px;
	}
	
	#header #menu li a.print {
		margin: 6px 0 0 80px;
		width: 50px;
	}
	
	#header #menu li a.pdf {
		margin-top: 6px;
		width: 50px;
	}
	
#left {
	width: 192px;
	float: left;
}

	#espace-client {
		width: 192px;
		height: 103px;
		border-bottom: 1px solid #FFF;
	}
	
		#espace-client_top {
			width: 192px;
			height: 36px;
			border-bottom: 1px dashed white;
			background-image: url('../images/interface/portes/espace-client.gif');
		}
		
		#espace-client_content {
			width: 127px;
			height: 66px;
			line-height: 66px;
			padding-left: 65px;
			background: #AEAEC4 url('../images/interface/login.jpg') no-repeat left top;
		}
		
		#espace-client_content a { 
			padding-left: 25px;
			text-decoration: underline;
			color: #000;
			background: url('../images/interface/portes/icone-login.gif') no-repeat left top;
		}
		
		#espace-client_content a:hover { color: #DC1072 !important; }
	
	#separateur1 {
		width: 192px;
		font-size: 1px;
		height: 5px;
		border-bottom: 1px solid #FFF;
		background-image: url('../images/interface/portes/separateur1.gif');
	}
	
	#menu_nav {
		width: 192px;
		padding-top: 15px;
		border-bottom: 1px solid #FFF;
		background: #C2C2D3 url('../images/interface/portes/fond-menu-gauche.gif') repeat-x left top;
	}
	
		#menu_nav ul {
			list-style: none;
			margin: 0 0 10px 20px;
		}
		
		#menu_nav ul li { margin-bottom: 15px; }
		#menu_nav ul li a { color: #000; }
		#menu_nav ul li a:hover { text-decoration: underline; }
		
		#menu_nav ul li ul { margin: 0 0 8px 10px; }
		#menu_nav ul li ul li { margin-bottom: 0; }
		#menu_nav ul li ul li a { font-weight: normal; }
		#menu_nav ul li ul li a:hover { text-decoration: underline; }
	
	#separateur2 {
		width: 192px;
		height: 21px;
		border-bottom: 1px solid #FFF;
		background-image: url('../images/interface/portes/separateur2.gif');
	}
	
	#bloc1 {
		width: 192px;
	}
	
		#bloc1_top {
			width: 192px;
			height: 28px;
			background-image: url('../images/interface/portes/entete-bloc1.gif');
		}
		
		#bloc1_content {
			width: 176px;
			padding: 0 8px 10px;
			background-color: #AEAEC4;
		}
		
		#bloc1_content h1 {
			font-size: 1.4em;
		}

#container {
	width: 703px;
	float: right;
}

#container-print {
	width: 100%;
}

	#container #center {
		padding: 10px 10px 10px 35px;
		background: #FFF url('../images/interface/palette-couleurs.gif') no-repeat 1px 1px;
	}
	
		#center #ariane {
			margin-bottom: 6px;
			font-size: 0.8em;
			color: #9E8E72;
			position: relative;
		}
		
		#center #ariane a { color: #9E8E72; }
		
		#center #titre {
			font-size: 1.4em;
			color: #DC1072;
			margin-bottom: 5px;
			position: relative;
		}
	
		#center h1 {
			font: 1em Arial;
			margin: 15px 0 10px 0;
			font-weight:bold;
		}
		
		#center h1:first-letter {
			font-size: 1.4em;
			font-weight: bold;
			color: #8D8DB6;
		}
		
		#center h2 {
			color: #9E8E72;
			font-size: 1.1em;
			font-weight: bold;
			margin-bottom: 2px;
		}
	
	#container #right {
		float: right;
		margin-left: 5px;
		position: relative;
		z-index: 1000;
		/*padding-top: 136px;*/
	}
	
		#right #search {
			width: 208px;
			height: 28px;
			padding: 6px 24px 0;
			text-align: right;
			background-color: #B2260B;
			border-right: 1px solid #B2260B;
			/*position: absolute;
			top: 0;
			z-index: 1000;*/
		}
		
			#search form { background: url('../images/interface/portes/icone-search.gif') no-repeat left center; }
		
			#search input {
				width: 100px;
				border: 1px solid #000;
				/*****
				les deux débilités suivantes sont écrites pour écraser les styles
				imposés par une mauvaise règle css
				*****/
				margin-bottom: 0;
				float: none;
			}
			
			#search button {
				width: 80px;
				border: 0;
				background: transparent;
				color: #FFF;
				font-size: 0.8em;
			}
		
		#right #gammes {
			width: 257px;
			height: 106px;
			background: url('../images/interface/portes/autres-gammes.jpg') no-repeat left top;
			padding-bottom: 2px;
			/*position: absolute;
			top: 28px;
			z-index:1000;*/
		}
		
			#gammes a {
				margin-top: 24px;
				display: block;
				height: 82px;
				float: left;
			}
			
			#gammes a.univers1 {
				width: 59px;
				background: url('../images/interface/univers-alu.png') no-repeat left bottom;
			}
			
			#gammes a.univers2 {
				width: 70px;
				background: url('../images/interface/univers-pvc.png') no-repeat left bottom;
			}
			
			#gammes a.univers3 {
				width: 81px;
				background: url('../images/interface/univers-bois.png') no-repeat left bottom;
			}
			
			#gammes a.univers4 {
				width: 47px;
				background: url('../images/interface/univers-portes.png') no-repeat left bottom;
			}
		
		#vendome_link {
			width: 247px;
			background: #5F636F;
			margin-bottom: 2px;
			padding: 5px;
			
			color: #FFFFFF;
			font-size: 12px;
			font-weight: normal;
		}
		* html #vendome_link {
			width: 257px;
		}
		
			#vendome_link  .logo{
				float: left;
				width: 110px;
			}
			#vendome_link  .links{
				float: right;
				width: 130px;
			}
			
			#vendome_link a {
				color: #FFFFFF;
				font-weight: normal;
			}
			
		
		#bloc2 {
			width: 257px;
			border-bottom: 1px solid #84C0CC;
			background: #5DB4D3 url('../images/interface/portes/fond-bloc2.gif') repeat-x left top;
		}
		
			#bloc2 h1 {
				width: 257px;
				min-height: 15px;
				padding: 5px 0;
				background-color: #D40C60;
				border-bottom: 6px solid #72BED9;
				color: #FFF;
				font-size: 1em;
				text-align: center;
			}
			
			#bloc2 p {
				width: 241px;
				padding: 10px 8px;
				margin-bottom: 0px;
			}

		#bloc3 {
			width: 257px;
			padding: 10px 0px;
			border-bottom: 1px solid #FFF;
			background: #7CC6DE url('../images/interface/portes/fond-bloc3.gif') repeat-x left top;
		}
		
		#bloc_photos {
			width: 257px;
			padding: 10px 0px;
			border-top: 9px solid #D9D9E1;
			background-color: #C4C4D0;
		}
		
#footer {
	text-align: center;
}

	#footer ul {
		list-style: none;
		color:#DC1072;
	}
	
	#footer li { display: inline; }


	#container #center.fixed {
		width: 401px;
	}
	
	
.csc-mailform-field label{
	float:left;
	width:160px;
}
.csc-mailform-field textarea{
	
	width:200px;
	font-family:Arial;
	font-size: 1.1em;
}
.csc-mailform-field select{
	margin-bottom:5px;
	width:270px;
}
.csc-mailform-submit{
	float:right;
	margin-right:46px;
	margin-top:10px;
}
