/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:1em; background:url(images/bg.gif) repeat-x top #002c45}
html, input, textarea	{	font-family:Arial, Helvetica, sans-serif;
		color:#7db6d4;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{color:#018eb9; text-decoration:underline} 
a:hover{text-decoration:none}

.link1{color:#57d413; font-weight:bold;   }

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:11px; }
ul li a{color:#fff; font-weight:bold; text-decoration:none ; line-height:1.66em} 
ul li a:hover { text-decoration:underline; }

.ul li{background:url(images/tail1.gif)  bottom left repeat-x;  padding-bottom:15px; padding-left:0; margin-bottom:9px}
.ul li span{background:url(images/1page_title4.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:65px; display:block }
.ul li .li{background:url(images/1page_title5.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:65px; display:block }
.ul li a{color:#57d413; font-weight:bold; text-decoration:underline ; line-height:1.33em} 
.ul li a:hover { text-decoration:none; }

.ul1 li{background:url(images/marker1.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:13px; }
.ul1 li a{color:#57d413; font-weight:bold; text-decoration:underline ; line-height:1.66em} 
.ul1 li a:hover { text-decoration:none; }


object { vertical-align:top;}

/*content*/
#content{ font-size:0.85em; text-align:left; border-left:1px solid #33566a;  border-right:1px solid #33566a; background: url(images/bg_cont.gif) repeat-x top #003957}
#content .indent-main{padding:34px 34px 35px 37px}
#content .title{  margin-bottom:21px}
#content .title1{  margin:43px 0 15px 0}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-left1{ float:left; margin:0 16px 0 0}
#content .img-left2{ float:left; margin:0 16px 16px 0}
#content .img-indent{ margin:0 0 11px 0}
#content .img-indent1{ margin:0 8px 9px 0}
#content p{ margin:0 0 23px 0}
#page7 #content p{ margin:0 0 17px 0}
#content .p{ margin:0}
#content .p1{ margin:0 0 13px 0}
#content .p2{ margin:0 0 33px 0}
#content h3{color:#57d413; font-size:.916em; text-transform:uppercase; margin-bottom:5px; line-height:1.27em  }
#content h4{color:#8b870e; font-size:1em; margin-bottom:13px;  }
#content .tail{ background:url(images/tail1.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:9px}
.txt{ color:#7db6d4; font-weight:bold; float:right; display:block; margin-bottom:15px}

#content .indent{padding:0 0 0 11px}
#content .indent1{padding:0 0 0 7px}

/*box*/
.box{ background:#EAE4E0; width:100%;}
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(images/border_left.gif) repeat-y left;}
.box .border-right {background:url(images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(images/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:0 0 0 0; }


/*footer*/
#footer { color:#368ab6; font-weight:bold; font-size:0.75em; text-align:right; border-bottom:1px solid #000000}
#footer .indent-footer{ padding:14px 35px 0 30px;}
#footer a {color:#368ab6; text-decoration:none}  
#footer a:hover {  text-decoration:underline}


.h{ height:58px}
.block-contact span{ float:right; margin-right:20px}
input.fond{
   	border:1px solid #125d7f; 
	background:#125d7f;
	font-family:Tahoma, Geneva, sans-serif;
	width:158px; height:17px;
	font-size:11px;
	padding-left:5px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #125d7f; 
	background:#125d7f;
	font-family:Tahoma, Geneva, sans-serif;
	width:195px; height:135px;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
	
.arrowlistmenu{
width: 250px; /*width of accordion menu*/
margin-top:20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 15px; /*bottom spacing between each UL and rest of content*/
margin-left:10px;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background:url(images/marker.gif) center left no-repeat; background-position:3px 8px; margin:0; padding-left:11px;
}

.arrowlistmenu ul li a{
color: #FFFFFF;
/*background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada;*/
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #128ab5;
}

h1 { font-size:20px; text-align:center; color:#DFFF9D }

.produit_select {
	font-size:12px;
	text-align:left;
	width:85px;
	background-color:#003957;
	color:#FFFFFF;
	border:1px solid #7db6d4;
}

.produit_bouton {
	padding:2px 1px;
	height:24px;
	font-size:12px;
	text-align:center;
	background-color:#7db6d4;
	color:#000000;
	font-weight:bold;
	border:1px solid #FFFFFF;
}

.produit_bouton:hover {
	color:#FFFFFF;
}

table.prix {
	font-size:12px;
	width:600px;
	border-collapse:collapse;
	margin:15px auto;
}

table.prix th {
	border:#666666 solid 1px;
	background-color:#7db6d4;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
}

table.prix td {
	border:#999999 solid 1px;
	text-align:center;
	padding:5px;
}

.fond_input {
	background-image:url(images/fond_input.png);
	background-repeat:repeat-x;
	padding:3px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color:#000033;
}