/* Import des styles séparés */
@import url(style-textes.css);
@import url(style-liens.css);

/* Mise en forme générale */
body {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background-color:#016283;
}

#principal {
	margin:0 auto 0 auto;
	width:920px;
	text-align:center;
}

#top{
	margin:0;
	padding:0;
	width: 920px;
	height:317px;
}

#top-gauche{
	width: 459px;
	height:317px;
	float:left;
}

#top-droite{
	width: 461px;
	height:317px;
	float:right;
}

#navig{
	margin:0;
	padding:0;
	height:55px;
	width:920px;
	background:url(images/fond_nav.jpg) top no-repeat;
	text-align:left;
}

#contenu{
	margin:0;
	padding:0;
	width: 920px;
	text-align:left;
	overflow:hidden;
}

.imagetextedroite {
	float:right;
	margin-left:10px;
}

.Fond_cell_fonce {
	padding:5px 5px 5px 10px;
	border-right:8px solid #016283;
	border-bottom:8px solid #016283;
	background-color:#02526D;
}

.Fond_cell_clair {
	padding:5px 0px 5px 5px;
	border-right:2px solid #016283;
	border-bottom:8px solid #016283;
	background-color:#005B7A;
}

#bottom{
	margin:0;
	padding:0;
	width:920px;
	height:49px;
	background:url(images/fond_bottom.gif) top center no-repeat;">
	text-align:center;
}

.form{
background-color:#22AFDF;
color:#ffffff;
font-size : 10px;
font-family : verdana;
border:1px solid #79C9E4;
}