@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	width: 1000px;
	background-image: url(images/fond_beaumont.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 15px;
	text-align: justify;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}
#footer p a {
	color: #000;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	float: none;
	height: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 250px;
	width: 1000px;
	margin-top: 5px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 0px 0;
	height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #090;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 132px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 132px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	text-align: center;
	font-size: 16px;
	background-repeat: no-repeat;
} 


.twoColFixLtHdr #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #CFA16F;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 5px;
	width: 1000px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #container #footer p {
	color: #000;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.titres_communes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
}
.police_tableau_interieur {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-left: 5px;
	font-weight: normal;
}
.paragraphe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #000;
	line-height: 30px;
	width: 706px;
	text-align: justify;
}

#meteo {
	background-color: #FFF;
	margin-left: 20px;
}
#liste_choix {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
}
#mainContent .paragraphe table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}
#mainContent .paragraphe table communes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 90px;
	font-weight: bold;
}
.table_communes_cadres {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 20px;
}
tableau_centrer {
	text-align: center;
}
.titre_tableau_assos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding-left: 5px;
}
.centrer_element {
	text-align: center;
	clear: both;
}
#texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-left: 25px;
	margin-left: 18px;
	float: left;
	padding-top: 5px;
	width: auto;
	line-height: 2em;
	font-style: normal;
	white-space: normal;
	display: inline-block;
}
#naissance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	text-align: left;
}
#deces {
}
#pacs {
}
#casier {
}
#livret {
}
#concubinage {
}
#identite {
}
#passeport {
}
#sortie {
}
#grise {
}
#permis {
}
#extrait {
}
#nationalite {
}
#electorales {
}

.interieur_tableau_salles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
#urbanisme {
}

#mariage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	text-align: left;
	font-weight: bold;
}
.cadre_droite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	float: right;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cadre_droite {
	width: 200px;
}

.police_chemin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
}
.tableau_maires {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent .tableau_maires table {
	border: 1px solid #AA6F5D;
}

#mainContent .tableau_maires table tr td {
	border: 1px groove #AA6F5D;
}
.paragraphe .police_tableau_interieur table td {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	border-top: 0.5px groove;
	border-right: 0.5px groove;
	border-bottom: 0.5px groove;
	border-left: 0.5px groove;
}
.bon_sam {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-left: 5px;
	font-weight: normal;
	line-height: 30px;
}
#buste {
	background-image: url(images/buste_Mariane_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	margin-left: 60px;
}
a:link {
	color: #600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #AA6F5D;
}
a:active {
	text-decoration: underline;
}#sidebar1 #Menu li a {
	color: #000;
	text-decoration: none;
}
.titres_communes2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	text-align: left;
	padding-left: 5px;
}
.texte_actualite {
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
}

