/* 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 ;
}

/* 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(../images/fond.gif) no-repeat 0px 167px;
}

/**************************************************************************/
/* 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: -300px;   /* 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: 130px;
	/*background: url(../images/entete01.jpg) no-repeat 0px 0px;*/
	background: url(../images/entete02.jpg) no-repeat 0px 0px;
	margin: 0px;
	top: 0px;
}

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

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

.eng{
	display: block ;
	margin: 0;
	width: 25px;
	height: 18px;
	background: url(../images/logo_eng.jpg) no-repeat;
}
			
ul#menu{
	height: 35px;
	margin: 0 ;
	padding: 0 ;
	background: url(../images/test2.gif) repeat-x 0 -35px;
	list-style-type: none;
	font: 0.9em comic sans ms;
}
					
ul#menu li{
	float: left ;
	text-align: center ;
}
			
ul#menu li a{
	width: 130px;
	height: 20px;
	line-height: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 2px 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;
	background: url(../images/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: 400px;
	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: 10px ;
	line-height: 32px ;
	font-size: 1.4em ;
	/*background: url(../images/soleil.jpg) no-repeat left bottom ;*/
	color: #E57A1A ;
	border-bottom: 1px solid #FF9900;
}

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

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 #E57A1A ;
	border-left: 3px solid #E57A1A ;
	color: #E57A1A ;
}
			
div#contenu h4{	
	font-size: 1.2em;
	text-indent: 2em ;
	color: #f00 ;
}

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: #A114A6;
}

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

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

.pgauche{
	width: 256px;
	text-align: left;
	font-weight: bold;
}
.pmilieu{
	width: 256px;
	text-align: center;
}

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

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

.pdroite {
	width: 256px;
	text-align: right;
	font-weight: bold;
}
						
div#s{
	width: 700px;
}

div#locations{
	width: 750px;
}

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

div#locations h3{
	margin-left: 15px ;
	margin-bottom: 5px;
	padding-left: 5px ;
	border-bottom: 1px solid #E57A1A ;
	border-left: 3px solid #E57A1A ;
	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: 1px solid #0000FF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

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

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;
}

div#locations .table_0 a{
	color: #E57A1A;
}

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

#link_bas{
	clear: both;
}		

form#f_recherche{
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	border-top: 1px solid #E57A1A;
	border-right: 2px solid #E57A1A;
	border-bottom: 2px solid #E57A1A;
	border-left: 1px solid #E57A1A;
	padding-top: -10px;
	padding-bottom: 5px;
	padding-left: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -10px;
}

form#f_recherche dt{
	float: left;
}

form#f_recherche dd{
	margin-bottom: 5px;
	margin-left: 185px;
}

form#f_recherche input{
	margin-left: 130px;
}

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

form#f_recherche_2 dt{
	float: left;
	margin-top: -5px;
	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: -5px;
	margin-bottom: 5px;
}

#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;
}

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: 115px;
	margin-left: 100px;
}

form#contact dd{
	margin-bottom: 1px;
	margin-left: 115px;
	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;
}

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: 125px;
	font-weight: bold;
}

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

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

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: #1A1C6C;
	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;
}

div#desc form#se_loguer{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:0;
	margin-bottom: 5px;
}

div#desc form#se_loguer dt{
  font-weight: bold;
  float: left;
  width: 240px;
}

div#desc form#se_loguer dd{
	margin-bottom: 0px;
	margin-left: 50px;
}

div#desc form#se_loguer input, div#desc form#se_loguer select{
	height: 20px;
  padding: 0px;
  margin: 0px;
  font: 1em "Trebuchet MS", helvetica, sans-serif;
}

div#desc_syndic{    
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #000 1px solid;
    BORDER-LEFT: #000 1px solid;
    BORDER-BOTTOM: #000 1px solid;
    BORDER-RIGHT: #000 1px solid;    
    MARGIN: 0px 0px 0px 70px;
    OVERFLOW: auto;    
    WIDTH: 80%;       
}


DIV#desc_syndic dl{
    BORDER-RIGHT: #666666 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #666666 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 0px;
    MARGIN: 05px;
    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: 200px;
    padding-top: 5px;
	MARGIN: 0px 0px -15px 0px;
}

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

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: 20px ;
	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: 0.5px solid #292861;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	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-top: 1px solid #292861;
}

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

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

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

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