@charset "utf-8";
/* CSS Document */

body{
SCROLLBAR-FACE-COLOR: #152638;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #12294d;
	SCROLLBAR-3DLIGHT-COLOR: #59a5e7;
	SCROLLBAR-ARROW-COLOR: #59a5e7;
	SCROLLBAR-TRACK-COLOR: #333;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
	}
	
.clearfloat {clear:both; height:0; font-size: 1px; line-height:0px;}
	
	
.adresse { height:144px; background-image:url(../images/fond_adresse.jpg); background-repeat:no-repeat; background-position:right; text-align: right; }
.adresse p { margin:0px 0 12px 0; padding-top:6px;}
.adresse p a:link {color:#fff; text-decoration:none; border-bottom:1px dashed #ff6633;}
.adresse p a:hover{color:#fff; text-decoration: none; border-bottom:none;}
.adresse p a:visited{color:#fff; text-decoration:none;border-bottom:1px dashed #ff6633;}
.adresse p a:active{color:#fff; text-decoration:none;border-bottom:1px dashed #ff6633;}
.adresse span { font-weight:bold;}
.adresse ul { margin:0; padding:0;}
.adresse li { display:inline; color:#ff6633;}
.adresse li a:link {color:#fff; text-decoration:none; border-bottom:none;}
.adresse li a:hover{color:#fff; text-decoration: none; border-bottom:1px dashed #ff6633;}
.adresse li a:visited{color:#fff; text-decoration:none; border-bottom:none;}
.adresse li a:active{color:#fff; text-decoration:none; border-bottom:none;}
a.plus:link {text-decoration: none;color: #fff;border-bottom:1px dashed #F00; font-weight:bold;}
a.plus:visited {text-decoration: none;color: #fff;border-bottom:1px dashed #F00; font-weight:bold;}
a.plus:hover {text-decoration: none;color: #fff;border-bottom:none; font-weight:bold;}
a.plus:active {text-decoration: none;color: #fff;border-bottom:1px dashed #F00; font-weight:bold;}

#contenu {width:100%; height:480px; overflow-y:auto; margin:0; padding:4px; color:#fff; }
#contenu p{ line-height:16px; margin:3px 0 6px 0px; padding:0;}
#contenu h1 { color:#0099ff; margin:4px 12px 8px 0; font-size:21px;}
#contenu h2 { color:#ff6633; margin:0 12px 8px 0; padding:0 0 4px 0; font-size:14px; background-image:url(../../upload/image/filet.gif); background-repeat:no-repeat;}
#contenu h3 a { color:#ff6633; margin:0!important; padding:0!important;}

#contenu h3 { color:#ff6633; margin:12px 12px 0px 0; padding:0 0 0px 0; font-size:14px;}
.imagegauche { float:left; margin:0px 8px 8px 0; border:1px solid #0099ff;}
#contenu ul{ list-style-position: inside; margin:6px 0 12px 0;}
#contenu ol{ list-style:none;}
#contenu li {margin: 4px 0 4px 12px}
#contenu li a:link{color:#fff; text-decoration: none; font-weight:bold; border-bottom:1px solid #ff6633;}
#contenu li a:hover{color:#fff; text-decoration:none; font-weight:bold; border-bottom:none;}
#contenu li a:hover:visited{color:#fff; text-decoration:none; font-weight:bold; border-bottom:none;}
#contenu li a:visited{color:#fff; text-decoration: none; font-weight:bold; border-bottom:1px solid #ff6633;}
#contenu li a:active{color:#fff; text-decoration: none; font-weight:bold; border-bottom:1px solid #ff6633;}
#contenu table{ width:525px;}
.fondtab { background-color:#0099ff; color:#000; text-align:center; font-weight:bold}
.fondtab2 { background-color:#333; color:#fff; text-align:center;}
.equipement { border: 1px solid #333; text-align:center;}
.equipement2 { background-color:#333; padding:4px; vertical-align:top;}

.preparerHiver{ margin:0px; padding:0px;}
.preparerHiver ul{  list-style:none; margin:0px!important; padding:0px; }
.preparerHiver li{font-weight:bold; font-size:12px; background-image:url(../../upload/image/tiret.gif); background-repeat:no-repeat;}
.preparerHiver img { margin-right:12px}
.videoacc {float:left; margin: 12px 12px 0 0; }


a:link {text-decoration: none;color: #F00;}
a:visited {text-decoration: none;color: #F00;}
a:hover {text-decoration: underline;color: #F00;}
a:active {text-decoration: none;color: #F00;}
.titre_contenu {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	font-style: normal;	line-height: normal;	font-weight: bold;	color: #ffffff;}
.contenu,table {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;color: #FFFFFF;}
.copyright_ebb {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8px;	font-style: normal;	line-height: normal;color: #FFFFFF;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Verdana;
width: 178px; /* Main Menu Item widths */
;
border:1px solid #0099ff;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: none; /*force hasLayout in IE7 */
color: white;
text-decoration: none;


}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #000; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
color:#F00;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */