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


/*** BALISES ***/
BODY {
	margin:0px;
	padding:0px;
	background-color:#003630;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#385f51;
}

a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#385f51;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}


#ligne {
	
	border-width:0px;
	border-style:none;
	border:0 none;
	background-image:url(../../images/habillage/hr.gif);
	background-repeat:no-repeat;
	width:470px;
	height:24px;
	border: #e4ddb7;

}

#choix_zone {
	height:20px;
}
/*** Mise en page ***/


#conteneur {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#header {
	width:887px;
	height:19px;
	margin-right:13px;
	padding-right:13px;
	text-align:right;
}

#header a {
	color:#e4ddb7;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#haut {
	width:900px;
	height:99px;
	padding-right:13px;
	background-image:url(../../images/habillage/fond_haut.png);
	background-repeat:no-repeat;
}

#navigation_haut {
	float:right;
	text-align:right;
	padding-top:5px;
	padding-right:13px;
}

#navigation_haut a {
	color:#003630;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}

#navigation_haut a:hover {
	text-decoration:underline;
}


/*** Textes et liens ***/
.texte_haut {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#003630;
}