/* Feuille de style contenant les proprietes de style de la page products */

/* Structure */
body{
	background-color: #E3E4E6;
}
.bg{
	background: url(../img/products/bg_bottom.gif) repeat-y #E3E4E6;
}
#background_fix{
	z-index: 1;
	background: url(../img/common/bg_door.jpg) top left no-repeat;
	height: 615px
}
#bg_visu_contact{
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 384px;
	left: 0;
	height: 135px;
	background: url(../img/contact_com/letters.jpg) bottom right no-repeat;
}

/* Top */
.ContentTop{
	width:986px;
	padding: 0 0 0 16px;
}
.ColumnLeft{
	float:left;
	padding-left : 15px;															
	width:310px;
}
/*.content_left{
	float: left;
	margin-left: 110px;
	width: 555px;
	text-align: left;
	background-color:Aqua;
}*/

.content_left{
	margin-left: 421px;
	width: 560px;
	text-align: left;
}

.content_left h1{
	font-size: 26px;
	line-height: 22px
}
.content_left p{
	margin-bottom: 15px
}
.content_left label{
	display: block;
	padding-bottom: 5px
}
.content_left dt{
	font-weight: bold;
}
#scrollbox2{
 	overflow-y:auto;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: black; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	SCROLLBAR-BASE-COLOR: white; 	
 }
#scrollbox2{
	margin-left: 10px;
	width:552px;
	height:135px;
}
html>body #scrollbox2{
	overflow: auto;
}
.rien{
	
}
#scrollbox2 p strong, h3{
	padding-left: 10px;
	background: url(../img/common/puce_carree_rouge.gif) no-repeat 1px 5px;
}
#scrollbox2 p {
	margin-bottom: 15px;
}
#scrollbox2 a{
	font-size: 12px;
	text-decoration: underline;
}
#scrollbox2 a:hover{
	font-size: 12px;
	text-decoration: none;
}

.ColumnLeft h2.red{
	font-size: 21px;
	margin-bottom:10px;
}

.ColumnLeft a{
	font-size: 11px;
	text-decoration: underline;
}
.ColumnLeft a:hover{
	font-size: 11px;
	text-decoration: none;
}






















