/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;													/* sans marges, la page sera collée aux bords */
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;	/* on définit la police de base dans la page*/
	font-size: 12px;											/* on définit la taille de police de base dans la page */
	color:#0140bf;
	text-align:center;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 770px;			
	height: 550px;
	margin-left: -385px;		
	margin-top: -275px;
	border : 1px solid #1162B2;
}
a:link {
	color: #990033;
}
a:visited {
	color: #990000;
	font-weight:bold;
}
a:hover {
	color: #990033;
	text-decoration:none;
}
a:active {
	color: #990033;
}
h1 {
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
h2 {
	text-align:left;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
h3 {
	text-align:left;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
h4 {
	text-align:left;
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
}
h5 {
	margin-bottom:1em;
	text-align:center;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
h6 {
	margin:1em 0;
	text-align:left;
	text-decoration:underline;
	color:#990033;
	font-size:12px;
	font-weight:bold;
}
img {
	margin:0px 0px;
	border:0;
}
/*table {
	margin:0;
}
td {
	padding:5px; 
	margin:0;
}*/
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
hr {
	margin : 0px 10px;
}
marquee {
	margin : 0px 10px;
}

/************************* Gabarit *****************************/
#entete {
	background-image:url(../images/bann.jpg); 
	width: 770px;
	height: 125px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#logo {
	float: left; 							/* alignement du logo à gauche */
	margin-left: 10px; 						/* placement du logo dans son conteneur, entete */
	margin-top: 10px;
	width:175px;
}
#contact {
	position:absolute;
	right:10px;
	top:10px;
}
#nav{
	height:25px;
	background-image:url(../images/bann.jpg) no-repeat fixed 0 0;  /* Fondu avec la bannière */
}
#contenu {
	background-color:#FFFEF9;
	width: 770px;
	height: 425px;
}
#gauche {
	float: left;
	padding-top: 10px;
	width: 150px;
	height:100%;
	background : url(../images/gauc.jpg) no-repeat;
}
#centre {
	float:right;
	margin:0;
	padding:10px 10px 0px 10px;
	width:600px;
	height:390px;
	text-align:justify;
	overflow:auto;
	background-image:url(../images/motif.gif);
}
#centre img {
	margin:5px 5px;
	border:0;
}
#centre p {
	margin:1em 0;
	text-align:justify;
}
#centre ul {
	margin-bottom:1em;
}
#centre ul li {
	padding-left:2em;
	list-style-type:disc;
	list-style-position:inside;	
}
#centre ol li {
	padding-left:2em;
	padding-bottom:1em;
	list-style-position:inside;	
}

/*************************** Animation des fleches **********************/
a.extern {
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 18px;
	text-decoration:underline;
}
a.extern:hover {
	background-image: url(../images/triangle_droite.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 16px;
	text-decoration:none;
}
a.extern2 {
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	text-decoration:underline;
}
a.extern2:hover {
	background-image: url(../images/triangle_gauche.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	text-decoration:none;
}
/********************* Cadre Liens Utiles ****************************/
dl { 									/* positionnement du cadre */
	width: 140px; 						/* largeur du cadre, selon votre image de fond */
}
dl, dt, dd { 							/* suppression de toutes les marges et paddings */
	margin: 0;
	padding: 0;
}
dl { 									/* arrière-plan par défaut sur l'ensemble du cadre */
	background: url(../images/inf3.gif) bottom left no-repeat;
	padding-bottom: 10px;				/* pour que le texte ne s'affiche pas sur l'arrondi du bas = hauteur de l'image du bas*/
	margin-left:5px;					/* décalage des cadres pour Firefox */
	margin-bottom:5px;
}
dt { 									/* définitions du titre du cadre */
	margin-top:3px;
	padding-top:10px;
	background: url(../images/sup3.gif) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
dd {
	padding:3px 5px 3px 5px;			/* gestion des espaces internes du cadre */
	text-align: left;
	background: url(../images/milieu3.gif) repeat-y;	/* arrière-plan intérieur */
}
dd.lien{
	text-align:center;
}
/************************************************************/
.texte {
	margin: 15px 30px 15px 15px;
	text-align:justify;
	text-indent: 2em;*/
}
.cadre, .cadre marquee {
	cursor:default;
}
#conception {
	text-align:center;
	font-size:10px;
}
#table {
	margin:5px;
	width:90%;
	border:1px solid #1162B2;
	text-align:center;
}
.titre {
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
.droite {
	float:right;
	width:360px;
/*	height:94px;*/
	border:none;
}
.droite object {
	margin:0;
	border:1px solid #1162B2;
	width:120px;					/* Indispensable pour IE */
	height:90px;
}
.gauche {
	float:left;
	width:400px;
}
.gauche object {
	border:1px solid #1162B2;
margin-top:0;
	margin-right:1em;				/* Espacement entre l'image flash et le texte */
	width:120px;					/* Indispensable pour IE */
}
.indent {
	text-indent:2em;
}
/************ Mise en forme Page des Communes ****************/
.categorie {
	text-align:left;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	line-height:1em;
}
.content {
	text-align:left;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}
.detail {
	text-align:left;
	text-decoration:none;
	color:#990033;
	font-size:13px;
	font-weight:bold;
}