/* 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:#425865;
	text-align:center;
	background:#2F4553 url(images/fond.gif) top repeat-x;
}

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

#top{
	margin:0;
	padding:0;
	width: 850px;
	height:151px;
	background:url(images/img_top_gallet.jpg) top right no-repeat;
	text-align:left;
}

#navig{
	margin:0;
	padding:0;
	height:27px;
	width:850px;
	background:url(images/img_fond_nav.gif) top no-repeat;
	text-align:left;
}

#contenu{
	margin:0;
	padding:0;
	width: 850px;
}

#photo_gauche{
	margin:0;
	padding:0;
	background-color:#2F4553;
	border:6px solid #ffffff;
	width: 415px;
	float:left;
}

#texte_droite{
	margin:0;
	padding:6px 0 6px 0;
	background:#ffffff url(images/img_fond_texte.gif) top repeat-x;
	width: 423px;
	float:right;
	text-align:left;
}

#pub_accueil_left{
	margin:0;
	padding:0;
	width: 404px;
	height: 138px;
}

#actu{
	margin:0;
	padding:0;
	width: 446px;
	height: 138px;
	background:url(images/fond_actu.gif) top repeat-x;
	text-align:left;
}

#bottom{
	margin:5px 0 0 0;
	padding:0;
	width:850px;
	text-align:center;
}
