/* 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;
	text-align:center;
	background-color:#006397;
}

#page {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto; 
}

#contenu {
	width: 900px;
	margin: 0 auto 0 auto;
 	background:url(images/fond_contenu.gif) top repeat-y;
}

#top {
	width: 900px;
	height:373px;
	margin: 0 auto 0 auto;
 	background-color:#ffffff;
}

.fond_droite{
	background:url(images/fond_droite.jpg) top no-repeat;
}

#coordonnees{
	margin-top:5px;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
}

#drapeaux{
	margin-top:21px;
}

#texte{
	font-family:verdana;
	font-size:11px;
	color:#73733B;
	font-weight:normal;
	text-align:justify;
	margin:5px;
}

#bottom {
	width: 900px;
	height:58px;
	margin: 0 auto 0 auto;
 	background:#ffffff url(images/bottom.gif) top no-repeat;
}

