/* 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 */
#texte h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	height:30px;
	color:#003366;
	margin:40px 0px 5px 0px;
	text-transform:uppercase;
}
#texte h2{
	text-align:left;
	color:#f49703;
	margin:10px 0px 5px 0;
	font-size:13px;
	height:30px;
	font-weight:bold;
	padding-left:10px;
	line-height:20px;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #f49703;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #f49703;
}

.liste01{
	padding-left:15px;
	margin-left:15px;
	color:#f49703;
}

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

.inputForm{
	border:1px solid #8aa7d1;
	background-color:#4FC1E9;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#be7330;
	height:14px;
	margin-top:10px;
}

.inputFormOver{
	border:1px solid #8aa7d1;
	background-color:#eeeff7;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#be7330;
	height:14px;
	margin-top:10px;
}
.mail_label{
	width:90px;
	float:left;
	text-align:left;
	padding-top:10px;
	vertical-align:middle;
	height:16px;
}
.button{
	border:1px solid #F49704;
	background-color: #32B7E7;
	width:64px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.buttonOver{
	border:1px solid #F49704;
	background-color: #003366;
	width:64px;
	color:#32B7E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
