/* CSS Document */
/**********************************
Mise en forme g�n�rale de la page
**********************************/
html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	scrollbar-face-color: #4169B1;
	scrollbar-shadow-color: #4169B1;
	scrollbar-highlight-color: #4169B1;
	scrollbar-3dlight-color: #4169B1;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #DADAE2;
	/*background-image: url(../images/fond_site.gif);*/
}

#main{
	position:absolute;
	width: 786px;
	height: 100%;
	left:50%;
	margin-left:-393px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}

.pied {
	text-align: right;
	height: 20px;
	background: #FFFFFF url(../images/bg_BasEaux.gif);
}

.pied a {
	padding-right: 30px;
	color: #B01015;
	font-size: 11px;
	font-weight: bold;
}

.pied a:hover {
	text-decoration: none;
	color: #363636;
}


/*****************************************
Formatage textes
*****************************************/
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	color: #CCCCCC;
	text-decoration: none;
}

#hierarchie a, a:hover, a:active {
	color: #B01015;
	text-decoration: none;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18	px;
	font-weight: bold;
	color: #015AA7;
}

.Style1 {
	color: #015AA7;
}
.titreEaux{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4169B1;
	padding-bottom: 5px;
}

.titreMetaux{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B01015;
}

.titreFood{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #EF8125;
}

.titreFeed{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #BED136;
}

.titreOrange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F29A02;	
}

.texteBandeVertical{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4169B1;
	text-transform: lowercase;
	padding-right: 5px;
	padding-left: 5px;
}

.titreArticle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B01015;
}
.texteArticle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

.texteArticle strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}

.lienMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4169B1;
}
.lienSousMenuEaux{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4169B1;
}
.lienPetit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4169B1;
	text-align: left;
	left: 5px;
	position: relative;
}
.texteAriane{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B01015;
}
.texteBleuClair{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0282F2;
}
.texteBleu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #015AA7;
}
.texteRouge{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B01015;
}
.texteOrange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F29A02;
}
.dashed{
	height: 1px;
	width: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003399;	
}

strong.spip, strong, strong i.spip {
	color: #015AA7;
}
.spip_out{
	/*color: #A68502;*/
	color: #015AA7;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.spip_lien_ok{
	margin:0;
}
.spip_documents{
	margin:0;
}
u{
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
i{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0282F2;
}
.margeGauche{
	margin-left: 20px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-bottom: 2px;
	width: 370px;
}
/***************************************************
** Le menus
*****************************************************/
.apparent{
	visibility: visible;
	display: block;
}
.cache{
   visibility: hidden;
   display: none;
}
.invisible{
   visibility: hidden;
   display: none;
}
.naVertical{
	padding-top: 5px;
	padding-bottom: 5px;
}
.lienSousMenu{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4169B1;
	padding: 5px 5px;
}
#navVertical{
	background-image: url(../images/bg_navVerticalEaux.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 127px;
	width: 111px;
	position:absolute;
	top:161px;
	left:935px;
	text-align: left;
}
#div1{
	position:absolute;
	top:105px;
	left:141px;
	height:auto;
	width:130px;
	background-color:#F5F8F9;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4169B1;
	text-decoration: none;
	text-align: left;
	border: 1px dotted #4169B1;
	padding-left: 15px;
}
.tdMenu1{
	/*width:130px;*/
}
#div2{
	position:absolute;
	top:105px;
	left:271px;
	height:auto;
	width:150px;
	background-color:#F5F8F9;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 1px dotted #4169B1;
	padding-left: 15px;
}
.tdMenu2{
	/*width:100px;*/
}
#div3{
	position:absolute;
	top:105px;
	left:366px;
	height:auto;
	width:160px;
	background-color:#F5F8F9;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 1px dotted #4169B1;
	padding-left: 15px;
}
.tdMenu3{
	/*width:160px;*/
}
#div4{
	position:absolute;
	top:105px;
	left:553px;
	height:auto;
	width:190px;
	background-color:#F5F8F9;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 1px dotted #4169B1;
	padding-left: 27px;
	z-index:10;
}
.tdMenu4{
	/*width:130px;*/
}
#div5{
	position:absolute;
	top:105px;
	left:673px;
	height:auto;
	width:135px;
	background-color:#F5F8F9;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 1px dotted #4169B1;
	padding-left: 15px;
}
.tdMenu5{
	/*width:130px;*/
}
.zindex0{
	z-index:1;
	}
.tdDroit{
	margin:0;
	width: 163px;
	background-image: url(../images/tdBleu.jpg);
	background-repeat: repeat-x;
}
/******************************************
Placements objets graphiques, formulaires
******************************************/
.zoneTexte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px solid #000000;
}
.zoneTexteSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 112px;
	border: 1px solid #4169B1;
}
.zoneListe{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px solid #000000;
}
.zoneChamp{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 80px;
	width: 200px;
	border: 1px solid #000000;
}
.zoneCocher{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border: none;
}
.zoneSubmit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 100px;
	border: 1px solid #A0A0A0;
}
