/* CSS Document */
/*html, body {
	width:100%;
	/*font: 1em "Trebuchet MS", helvetica, sans-serif ;
}*/

/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer 
	les éléments de type block avec ce navigateur */
body{
	margin: 2px 0 ;
	padding: 0 ;
	text-align: center ;
	/* On a ajouté de quoi mettre une police de caractère et une couleur de fond */
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #fff ;
	scrollbar-face-color: #E39718; /* couleur du dessus des boutons et de la barre de défilement */
	scrollbar-shadow-color: #000; /* couleur sombre du relief des boutons (à droite) */
	scrollbar-highlight-color: #000; /* couleur claire du relief des boutons (à gauche)*/
	scrollbar-3dlight-color: #fff; /* couleur claire du relief des boutons quand ceux-ci ne sont pas enfoncés (à gauche)*/
	scrollbar-darkshadow-color: #000; /* couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés(à droite)*/
	scrollbar-track-color: #fff; /* couleur du fond de la barre */
	scrollbar-arrow-color: #000; /* couleur des flèches */
}

iframe{
  background-color: red;
	height: 500px;
	width: 500px;
}

/* On définit la largeur de la division qui contient l'ensemble de la page à 770 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type block 
	(comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */			
div#conteneur{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	/* Une bordure autour de l'ensemble de la page, et couleur blanche pour le fond de celle-ci */
	/*border: 2px solid #ab4 ;*/
	/*border: 2px solid #235ED7 ;*/
	/*background: #fff ;*/
	background: url(../img/fond_gaves.jpg) no-repeat 0px 125px;
}

/**************************************************************************/
/* centrage en 1280x1024
/**************************************************************************/
#page  
  {
    position: absolute;

    width: 1000px;        /* selon la largeur voulue */
    margin-left: -500px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 120px;       /* selon la quantite de texte */
    margin-top: -270px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */
  }

div#erreur{
	width: 80%;
	margin: 10% auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #FF0000;
	border-bottom: 3px solid #FF0000;
	border-right: 3px solid #FF0000;
}

div#erreur h1{
	padding-left: 35px ;
	line-height: 32px ;
	font-size: 1.4em ;
	/*background: url(../images/soleil.jpg) no-repeat left bottom ;*/
	color: #E57A1A ;
	border-bottom: 1px solid #FF9900;
}

div#erreur p{
	text-align:center;
}

div#erreur a{
	color: #8a0;
	text-decoration: none;
}

div#erreur a:hover{
	text-decoration: none;
	font-weight: bold;
	/*color: #3333FF;*/
	color: #9b2;
}

/* On définit la hauteur de la partie header, contenant le titre du site */			
h1#header{
	height: 90px;
	/*background: url(../images/entete01.jpg) no-repeat 0px 0px;*/
	background: url(../img/bandeau.jpg) no-repeat 0px 0px;
	margin: 0px;
	top: 0px;
}

p#drapeaux{
	float: right;
	margin: -60px 0px 0px 0px;
	padding: 0;
}

.fr{
	display: block ;
	margin: 0px 0px 2px 0px;
	width: 25px;
	height: 18px;
	background: url(../img/logo_fr.jpg) no-repeat;
}

.eng{
	display: block ;
	margin: 0px 0px 2px 0px;
	width: 25px;
	height: 18px;
	background: url(../img/logo_eng.jpg) no-repeat;
}

.esp{
	display: block ;
	margin: 0;
	width: 25px;
	height: 18px;
	background: url(../img/logo_esp.jpg) no-repeat;
}
			
ul#menu{
	height: 35px;
	margin: 0 ;
	padding: 0 ;
	background: url(../img/test2.gif) repeat-x 0 -35px;
	list-style-type: none;
	font: 0.6em comic sans ms;
}
					
ul#menu li{
	float: left ;
	text-align: center ;
}
			
ul#menu li a{
	width: 96px;
	height: 20px;
	line-height: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 0px solid ;
	margin-top: 6px;
}
			
ul#menu li a:hover{
	height: 35px;
	font-size: 1.2em;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0px;
	color: #000;
	background: url(../img/test2.gif) repeat-x 0 -0px;
}

ul#menu li a:visisted{
	line-height: 12px;	
}

div#gauche {
	position: relative;
	float: left;
	width: 100px;
	height: 400px;
}

/* On ajoute un petit élément décoratif sur le côté de la page et on crée un espace à gauche 
	et à droite du contenu */
div#contenu{
	overflow: auto;
	height: 450px;
	width: 770px;
	/*padding: 0 30px 0 100px ;*/
	padding: 0 0 0 0 ;
	/*background: url(../images/cote_accueil.jpg) no-repeat 15px 15px ;*/
	/*background: url(../images/fond03.gif) no-repeat 350px 50px;*/
}

/* Mise en forme du titre de page, une petite image, on décale le texte en fonction de l'image, 
	on donne un couleur au texte et on met une bordure basse */	
div#contenu h2{
	padding-left: 280px ;
	line-height: 32px ;
	font-size: 1.4em ;
	margin-top: 50px;
	/*background: url(../images/soleil.jpg) no-repeat left bottom ;*/
	color: #000000 ;
    border-bottom: 0px solid #216DD5;
}

div#contenu h2 a{
	color: #000000 ;
}

div#contenu .red{
	color: #A114A6;
}

/* De même que pour le titre h2, à ceci près qu'on ne donne pas d'image décorative cette fois ci */
div#contenu h3{
	margin-left: 15px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #216DD5 ;
	border-left: 3px solid #216DD5 ;
	color: #216DD5 ;
}

div#contenu h3 a{
	color: #000000 ;
}
			
div#contenu h4{	
	font-size: 1.0em;
	text-indent: 2em ;
	color: #000000 ;
	padding-right: -0px;
	margin-left: 45px;
}

div#contenu h5{
	padding-left: 10px ;
	margin-bottom: 10px;
	line-height: 32px ;
	font-size: 1.4em ;
	margin-left: 70px;
	margin-right: 70px;
	color: #E57A1A ;
	border-bottom: 1px solid #FF9900;
	text-align: left;
}

div#contenu h5 a{
	color: #E57A1A ;
}

/* On rend les paragraphes plus propre, alignement justifié, 
	alinéa et hauteur de ligne supérieure à l'état normal pour aérer le tout */	
div#contenu p{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}
div#contenu p1{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	margin-left: 50px;
}
				
div#contenu a{
	color: #8a0;
	text-decoration: none;
}
	
/* On met en forme les liens contenu dans la page */		
div#contenu a:hover{
	color: #F79B12;
}

/* Mise en forme de la partie pied de page, rien d'extra-ordinaire *//*
div#pieddepage{
	height: 45px;
	margin: 0;
	padding: 0;
	background: #000 url(../img/pied2.gif) repeat-x;
}
	
div#pieddepage p, pre{
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	margin:0;
	padding:0;
	font-size: 10px;
	color: #fff;
}
div#pieddepage  pre{
	float: left;
}

.pdroite {
	width: 256px;
	text-align: right;
	font-weight: bold;
  background: #00f;
}

.pgauche{
	width: 256px;
	text-align: left;
	font-weight: bold;
  background: #f0f;
}

.pmilieu{
	width: 256px;
	text-align: center;
  background: #0ff;
}

.pdroite a{
	text-decoration: none;
	color: #fff;
}

.pdroite a:hover{
	color: #F69C12;
}

.pmilieu a{
	color: #E5D491;
	text-decoration: none;
}

.pmilieu a:hover{
	color: #8a0;
}*/


div#footer {
  margin:0;
  padding:0;
  width: 770px;
  height:45px;
  background: #000;
  font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	font-size: 10px;
}

div#footer p{
  margin:0;
  padding: 0;
  line-height: 15px;
  float: left;
  color: #fff;
}

div#footer p.piedgauche{width: 307px; padding: 0px 0px 0px 3px; color: #fff;}
div#footer p.piedmilieu {width: 160px;}
div#footer p.piedmilieu, div#footer p.piedmilieu a{color: #E5D491; text-align: center;}
div#footer p.piedmilieu a:hover{color: #8a0;}
div#footer p.pieddroite{width: 297px; padding: 0px 3px 0px 0px; text-align: right;}
div#footer p.pieddroite a{color: #8a0;}
div#footer p.pieddroite a:hover{color: #F79B12;}



div#s{
	width: 700px;
}

div#locations{
	width: 700px;
	margin-left: 40px;
	float: left;
}

div#fichier_syndic{
	width: 100%;
	overflow: auto;
	height: 400px;
}

div#locations h1{
	padding-left: 100px ;
	line-height: 32px ;
	font-size: 1.2em ;
	margin-top: 180px;
	color: #000000 ;
    border-bottom: 0px solid #216DD5;
}

div#locations h1 img{
    margin-top: -170px;
	padding-left: 220px ;
	width: 20px;
	height: 20px;
	border-top: 0px solid #216DD5;
	border-right: 0px solid #216DD5;
	border-bottom: 0px solid #216DD5;
	border-left: 0px solid #216DD5;
}

div#locations h2{
	padding-left: 280px ;
	line-height: 32px ;
	font-size: 1.2em ;
	margin-top: 10px;
	color: #216DD5 ;
    border-bottom: 0px solid #216DD5;
}

div#locations h3{
	margin-left: 15px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #E39718 ;
	border-left: 3px solid #E39718 ;
	color: #E57A1A ;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

div#locations p{
	height: 110px;
	padding: 0;
	margin: 2px;
	text-align: justify ;
	text-indent: 1em;
}

div#locations table{
	padding:2px;
	width: 330px;
	margin-top: 5px;
	margin-right: 5px;
	border-top: 1px solid #E39718;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #E39718;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

div#locations img{
	width: 100px;
	height: 100px;
	padding: 1px;
	border-top: 1px solid #E39718;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #E39718;
}

div#locations .table_milieu{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.table_milieu p{
	margin: 2px;
	text-align: left ;
	text-indent: 0;
}

div#locations .table_0{
	float: left;
	margin-left: 5px;
	border-top: 1px solid #E39718;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #E39718;
}

div#locations .table_0 a{
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

div#locations .table_1 a{
	color: #216DD5;
}

#link_bas{
	clear: both;
}	

div#maintenance{
	font: 1.3em "Trebuchet MS", helvetica, sans-serif ;
	/*background: url(../img/cadre_fond.gif) no-repeat 0px 0px;*/
	border-top: 1px solid #000000;
	border-right: 2px solid #E39718;
	border-bottom: 2px solid #E39718;
	border-left: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 140px;
	margin-right: 160px;
	margin-bottom: -20px;
	margin-top: 50px;
}

div#maintenance p{
	text-align: center;
}	

form#f_recherche{
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	/*background: url(../img/cadre_fond.gif) no-repeat 0px 0px;*/
	border-top: 1px solid #000000;
	border-right: 2px solid #E39718;
	border-bottom: 2px solid #E39718;
	border-left: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 140px;
	margin-right: 160px;
	margin-bottom: -20px;
	margin-top: -10px;
}

form#f_recherche dt{
	float: left;
	margin-top: -7px;
	margin-bottom: 15px;
}

form#f_recherche dd{
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 185px;
}

form#f_recherche input{
	margin-left: 140px;
	margin-top: -8px;
	margin-bottom: 25px;
	padding-left: 10px;
}

form#f_recherche_2{
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	border-top: 1px solid #216DD5;
	border-right: 2px solid #216DD5;
	border-bottom: 2px solid #216DD5;
	border-left: 1px solid #216DD5;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 160px;
	margin-right: 160px;
	margin-bottom: -10px;
	margin-top: -10px;
}

form#f_recherche_2 dt{
	float: left;
	margin-top: -7px;
	margin-bottom: -13px;
}

form#f_recherche_2 dd{
	margin-top: 10px;
	margin-bottom: -13px;
	margin-left: 115px;
}

form#f_recherche_2 input{
	margin-left: 70px;
	margin-top: -10px;
	margin-bottom: 5px;
}

div#cure input{
	margin-left: 100px;
	margin-top: -28px;
	margin-bottom: 20px;
	padding-left: -20px;
}

div#cure h4{	
	font-size: 1.0em;
	text-indent: 2em ;
	color: #000000 ;
	padding-right: 0px;
	margin-left: 45px;
	margin-top: -15px;
}

div#cure dd{
	margin-left: 180px;
	padding-left: 0px;
	margin-top: -32px;
}

#texte{
	margin-top: -10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-right: -50px;
}


div#detail{
	text-align: left ;
	padding: 0;
	margin: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF0F0;
}

div#desc dt{
	padding: 0;
	margin: 0;
}

div#desc dd{
	padding: 0;
	margin: 0;
	width: 140px;
}

div#desc dl{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

div#desc{
	width: 750px;
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

div#descriptif{
	overflow: auto;
	height: 200px;
	padding: 10px;
	background-color: #fff;
}

div#descriptif h3{
	margin-left: 15px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-left: 3px solid #9797FF;
	border-bottom: 1px solid #9797FF;
	color: #9797FF ;
}

form#contact{
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	width: 650px;
	text-align: left;
	margin : 0;
	padding: 0;
	padding-left: 10px;
}

form#contact dl{
	margin: 5px 0px 5px 0px;
	padding: 2px;
}

form#contact dt{
	float: left;
	width: 190px;
	margin-left: 100px;
}

form#contact dd{
	margin-bottom: 1px;
	margin-left: 195px;
	font-weight: bold;
}

form#contact input{
	margin: 0;
	padding:0;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	width: 150px;
	height: 15px;
}

form#contact button{
	width: 100px;
	margin: 0px 10px 0px 0px;
	padding: 0;
	line-height: 15px ;
	height: 25px;
}

ul#reponse dt{
	float: left;
	width: 180px;
	margin-left: 59px;
}

ul#reponse{
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
}

ul#reponse input{
	margin: 0;
	padding:0;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	width: 30px;
	height: 15px;
}

ul#reponse dd{
	margin-left: -90px;
	padding: 0;
}

ul#type_bien{
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
}

ul#type_bien dt{
	float: left;
	width: 190px;
	margin-left: 59px;
	margin-right: -120px;
}

ul#type_bien input{
	margin-right: 250px;
	padding:0;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	width: -20px;
	height: 15px;
	
}

ul#type_bien dd{
	margin-left:130px;
	padding: 0;
}

ul#type_bien li{
	margin-left: 20px;
	float: left;
	padding: 0;
	list-style-type: none;
}

form#reservation{
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	text-align: left;
	width: 450px;
	margin : 0;
	padding: 0;
	padding-left: 10px;
}

form#reservation h2{
	margin: 0;
	padding-left: 35px ;
	line-height: 32px ;
	font-size: 1.4em ;
	/*background: url(../images/soleil.jpg) no-repeat left bottom ;*/
	color: #E57A1A ;
	border-bottom: 1px solid #FF9900;
}

form#reservation dl{
	margin: 5px 0px 5px 0px;
	padding: 2px;
}

form#reservation dt{
	float: left;
	width: 125px;
}

form#reservation dd{
	margin-bottom: 1px;
	margin-left: 130px;
	font-weight: bold;
	width: 200px;
}

form#reservation input, select{
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	margin: 0;
	padding:0;
}

form#reservation input{
	margin: 0;
	padding: 0;
	height: 15px;
}

form#reservation select{
	height: 20px;
}

form#reservation p{
	margin: 0;
	padding: 0;
	text-align: center;
}

div#contenu .pcentrer{
	text-align: center;
	font-weight: bold;
}

div#titre1 h1{
	line-height: 32px ;
	font: 1.5em comic sans ms;
	margin-left: 240px;
	margin-top: 10px;
	color: #000;
}

div#titre1 h1 a{
	color: #111111;
}

.titre1{
	margin-left: 340px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #009D32 ;
	border-left: 3px solid #009D32 ;
	color: #E57A1A ;
	width: 230px;
}

div#titre2 h1{
	line-height: 32px ;
	font: 1.5em comic sans ms;
	margin-left: 130px;
	margin-top: -20px;
}

div#titre2 h1 a{
	color: #111111;
}

.titre2{
	margin-left: 170px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #009D32 ;
	border-left: 3px solid #009D32 ;
	color: #E57A1A ;
	width: 230px;
}

div#titre3 h1{
	line-height: 32px ;
	font: 1.5em comic sans ms;
	margin-top: -10px;
}

div#titre3 h1 a{
	color: #111111;
}

.titre3{
	margin-left: 30px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #009D32 ;
	border-left: 3px solid #009D32 ;
	color: #E57A1A ;
	width: 230px;
}

div#infos h1{
	line-height: 32px ;
	font: 1.5em comic sans ms;
	/*font-weight: bold;*/
	text-align: center ;
	margin-top: -100px;
	margin-left: 500px;
	width: 240px;
}

div#syndic h1{
	font: 1.5em perpetua, comic sans ms;
	color: #0D0E41;
	font-weight: normal;
	text-align: center ;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -8px;
	width: 680px;
}

div#flecheHaut img{
	border: none;
}

form#se_loguer{
	/*padding-top: 40px;*/ /* Si on ajoute la recherche globale*/
	padding-top: 115px;
	padding-bottom: 0px;
	margin-left:492px;
	margin-bottom: 0px;
}

form#se_loguer dt{
  font-weight: bold;
  float: left;
  width: 60px;
  padding-right: -10px;
  margin-left: 10px;
}

form#se_loguer dd{
	margin-bottom: 0px;
	margin-left: 155px;
}

form#se_loguer input{
	height: 20px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 90px;
	margin-right: -20px;
	font: 1em "Trebuchet MS", helvetica, sans-serif;
}

div#desc_syndic{    
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-RIGHT: 0px;   
    MARGIN: 0px 0px 0px 50px;   
    WIDTH: 85%;       
}


DIV#desc_syndic dl{
    BORDER-RIGHT: #666666 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #666666 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 0px;
    MARGIN: 5px;
    BORDER-LEFT: #666666 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #eeeeee;
	height: 30px;
}

DIV#desc_syndic dt{
    FONT-WEIGHT: bold;
    FLOAT: left;
    WIDTH: 220px;
    padding-top: 2px;
	MARGIN: 0px 0px -15px 0px;
}

DIV#desc_syndic dd{
    FONT-WEIGHT: bold;
    MARGIN: 0px 0px -10px 0px;
    width: 60%;
    padding-top: 2px;
}

DIV#desc_syndic h5{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 5px;
    WIDTH: 350px;
    PADDING-TOP: 0px;
    TEXT-ALIGN: left;
}

DIV#desc_syndic a.gauche{
    TEXT-ALIGN: left;
	margin-left: -30px;
}

DIV#desc_syndic a.droite{
    TEXT-ALIGN: right;
	margin-left: 310px;
}

div#biens h3{
	margin-left: -430px ;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left: 5px ;
	border-bottom: 2px solid #292861 ;
	border-left: 2px solid #292861 ;
	color: #292861 ;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 68px;
	TEXT-ALIGN: left;
}

div#biens p{
	height: 110px;
	padding: 0;
	margin: 2px;
	text-align: justify ;
	text-indent: 1em;
}

div#biens table{
	padding:2px;
	width: 330px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #292861;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
	text-align: left;
}

div#biens img{
	width: 100px;
	height: 100px;
	padding: 1px;
	border-top: 1px solid #292861;
	border-right: 2px solid #292861;
	border-bottom: 2px solid #292861;
	border-left: 1px solid #292861;
}

div#biens .table_milieu{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
}

.table_milieu p{
	margin: 2px;
	text-align: left ;
	text-indent: 0;
}

div#biens .table_0{
	float: left;
	width: 85%;
	margin-left: 5px;
	border-right: 2px;
	border-bottom: 2px;
}

div#biens .table_0 a{
	color: #292861;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

div#biens .table_1 a{
	color: #E57A1A;
}

div#lien ul{
	margin-left: 20px;
	margin-top: 10px;
}

div#lien li{
	margin-bottom: -15px;
}

div#lien li#image0{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 205px;
	float: left;
}

div#lien li#image1{
	list-style-position: inside;list-style-image: url(../img/goutte.gif);
	margin-top: 10px;
	margin-left: 185px;
}

div#lien li#image2{
	list-style-position: inside;list-style-image: url(../img/goutte.gif);
	margin-top: 50px;
	margin-left: 50px;
}

div#lien li#image3{
	list-style-position: inside;list-style-image: url(../img/goutte.gif);
	margin-top: 10px;
	margin-left: 0px;
}

div#lien li#image4{
	list-style-position: inside;list-style-image: url(../img/goutte.gif);
	margin-top: 10px;
	margin-left: -30px;
}

div#lien a{
	color: #E39718;
	margin-bottom: -20px;
}

div#lexique ul{
	margin-left: 20px;
	margin-top: 20px;
}

div#lexique li#image1{
	list-style-position: inside;list-style-image: url(../img/fleche.gif);
	margin-top: 10px;
	margin-left: 205px;
}

div#lexique li#image2{
	list-style-position: inside;list-style-image: url(../img/fleche.gif);
	margin-top: 10px;
	margin-left: 85px;
}

div#lexique li#image3{
	list-style-position: inside;list-style-image: url(../img/fleche.gif);
	margin-top: 10px;
	margin-left: 35px;
}

div#lexique li#image4{
	list-style-position: inside;list-style-image: url(../img/fleche.gif);
	margin-top: 17px;
}


div#cauterets{
	margin-top: 100px;
	margin-left: 20px;
}

div#cauterets a{
	color: #000000;
}

div#region{
	margin-top: 120px;
	margin-left: 20px;
}

div#activite{
	margin-left: 10px;
}

div#activite a{
	color: #000000;
}

div#infrastructure{
	margin-left: 20px;
}

div#infrastructure a{
	color: #000000;
}

div#situation{
	margin-top: 65px;
}

div#situation a{
	color: #000000;
}

div#message h1{
	padding-left: 250px ;
	line-height: 32px ;
	font-size: 1.2em ;
	margin-top: 180px;
	color: #000000 ;
    border-bottom: 0px solid #216DD5;
}

div#message h1 img{
    margin-top: -170px;
	padding-left: 120px ;
	width: 20px;
	height: 20px;
	border-top: 0px solid #216DD5;
	border-right: 0px solid #216DD5;
	border-bottom: 0px solid #216DD5;
	border-left: 0px solid #216DD5;
}

div.calendrier_0 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: uppercase;
}

div.calendrier_0{
	/*float: left;*/
	text-align: center;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	height: 170px;
	width: 240px;
	margin-left: 5px;
	margin-top: 5px;
}

div.calendrier_1{
	float: left;
	text-align: center;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	height: 170px;
	width: 220px;
	margin-left: 5px;
	margin-top: 5px;
}

div.calendrier_1 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: uppercase;
}

div#planning{
	margin-left: 0px;
	width: 700px;
	height: 100%;
	text-align: left;
}

div#planning td{
	text-align: center;
	width: 24px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.titre{
	font-weight: bold;
	text-decoration: none; 
}

.sais_99b{ 
	font-weight: normal;
	text-decoration: line-through; 
	background-image: url(../img/sais_99b.gif);
}

.sais_99h{
	font-weight: normal;
	text-decoration: line-through; 
	background-image: url(../img/sais_99h.gif);
}

.sais_99{ 
	font-weight: normal;
	text-decoration: line-through; 
	background-color: #CACACA;
}

.sais_0b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_0b.gif);
}

.sais_0h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_0h.gif);
}

.sais_0{ 
	font-weight: normal;
	text-decoration: none; 
	background-color: #B2ECEB;
}

.sais_1b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_1b.gif);
}

.sais_1h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_1h.gif);
}

.sais_1{ 
	font-weight: normal;
	text-decoration: none; 
	background-color: #8ED2EB;
}

.sais_2b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_2b.gif);
}

.sais_2h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_2h.gif);
}

.sais_2{ 
	font-weight: normal;
	text-decoration: none; 
	background-color: #569BCC;
}

.sais_3b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_3b.gif);
}

.sais_3h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_3h.gif);
}

.sais_3{
	font-weight: normal;
	text-decoration: none;  
	background-color: #FF8989;
}
.sais_4b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_4b.gif);
}

.sais_4h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_4h.gif);
}

.sais_4{
	font-weight: normal;
	text-decoration: none;  
	background-color: #FFC58C;
}
.sais_5b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_5b.gif);
}

.sais_5h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_5h.gif);
}

.sais_5{
	font-weight: normal;
	text-decoration: none;  
	background-color: #A8FAA0;
}

.sais_6b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_6b.gif);
}

.sais_6h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_6h.gif);
}

.sais_6{
	font-weight: normal;
	text-decoration: none;  
	background-color: #FE89FF;
}

.sais_7b{ 
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_7b.gif);
}

.sais_7h{
	font-weight: normal;
	text-decoration: none; 
	background-image: url(../img/sais_7h.gif);
}

.sais_7{
	font-weight: normal;
	text-decoration: none;  
	background-color: #CE47CF;
}

legend{
	padding: 2px;
	font-weight: bold;
	border : 2px solid #216DD5;
}
	
fieldset{
	border : 2px dotted #216DD5;
}

option.gras { font-weight: bold; }
