/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#44413e;
	background-color:#565758;
	background-image:url(../images/fond.gif);

}

/*Global..................................*/
#global{
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	top:0%;
	margin-top:0px;
	background-image:url(../images/fond_ville.gif);
}

#nav_principale{
float:left;
position:relative;
width:345px;
height:290px;
}

#logo{
float:left;
position:relative;
width:269px;
height:290px;
background-image:url(../images/logo.gif);
}

#actu{
float:left;
position:relative;
width:346px;
height:290px;
}

#nav_secondaire{
float:left;
position:relative;
width:386px;
height:398px;
}

#contenu{
float:left;
position:relative;
width:574px;
}

#pied{
float:left;
position:relative;
width:960px;
height:116px;
background-image:url(../images/bande_fin.gif);

}

