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

#annonce {
padding-top:10px;
padding-left:20px;
padding-right:10px;
}

#annonce ul{
list-style-image:url(/design/annonces/puce_orange.gif);
margin-bottom:10px;
}

#annonce li{
color:#003388;
font-size:13px;
margin-left:10px;
}

#annonce h1{
margin:auto;
margin-bottom:20px;
text-align:center;
border:0px;
font-weight:900;
font-size:16px;
}

.prix{
font-size:16px;
font-weight:bold;
/*color : #e23b17;*/
color:white;
}

.prix_barre{
font-size:16px;
font-weight:bold;
color : #003366;
}

.prix_pas_barre{
font-size:20px;
font-weight:bold;
color : white;
}

.prix_pas_barre_bleu{
font-size:20px;
font-weight:bold;
color : #003366;
}

.soit{
font-size:11px;
color : #006699;
}

.chemin_annonce{
font-size:10px;
color:#CCCC33;
}

.chemin_annonce a{
font-size:10px;
color:#CCCC33;
}

/* STYLE DE LA PAGE ACCUEIL INTEGRATION */

#hautbleu {
	background:#FFF url(../images/charte/bg-top1.gif) no-repeat scroll left top;
	height:21px;
}


#centrebleu {
	padding:4px;
	border-top: 1px solid #A00B07;
	border-right: 1px solid #A00B07;
	
	border-left: 1px solid #A00B07;
	background-color:#F9C911;
	color:#A00B07;
}


#basbleu {
	background:#FFF url(../images/charte/bg-top1b_recherche.jpg) no-repeat scroll left top;
	height:21px;
}

#hautjaune {
	background:#FFF url(../images/charte/bg-top2.gif) no-repeat scroll left top;
	height:21px;
}

#centrejaune {
	padding:4px;
	border-top: 1px solid #ffc633;
	border-right: 1px solispan.prix{
font-size:16px;
color : #FF6600;
}d #ffc633;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #ffc633;
}

#basjaune {
	height:21px;
	padding-bottom:10px;
}

.box_recherche {
font-size:11px;
color:#A00B07;
}

#Recherche1 {
	padding:15px 0px 0px 0px;
	background-image: url(../images/charte/bg-recherche1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#ffa100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A00B07;/*#990000;*/
	width:552px;
	margin:0 auto;
}

.classRecherche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A00B07;
	height: 20px;
	width: 153px;
	border: 1px solid #000;
	float:left;
	margin:2px;
	padding:2px;
	font-style: normal;
}
.classRechercheGauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 20px;
	width: 140px;
	border: 1px solid #000;
	margin:5px;
	font-style: normal;
}

.textecarte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.sub{
	width: 155px;
	border:1px #999999 solid;
	background-color:#E2E2E2;
	}

.cachediv {
display: none;
overflow: hidden;
}



.info{
display:block;
background:#FFF0AA url("../../site_4/images/info_bullet.gif") no-repeat center left;
margin:5px;
font-size:14px;
padding:10px 30px ;
border:1px solid #EFBC00;
}

.info_urgent{
	display:block;
	background:#FFBDAB url("../../site_4/images/icones/retour.png") no-repeat 5px; 0px;
	margin:15px;
	font-size:13px;
	padding:10px 30px ;
	border:1px solid #F02800;
}
.info_ok{
	display:block;
	background:#BEEEBC url("../../site_4/images/info_ok_bullet.gif") no-repeat center left;
	margin:5px;
	font-size:14px;
	padding:10px 30px ;
	border:1px solid #42BF31;
}