body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "trebuchet ms" ; color: #339900;}
body,td,div,p,pre,ul {font-size: 13px;}
BODY {	background-color: #000000;
	text-align: center;
	scrollbar-face-color: #000000; /*fond de la barre*/
 scrollbar-shadow-color: #336600;/*bordure exterieure droite et haute*/
 scrollbar-highlight-color: #000000;/*bordure interieure gauche et haute*/
 scrollbar-3dlight-color: #336600; /*bordure exterieure gauche et haute*/
 scrollbar-darkshadow-color: #000000; /*bordure interieure droite et basse*/
 scrollbar-track-color: #336600; /*sous la barre*/
scrollbar-arrow-color: #336600;/*fleche*/
}
#container {
 width: 900px;
 background-color:#000000;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
 padding-top: 30px;
 text-align: left;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

#conteneurmenu {
 width: 900px;
 text-align: center;
 float: center;
 margin-left: auto;
 margin-right: auto;
}

#foot {
 width: 900px;
 text-align: center;
 float: center;
 margin-left: auto;
 margin-right: auto;
}

h1 {font-size: 18px;}
h3 {font-size: 13px;}
p {			text-align: justify ;
			text-indent: 0em ;}

.small {font-size: 12px;}
.mini {        font-size: 11px;}
.minimini {font-size: 10px;}
.gras {
	font-size: 13px;
	font-weight: bold;
}

.h1 {
	color: #339900;
	border-bottom-style:solid; border-bottom-width:1px; border-color:#339900;
    margin:0px; margin-bottom:16px;
	padding: 10px;
	padding-left: 50px;
	font-weight : bold;
	font-size: 15px;
	background-image: url(/css/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.h2{
	color: #339900;
	border-bottom-style:dashed; border-bottom-width:1px; border-color:#339900;
    margin:0px; margin-bottom:16px;
	padding-left: 65px;
	font-weight : bold;
	font-size: 16px;
	background-image: url(/css/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.h3{
	color: #339900;
	border-bottom-style:dotted; border-bottom-width:1px; border-color:#339900;
    margin:0px; margin-bottom:0px;
	padding-left: 10px;
	font-weight : bold;
	font-size: 13px;
	background-image: url(/css/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a {        font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#33cc00}
a:visited {        color:#33cc00}
a:active {color:#33cc00}
a:hover{color: #ff3300;}

div.float {
 	float: left;
	 	text-align: justify ;
	 padding: 10px;
 }
 
 div.floatanim {
 	float: left;
	 	text-align: justify ;
	 padding: 10px;
 }

div.float p {
 	text-align: justify ;
	font-style: italic;
	font-size: 12px; 
  }
  
div.floatd {
 	float: right;
	 	text-align: justify ;
	 padding: 10px;
 }
 
 div.floatdrapeau {
 	float: right;
	 padding-right: 10px;
 }

div.floatd p {
 	text-align: justify;
	font-size: 12px; 
  }
  
 .spacer {
  clear: both;
  	border-bottom-style:dotted; border-bottom-width:1px; border-color:#ED1C24;
}

 div.floatimgcentre{
 
 	float: center;
	 	text-align: center;
	 padding-right: 0px;
 }
 
 a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:15px;
   font-weight:normal;
   width:150px;
   top: 40px; 
   left: 50px;
   background: white;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #5D779A;
}

.clearer {
	clear: both;
	}
