body
{	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #005e92; 										/*couleur de fond bleue */
}

div#fond_banniere				
{
	height: 121px;
	background-color: #000;
}

div#banniere				
{
	position:relative; /* priorité du calque : en avant-plan par rapport à "barre" */
	z-index: 2;
	
	height: 215px;	
	width: 990px;
	margin: 0 auto;
	background: url(../images/banniere.jpg) no-repeat left top;
}

div#barre				
{
	position:relative; /* priorité basse :  arrière-plan */
	z-index: 1;
	
	height: 2px;	
	background: url(../images/barre_haut.jpg) repeat-x left top;
}

/* nouvelle référence de bloc */
div#conteneur 
{
	width: 990px;													/* largeur fixe */
	margin: 0 auto;												/* centre la div */	
}

div#fond_conteneur
{
	float: left;
	margin-top: 70px;
	margin-left: -46px;
	width: 821px;
	background: url(../images/fond.jpg) repeat-y left top;		/* Placement avec répétition verticale */
}

div#contenu
{		
	position:relative; 
	z-index: 5;
	
	width: 650px;
	margin: 0 auto;
	min-height: 350px;						/* hauteur minimale si vide */
}

div#pied
{
	margin: 40px 0 0 0;
	background: url(../images/footer.jpg) no-repeat left top;		
	height: 45px;
	line-height: 20px;										
	text-align: center;										
	font-size: 0.8em;											
	color: #FFF;
	font-weight: bold;	
}

div#contact
{
	margin-left: auto;			/* auto permet de centrer la div ! */
   margin-right: auto;
	width: 450px; 
	margin-top: 30px;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

div.theme_juillet					/* Concerne la page 14juillet */
{	
	width: 320px; 
	float: left;
	padding-bottom: 40px;
}

div.theme_juillet div				/* Concerne la page 14juillet */
{	
	height: 120px;	
	overflow: hidden;			/* tronque l'image pour n'afficher que la moitié en hauteur */
}

div.theme_juillet div img:hover
{
	margin-top: -120px;		/* monte l'image pour l'effet au survol */
}

div#menu_photos li
{
	height: 120px;			/* ne pas utiliser de line-height ici(différence entre IE et Firefox) */
	margin-top: 30px;
	overflow: hidden;		/* tronque l'image pour n'afficher que la moitié en hauteur */
}

div#menu_photos span
{
	line-height: 120px;
}

div#menu_photos a
{
	float: left;
	display: block;
	margin-left: 138px; 	/*290-152 = 138 */	
	margin-right: 20px;
}

div#menu_photos img:hover
{
	margin-top: -120px;		/* monte l'image pour l'effet au survol */
}

div.row 						/* Concerne la page contact */
{
 	clear: both;
	padding-top: 10px;
}

div.row span.label 
{
 	float: left;
 	width: 110px;
 	text-align: right;
	line-height: 25px;
}

div.row span.formw 
{
	float: right;
 	width: 320px;
 	text-align: left;
}


div.center
{
	margin-left: auto;			/* auto permet de centrer la div ! */
   margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 0 0 0;
}

div.center a
{
	border: none;
}


ul#menu
{
	position:relative; 
	z-index: 4;
	float: left;
	list-style-type: none;											
	padding: 120px 0 0 35px;				/* H, D, B, G */		
	margin: 0 0 0 0;
	width: 180px;													/* +29 = 189px */
}	

ul#menu li a 
{
	background: url(../images/bouton.jpg) no-repeat left top;
	line-height: 38px;
   text-decoration: none;			
	color: #DDD;
	font-weight: bold;			
	font-size: 1.2em;
	text-align: right;

	display : block;
	padding-right: 40px;
	height: 40px;
}

ul#menu  li a:hover 
{
	color: #FFF;
	background-position: 0px -40px;
	/*text-decoration: underline;
	font-style: italic;*/
}

ul#menu  li a#actif
{
	color: #FFF;
	background-position: 0px -40px;	
}

ul#menu_haut
{
	position:relative; 
	z-index: 4;
	float: right;
	padding: 0;	
	margin: 2px 500px  0 0;
	height: 0px;	
}

ul#menu_haut li
{
	display: inline;
	width: 100px;
	
}	

ul#menu_haut li a
{	
	padding-left: 10px;
	padding-right: 10px;	
	height: 24px;
	line-height: 24px;
   text-decoration: none;	
	text-align: center;
	color: #eee;
	font-weight: bold;			
	font-size: 1em;	
}

ul#menu_haut li a:hover
{
	color: #FFF;
	text-decoration: underline;
	font-size: 1.1em;
	/*background: url(../images/fond_menu_haut.png) repeat-x left top;*/
}

span.actif
{
	color: #FFF;
	/*text-decoration: underline;*/
}

ul.puce_carre
{
	color: #FFF;
	margin: 0 0 0 15px;
	text-align: justify;
	font-weight: bold;
	font-size: 1.1em;
	list-style-position: outside;		/* alignement si retour à la ligne */
	list-style-type: square;			/* style de la puce */
}

ul
{
	margin: 15px 0 15px 0;											/* H D B G */
	line-height: 18px;
	padding: 15px 0 0 0;	
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	list-style-position: outside;		/* alignement si retour à la ligne */
	list-style-type: none;
}

ul li
{
	
	margin: 0 0 13px 0;											/* H D B G */
}

span.date
{
	font-size: 0.9em;
	font-style: italic;
	margin-left: -20px;
	font-weight: normal;
	
}

ul.news
{
	list-style-type: none; 
	line-height: 25px; 
	margin-top: 40px; 
	padding: 0 0 0 20px;		/* H, D, B, G */
	width: 610px;
	
}

ul.news li a
{
	background: url(../images/date.png) no-repeat left top;
	display: block;
	line-height: 25px;
	text-decoration: none;
	padding-left: 80px;
	padding-bottom: 15px;	
	color: #FFF;
}

ul.news li a:hover
{
	background-color: #3488c0;		/* couleur de survol bleu foncé */
}

ol
{
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	list-style-position: outside;		/* alignement si retour à la ligne */
}

h1
{
	margin: 0 0 0 0;											/* H D B G */
	padding: 0 0 0 0;											/* H D B G */
	color: #FFF;
	font-size: 2em;
	text-align: center;
}

h2
{
	margin: 0 0 0 0;											/* H D B G */
	padding: 0 0 0 0;											/* H D B G */
	color: #E0F195;											/* vert pâle */
	font-size: 2.2em;
	text-align: center;
}

h2 a:hover
{
	text-decoration: none;
}

h3
{
	margin: 0 0 0 0;											/* H D B G */
	padding: 0 0 0 0;											/* H D B G */
	color: #FFF;
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
}

h4, h4.white
{
	margin: 20px 0 20px 0;										/* H D B G */
	padding: 0 0 0 0;											/* H D B G */
	color: #e0f195;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

h4.white
{
	color: #FFF;
}


h5
{
	margin: 50px 0 30px 0;										/* H D B G */
	padding: 0 0 0 30px;											
	color: #e0f195;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	background: url(../images/puce.png) no-repeat left top;

}

hr
{
	width: 600px;
	color: #DDD;
}

p		/* pas de précision pour les marges : saut auto */
{	
	color: #FFF;
	font-size: 1.1em;
	text-align: justify;
	font-weight: bold;
	line-height: 18px;
}

p.lien 
{
	text-align: center;
	margin-top: 30px;
	padding: 0;
	
}

p.lien a
{
	font-size: 1.1em;
	text-decoration: none;
}

p.lien a:hover
{
	/*font-size: 1.3em;*/
	text-decoration: none;
}

p.center, p.haut
{
	text-align: center;
}

p.haut
{
	margin-top: 40px;
}

p.rouge
{
	color: #e0f195;			/* vert */
	font-size: 1.5em;
	text-indent: 30px;
}

table.txt_img
{
	margin: 40px 0 0 0;											/* H D B G */
	color: #FFF;
	font-size: 1.1em;
	text-align: justify;
	font-weight: normal;
}

table.txt_img td.milieu
{
	width: 15px;
}

table.txt_img td
{
	width: 297px;
}

a.admin, a.admin:hover	
{
	text-decoration: none;
	font-weight: normal;
	color: #000;				/* noir */
}


a						/* Mise en forme des liens */
{
	text-decoration: none;
	font-weight: normal;
	color: #c1edff;				/* bleu clair */
}

a:hover 
{
	color: #e6f2fe;				/* bleu clair */
	text-decoration: underline;
}

img.img_lien	
{
	border: 0;
	vertical-align: middle;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


span.normal, span.redn		
{
	font-weight: normal;
}

span.red, span.redn			
{
	color: #FFCC33;
}

span.barre
{
	text-decoration: line-through;
}

span.underline
{
	text-decoration: underline;
}

span.bold
{
	font-weight: bold;
	
}

span.italic
{
	font-style: italic;
}



span.blanc
{
	color: #FFF;			/* liens grisés */
}

acronym
{
	cursor: help;
}