body{
	margin: 0;
	font-family: georgia;
	line-height: 1.3em;
	background-color: #e0e0e0;
}
#global{
	margin: 0 auto;
	background-color: #e5e5e5;
	width: 1000px;
}
a img{
	border: none;
}
h1, h2, h3, .sousmenu, #contenu .adresse{
	color: #223196;
}
/*  TITRE DE LA PAGE  */
h1{
	font-size: 22px;
	border-bottom: 1px solid #223196;
}
/* NOM DE L'ETABLISSEMENT  */
h2{
	font-size: 20px;
}
/*  MENU (HORAIRES-TARIFS-...)  */
h3{
	background-image: url('/images/h3.gif');
	background-repeat: no-repeat;
	font-size: 18px;
	margin: 15px 0;
	padding-left: 20px;
}
/*  SOUS-MENU  */
.sousmenu{
	background-image: url('/images/sousmenu.gif');
	background-repeat: no-repeat;
	background-position: 20px 0;
	font-size: 16px;
	margin: 15px 0;
	padding-left: 40px;
}

/* HAUT DE PAGE */
#haut_page{
	width: 1000px;
	height: 210px;
}
#haut_page h1{
	margin: 0;
	border: none;
}
#haut_page h1 a{
	background-image: url('/images/logo.jpg');
	width: 253px;
	height: 210px;
	float: left;
}
#haut_page h1 span{
	display: none;
}
#haut_page h2{
	background-image: url('/images/slogan.jpg');
	width: 747px;
	height: 210px;
	float: left;
	margin: 0;
}
#haut_page h2 span{
	display: none;
}
/*  FIN DU HAUT DE PAGE  */

/* MENU */

#menu{
	float: left;
	width: 250px;
	color: #223196;
}
#menu li, #menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul a{
	background-image: url('/images/menu1.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #223196;
	padding: 5px 0 5px 20px;
}
#menu ul a:hover {
	background-color: #d5d5d5;
}
#menu ul ul a{
	background-image: url('/images/menu2.gif');
	background-position: 15px 8px;
	font-size: 13px;
	background-color: #fff;
	padding: 5px 0 5px 30px;
}
#menu ul ul a:hover {
	background-color: #d5d5d5;
}
#menu .plan{
	float: right;
	margin-top: 20px;
}
#menu .plan a{
	display: block;
	background-image: url('/images/plan.gif');
	background-position: 0 0;
	width: 123px;
	line-height: 54px;
	padding: 0 0 0 70px;
	color: #223196;
	text-decoration: none;
}
#menu .plan a:hover{
	text-decoration: underline;
}
#menu .logo{
	float: left;
	width: 150px;
	padding: 0 50px;
	margin-top: 20px;
}
#menu .logo img{
	margin: 5px;
}
/*  FIN DU MENU  */

/* CONTENU */
#contenu{
	float: left;
	width: 730px;
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	min-height: 750px;
}
#contenu p{
	font-size: 12px;
	text-align: justify;
	margin: 5px 0;
	padding: 2px;
}
#contenu ul{
	font-size: 12px;
	text-align: justify;
	line-height: 1.2em;
}
#contenu a{
	color: #223196;
}
#contenu a:hover{
	color: #4896cd;
}
#contenu img{
	border: 2px solid #c5c5c5;
}
#contenu a img{
	border: none;
}
/* Mot du maire, index.php */
#contenu .mot_maire{
	float: left;
	background-image: url('/images/guillemets.jpg');
	background-repeat: no-repeat;
	background-position: 0 20px;
	width: 710px;
	padding: 10px;
	margin-bottom: 20px;
}
#contenu .mot_maire img{
	/*float: left;*/
	border: none;
	margin: 0 0 0 20px;
}
#contenu .mot_maire div{
	color: #303030;
	font-size: 14px;
	margin: 20px 20px 0 100px;
	/*float: left;
	clear: left;*/
	width: 550px;
}
/* Défilé photo, index.php */
#contenu .defile_photo{
	float: left;
	width: 298px;
	height: 573px;
	margin: 0 30px;
	overflow: hidden;
	border: 2px solid #c5c5c5;
}
#contenu .defile_photo ul{
	margin: 0;
	padding: 0;
	width: 10000px;
}
#contenu .defile_photo li{
	float: left;
	list-style: none;
}
#contenu .defile_photo img{
	border: none;
}
/* Acutalite, index.php */
#contenu .total_actu{
	float: left;
	width: 350px;
}
/* partie composée d'une image et d'un texte */
#contenu .texteimage{
	float: left;
	margin: 10px 0;
}
#contenu .texte{
	float: left;
	width: 410px;
}
#contenu img.droite{
	float: left;
	margin: 0 0 0 10px;
}
#contenu img.gauche{
	float: left;
	margin: 0 10px 0 0;
}
/* Adresse d'une structure */
#contenu .adresse{
	color: #223196;
	background-color: #e5e5e5;
	font-size: 18px;
	margin: 0;
}
/* Partie composée seulement de texte */
#contenu .touttexte{
	float: left;
	width: 730px;
	margin: 10px 0;
}
/* Partie composée d'une photo et d'un texte , infrastructures.php*/
#contenu .infrastructure{
	float: left;
	text-align: center;
	width: 365px;
	margin-bottom: 10px;
}
#contenu .infrastructure p{
	text-align: center;
	color: #2231a2;
}
/* lien d'un fichier pdf */
#contenu .telecharger a{
	display: block;
	margin: 10px auto;
	line-height: 50px;
	background-image: url('/images/pdf.jpg');
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
}
/* Nom des membres du conseil en photo,  equipe_municipale.php */
#contenu .municipalite{
	float: left;
	text-align: left;
	margin-top: 0;
	background-color: #e5e5e5;
	font-size: 14px;
	width: 230px;
	margin-right: 10px;
}
/* Mise en forme d'une actualité ou d'un article de presse */
#contenu .actualite{
	float: left;
	width: 350px;
	height: 150px;
	border: 2px solid #e5e5e5;
	margin-right: 5px;
	margin-bottom: 20px;
}
#contenu .actualite img{
	margin: 5px;
	border: none;
	float: left;
}
#contenu .haut_actualite{
	float: left;
	background-color: #e5e5e5;
	width: 350px;
	height: 30px;
}
#contenu  .objet{
	float: left;
	color: #223196;
	font-size: 13px;
	margin: 0;
}
#contenu .date_mel_actualite{
	float: right;
	font-size: 11px;
	margin: 0;
}
#contenu .information{
	float: left;
	background-color: #f5f5f5;
	width: 350px;
	height: 120px;
}
#contenu .texteinfo{
	float: left;
	margin: 5px;
}
#contenu .texteinfophoto{
	margin: 5px;
}
/* Passage d'une année à une autre */
#contenu .annee{
	color: #223196;
	font-weight: bold;
	margin-left: 120px;
	margin-top: 10px;
}
#contenu .commerce{
	float: left;
	width: 350px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 20px;
}
#contenu .commerce.pair{
	clear: left;
}
#equipe_municipale #contenu a{
	background-image: url('/images/mail.gif');
	background-repeat: no-repeat;
	background-position: 100% 80%;
	padding-right: 30px;
}
#actualite p{
	display: inline;
}
/*  MISE EN FORME DES TABLEAUX  */
table{
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
caption /* Titre du tableau */
{
   margin: 10px auto 3px auto;
   font-size: 12px;
   color: #838383;
}
th{
	padding: 10px;
	border: 1px solid #000;
	text-align: center;
	background-color: #ccc;
}
td{
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
/* MISE EN FORME DES FORMULAIRES */
form{
	float: left;
	width: 390px;
	padding: 5px;
	color: #223196;
	margin-left: 120px;
}
form label{
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
form input,
form textarea{
	width: 400px;
	float: left;
	clear: left;
}
/*  FIN DU CONTENU  */

#milieu{
	min-height: 400px;
	width: 800px;
	padding: 0 100px;
}

/*  BAS DE PAGE  */
#bas_page{
	background-image: url('/images/bas_page.jpg');
	width: 1000px;
	height: 63px;
	clear: both;
	font-family: arial;
}
#bas_page .menu{
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	text-align: center;
	padding-top: 30px;
	float: left;
	line-height: 1.2em;
}
#bas_page .menu a{
	text-decoration: none;
	color: #222;
}
#bas_page .menu a:hover{
	color: #000;
	font-size: 13px;
	text-decoration: underline;
}
#bas_page .coordonnees{
	font-size: 10px;
	width: 390px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	float: left;
	line-height: 1.2em;
}
#bas_page .coordonnees a{
	color: #223196;
	text-decoration: none;
}
#bas_page .coordonnees a:hover{
	text-decoration: underline;
}
/*  FIN DU BAS DE PAGE  */

