@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#flashcontent {
	height: 350px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(eauback.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
.menugauche {
	list-style-type: none;
	text-align: left;
	margin: 4px;
	background-color: #B0BAFF;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
}
h3{
	margin:0;
	padding: 0 0 3px;
	color: #000000;
	text-align: center;
	background-color: #0099FF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
p {
	margin: 0 0 0px 0;
}
#header {
	height: 100px;
	background-color: #99CCCC;
	background-image: url(/banniere.jpg);
}
#haut {
	height: 30px;
	background-color:#FFFFFF;
}
#conteneur {
	width:900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#centre {
background-color:#9999CC;
margin-left: 150px;
margin-right: 150px;
}
#gauche {
	float:left;
	width: 150px;
	font-size: 10px;
}
#droite {
float:right;
width: 150px;
}
#pied {
	clear:both;
	height: 15px;
	background-color: #B0BAFF;
	font-size: 0.8em;
	font-style: italic;
}
#menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}
#menugauche {
	margin: 0px;
	padding:0;
	font-size: 0.5em;
	background-color: #00CCFF;
}
#menugauche   ul{
	margin: 0px;

}
.titre {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-indent: 5px;
}

#menugauche li {
	margin-bottom: 2px;
	font-size: 9em;
	color: #CCCCCC;
}
#menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
}
.menuliens {
	font-size: 0.9em;
	color: #999999;
	background-color: #006699;
}

#menugauche a:hover {
text-decoration: none;
}
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}
/*- Menu Tabs--------------------------- */


    #tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #00CCFF;
	background-image: url(eauback.jpg);
	background-repeat: repeat;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
