/* Mise en forme du site */
body {
  background-repeat: no-repeat;
  background-color: #87888a;
  background-position: top center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
}

#conteneur {

}

#main{
  width: 970px;
	margin: 0 auto;
}

#header {
  width: 980px;
  height: 200px;
}

#langues {
  width: 980px;
  position: relative;
  top: 45px;
  left: 0px;
  text-align: right;
}

#middle {
	background-image: url(../img-interface/mosaique-verticale.png);
	background-repeat: repeat-y;
  width: 980px;
	/*overflow: hidden;*/
}

#haut {
	background-image: url(../img-interface/cadre-haut.png);
	background-repeat: no-repeat;
  width: 980px;
  height: 68px
}

#contenu {
  margin-left: 76px;
  margin-right: 76px;
}

#bas {
	background-image: url(../img-interface/cadre-bas.png);
	background-repeat: no-repeat;
  width: 980px;
  height: 68px
}

#footer {
  width: 980px;
  color: #f9f6e5;
  text-align: center;
	background-image: url(../img-interface/volutes-bas.jpg);
  background-position: bottom;
	background-repeat: no-repeat;
}


#marge {
  margin: 10px;
  text-align: center;
  color: #999a9c;
}

a {
	text-decoration: none;
	color: #04276e;
}

a:hover {
	text-decoration: none;
  color: #ec0b8d;
}


#navigation {
  padding-top: 145px;
  font-size : 20px;
  text-align: center;
}

#navigation a{
  color: #ffffff;
  text-decoration: none
}

#navigation a:hover{
  color: #08266e;
  text-decoration: none
}

a#current {
	color: #ec0b8d;
  text-decoration: underline;
}

.texte_epais {
  font-weight: bold;
  color: #04276e;
}

.entete_colonne {
  background-color: #87888a;
  font-weight: bold;
  color: #eeeeee;
}

.contenu_tableau {
  background-color: #cbcac9;
  color: #000000; 
}

.citation {
  font-style: italic;
}

.cadre_gris {
  background-color: #ebebea;
  color: #04276e;
  padding: 10px;
}

.coordonnees_footer {
  font-size: 12px;
  font-style: italic;
  line-height: 110%;
  clear:both;
}

#titre_accueil {
  line-height: 30px;
  text-align: center;
  background-image: url(../img-interface/fond-titre.jpg);
  background-repeat: repeat-x;
}

.h1_accueil {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}


/*********** FICHE ANNONCE ***********/
.livre {
  position: absolute;
  height: 70px;
  width: 93px;
  bottom: 0px;
  left: 10px;
  z-index:1;
}

.photo_principale {
  margin: 10px;
  margin-right: 0px;
  float: left;
  width: 510px;
  position: relative;
}

.visite_360 {
  position: absolute;
  height: 70px;
  width: 64px;
  bottom: 0px;
  left: 426px;
  z-index: 1;
}

.compromis{
  position: absolute;
  height: 87px;
  width: 500px;
  top: 100px;
  left: 0px;
  z-index: 2;
  text-align: center;
}

.detail {
  margin: 10px;
  margin-left: 0px;
  float: right;
  width: 298px;
}

.entete_detail {
  background-color: #999a9c;
  color: #ffffff;
  font-weight: bold;
  padding-left: 10px;
}

.valeur_detail {
  background-color: #ebebea;
  text-align: center;
  font-weight: bold;
  color: #04276e;
}

.formulaire_contact {
  font-size: 12px;
  line-height: 110%;
  margin-top: 10px;
}
/*********** FIN FICHE ANNONCE ***********/


/*********** FIN INFOS BULLES ***********/
a.info{
	position:relative;
	z-index:240;
}

a.info span{
	display: none;
}

a.info:hover span{
/*le contenu de la balise span ne
sera visible que pour l'état a:hover */
	display:block;
	position:absolute;
	top:2em; left:2em; width:17em;
	border:2px solid #666666;
	background-color:#f3f2f1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	padding:7px;
}
/*********** FIN INFOS BULLES ***********/



/*********** FIN FORMULAIRE ***********/
input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	border : 1px solid;
	border-color : #000000 #aaaaaa #aaaaaa #000000;
	background-color: #e9e6de;
	margin: 2px;
	padding: 2px;
}

input.champ_text:focus, textarea.champ_text:focus, iframe.champ_text:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	border: 1px solid #aaaaaa;
	background-color: #f2f2f2;
	margin: 2px;
	padding: 2px;
}

input.champ_text_error, textarea.champ_text_error, select.champ_text_error, iframe.champ_text_error  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7565;
	border: 1px solid #c14120;
	background-color: #ebd7ab;
	margin: 2px;
	padding: 2px;
}

.text_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c14120;
	font-weight: bold;
}

.bouton_valider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8d8d;
	border : 1px solid;
	border-color : #aaaaaa #000000 #000000 #aaaaaa;
	background-color: #343434;
	margin: 2px;
	padding: 2px;
	width: 120px;
}

.bouton_annuler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8d8d;
	border : 1px solid;
	border-color : #aaaaaa #000000 #000000 #aaaaaa;
	background-color: #343434;
	margin: 2px;
	padding: 2px;
	width: 120px;
}
/*********** FIN FORMULAIRE ***********/







/*********** PAGINATION ***********/
#pagination {
  margin: 10px;
  text-align: center;
}

.pages {
  color: #004ca4;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #aaaaaa;
	background-color:#f3f2f2;
	line-height: 25px;
}

.pages:hover {
	color: #8d8d8d;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #d0d0d0;
	background-color:#e8e8e8;
}

.page_actuelle {
  color: #ec0b8d;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
	background-color:#f3f2f2;
	line-height: 25px;
}

.page_actuelle:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #000000;
	background-color:#e8e8e8;
}

/*********** FIN PAGINATION ***********/

