/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CONTENU */
#titre h1{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:30px;
  height:30px;
  color:#d95701;
  padding:5px 0px 0px 70px;
  text-transform:uppercase;
  background:url(../images/charte/bg-h1.gif) no-repeat scroll left 30px;
}
#texte h1{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  padding:0px 0px 2px 0px;
  color:#000000;
  border-bottom:solid 1px #000000;
  margin:0px 0px 10px 0px;
  text-transform:uppercase;
  background:url(../images/charte/bg-h1.gif) no-repeat scroll left 30px;
}
#texte h2{
  font-size:13px;
  font-weight:bold;
  text-align:left;
  color:#000000;
  margin:15px 0px 5px 0;
  border-bottom:solid 1px #7B7B7B;

}
#texte h3{
  font-size:13px;
  font-weight:bold;
  text-align:left;
  color:#000000;
  margin:15px 0px 5px 0;
  border-bottom:solid 1px #7B7B7B;
  background:#7B7B7B;
  padding:2px;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #d95701;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #d95701;
}

/* ------------------------------------------ANNONCES--------------------------------- */
#annonces{
	float:left;
	width:670px;
	min-height:104px;
	height:auto !important;
	height:104px;
	border:1px solid #5e3c23;
	margin-bottom:10px;
}
#annonces img{
	margin:5px;
	float:left;
}
#annonces p{
	margin:20px 5px 5px 5px;
	
}
#titre-annonce{
	float:left;
	width:666px;
	height:16px;
	background:#ebcc8b;
	padding:4px 0 0 4px;
	color:#643f24;
	font-weight:bold;
	font-size:12px;
}
.majuscule{
	text-transform:uppercase;
}
#titre-annonce2{
	float:left;
	width:500px;
}
#prix{
	width:50px;
	float:right;
	color:#000000;
}
/* ------------------------------------------FIN ANNONCES--------------------------------- */
/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}