/* Page */
body
{
	/*font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;*/
	font: normal 16px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin:0px;
	background:#cbd200;	
}

/* Conteneur */
#conteneur
{
	width:1000px;
	height:652px;
	margin-left:auto;
	margin-right:auto;
}

/* En-tête */
#entete
{
	padding: 0 0;
	height:172px;
	background-image:url('images/header.gif');
}

/* Menu de navigation */
#gauche
{
	width:156px;
	height:396px;
	float:left;
	text-align:left;
	background-image:url('images/gauche.gif');
}

/* Contenu secondaire */
#droite
{
	width:258px;
	height:396px;
	float:right;
	text-align:left;
	background-image:url('images/droite.gif');
}

/* Contenu principal */
#contenu
{
	background-image:url('images/contenu.gif');
	margin-left:156px;
	margin-right:258px;
	height:396px;
	width:586px;
	color:white;
}

#contenu_sans_marges
{
	padding-left:10px;
	padding-right:10px;
	
	overflow:auto;
	width:566px;
	height:396px;
}

#footer
{
	height:84px;
	background-image:url('images/footer.gif');
	background-repeat:no-repeat;
}

#mentions
{
	text-align:center;
	font-size:10px;
	color:white;
}

h2 { color:black; }

img {border:none;}
a:active a:hover{outline:none;}

a:link             {color: #cbd300;text-decoration: none;}
a:active,a:visited {color: #cbd300;text-decoration: none;}
a:hover            {color: white;text-decoration: underline;}

a.mentions:link             {color: white;text-decoration: none;}
a.mentions:active,a.mentions:visited {color: white;text-decoration: none;}
a.mentions:hover            {color: white;text-decoration: underline;}
