body
{
	margin-top: 30px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur*/
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	background-color:#f7ed2d;
	background:url('background.jpg') no-repeat top center;
}

body.b1
{
	background:url('background-jaune.jpg') no-repeat top center;
}

body.b2
{
	background:url('background-rouge.jpg') no-repeat top center;
}

#en_tete
{
	height:312px;
	width:1100px;
	background-image:url("entete.png");
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom:0px;
}

#contenu
{
	margin-left: 250px;
	margin-top:0px;
	background-image:url("RegMeyzieu05.png");
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 80% 100%;
	position: relative;
	-moz-border-radius: 15px;
	min-height:850px;
	padding: 30px;
	font-size:12px;
}

#contenu_moteur
{
	margin-left: 250px;
	margin-top:0px;
	min-height:600px;
	position: absolute;
}

#menu
{
	float:left;
	width:200px;
	-moz-border-radius: 15px;
}

#corps
{
	background: #ffffff;
	min-height: 700px;
	margin: auto;
	width:1100px;
	background-image:url("flou.jpg");
	border: 4px ridge yellow;
}

#pied_de_page
{
	margin:auto;
	bottom: 0px;
	background-image:url("4decouple.gif");
	width:221px;
	height:136px;
	background-repeat: no-repeat;
	background-position: top center;
}

#pied_de_page2
{
	position: relative;
	top: 30px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 50px;
}

.ombre
{
	opacity: 0.5;
}
.ombre:hover, .ombre:focus, .ombre:active 
{
	opacity: 1;
}

fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
	margin-top: 15px;
	font-weight: bold;
	font-size:14px;
}

h1
{
	color : red;
	font : 200% impact, futura, sans-serif;
	text-transform : uppercase;
	overflow : hidden;
	position : relative;
	padding-left : 3px;
	text-align:center;
	margin:0;
}

.centree
{
	text-align: center;
	margin: auto;
	width:640px;
	display:block;
}

.pagination
{
	line-height:2em;
	text-align: center;
}

.pagination a,
.pagination span {
	padding:0.2em 0.5em;
}

.pagination a
{
	border:1px solid #9AAFE5;
	color:#105CB6;
	text-decoration:none;
}
.pagination a:hover
{
	border:1px solid #296BB5;
	color:#000031;
}

.pagination span.encours
{
	border:1px solid #2E6AB1;
	background-color:#2E6AB1;
	color:#ffffff;
	font-weight:bold;
}
