
/*===== BASE ======*/
body {
	background-color: #707070;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 995px;
	min-height: 746px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;				
}
#page img{
	border:none;
	vertical-align: 	bottom;
}

#header {
	width: 995px;
	height: 129px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid white 1px;
}

#contenu {
	width:794px;
	min-height: 600px;	
	margin: 0 auto;
	padding: 0;
	text-align:center;
	border-left: solid white 1px;
	border-right: solid white 1px;	
}


#contenu_texte {
	width:714px;
	min-height: 561px;	
	text-align:left;	
	margin: 0 auto;	
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	color: #FFFFFF;		
}

#contenu_texte a, #contenu_texte a:visited{
	color: #B70E2E;
	font-weight: bold;
	text-decoration: none;
}

#contenu_texte a:hover{
	color: #B70E2E;
	text-decoration: underline;
}

.bordure {
	border: 1px solid #B70E2E !important;
}

.bordure_blanche {
	border: 4px solid #FFF !important;
}

/*===== FIN BASE ======*/
/* ======== FOOTER ========= */
#footer{	
	width: 794px;
	min-height: 20px;		
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;	
	padding: 10px 0 5px 0;
	font-size: 12px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	color: #FFFFFF;
	line-height:15px;
	clear:both;
}

#footer a, #footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/* ======== FIN FOOTER ========= */

/* ========  REFERENCEMENT ========= */

#referencement {
	width: 794px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding: 5px 0 10px 20px;
	text-align: center;
	font-size: 10px;
	color: #929FA3;
}

#referencement a:link, #referencement a:visited, referencement a:active {
	color: #929FA3;
	text-decoration:none;
}

#referencement a:hover {
	text-decoration:underline;
}


/* ======== FIN REFERENCEMENT ========= */

/*===== TITRES ======*/
h1{
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	color: #B70E2E;	
	margin:0;	
	padding-top: 25px;
	padding-bottom: 20px;	
}

h2{	
	font-size: 14px;
	line-height: 15px;	
	margin:0;	
	padding-bottom: 20px;	
	text-align: left;
	color: white;
	display: inline;					
}

h3{
	font-size: 13px;
	color: #B70E2E;
	background-color: white;
	min-width: 100px;
	max-width: 150px;
	padding: 5px;
	border: 1px solid #B70E2E;
}

/*===== FIN TITRES ======*/

/* menu */

#barre_menu{
	border-bottom:1px solid #FFFFFF;
}

/* fin menu */

/* ======= pages ============ */
#accueil_gauche{
	float: left;
	width: 340px;	
	margin-right:5px;
	padding: 20px 0;	
}

#accueil_droite{
	float: right;
	width: 350px;
	margin-left:5px;
	padding: 20px 0;	
}

#accueil_gauche li{
	list-style-type: square;
	padding: 1px;
}

#administrable_evenements{
	clear: both;
	width: 714px;
}
/* ======= fin pages ============ */
/* ======= page menu ============ */
#ardoise_gauche{
	float: left;
	width: 340px;
	height: 220px;	
	margin-right:5px;
	background-image: url(images/ardoise.gif);
	background-repeat: no-repeat;
	
	padding-top: 30px;	
	
	overflow: auto;
	text-align:center;
}
#ardoise_droite{
	float: right;
	width: 340px;
	height: 220px;	
	margin-left:5px;
	background-image: url(images/ardoise.gif);
	background-repeat: no-repeat;
	
	padding-top: 30px;	
	
	overflow: auto;
	text-align:center;
}
#ardoise_droite ul, #ardoise_droite ol, #ardoise_droite li{
text-align: left;
margin-left: 10px;
}
#ardoise_plat_jour{
	padding-left: 30px;
	padding-right: 30px;
}

.carte{
	width: 714px;
	

	margin-top:	   20px;
}
.carte_gauche{
	width: 200px;
	float: left;
	margin-right: 30px;
}
.carte_milieu{
	width: 200px;
	float: left;
}
.carte_droite{
	width: 200px;
	float: left;
	margin-left: 30px;
}

.carte li.carte_pair{
	width: 200px;
	list-style-type: none;
	background-color: #BD1636;
	padding:0;
	margin:0;
	padding: 3px;
	margin-bottom: 3px;	
}
.carte li.carte_impair{
	width: 200px;
	list-style-type: none;
	
	background-color: #4B4B4B;
	padding:0;
	margin:0;
	padding: 3px;
	margin-bottom: 3px;	
}

.carte li.carte_entete{
	width: 200px;
	list-style-type: none;
	background-color: #FFF;
	color: #000;
	
	font-weight: bold;
	padding:0;
	margin:0;
	padding: 3px;
	margin-bottom: 5px;
}
/* ======= fin page menu ============ */
