/****************************************
Auteur: Antoine DELATTRE
pour: www.eden-auto.com

CSS EDEN AUTO :
page: Index
*****************************************/

html, body {
	font: 12px arial,sans-serif;
	padding: 0;
	margin: 0; /* pour éviter les marges */   
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #ADAEAF url('../images/fil-x.gif') repeat-x;
	

}

a:link
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

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

a:active
{
	text-decoration: none;
	color: #DC1012;
}

#conteneur {
	float: both;
	width: 1000px !important;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: left;
	margin-left: auto;   
	margin-right: auto;
	border-top: 1px solid #626161; 
	border-right: 1px solid #626161; 
	border-left: 1px solid #626161; 
}

.redcenter {text-align: center; color: red;}

/* BANDEAU */
#bandeau {
	clear:both;
	float:left;
	width:1000px !important;
	background-color:#FFF;
	height: 98px; 
	font-size:0px;
}
#bandeau img {padding: 0; margin: 0;}
#bandeau #bandeau_gen {float:left; width:1000px;height:37px; padding: 0; margin: 0;}
#bandeau #bandeau_gen img {float: left; width: 171px; height: 37px; border: none;}
#bandeau #bandeau_gen .bandeau_texte {float: left; width: 823px; height: 37px; text-align: center; padding-top: 3px;font-size:11px;}

/* MENU */
#menu {
	clear:both;
	float:left;
	width:1000px !important;
	background: #525252;
	height: 29px;
}

#menu #ulmenu {list-style: none ;margin: 6px 0 0 0; padding: 0;}
#menu #ulmenu li{display: inline ;margin-left: 4px ;color: #fff ;background: #525252 ; font-size: 14px;}
#menu #ulmenu li a{
	background: #525252 ;
	color: #fff;
	padding: 6px 16px;
	text-align: center ;
	text-decoration: none ;}
#menu #ulmenu li a:hover, #menu #ulmenu li a:focus, #menu #ulmenu li a:active {
	background: #fff ;
	color: #000;
	padding: 5px 16px;
	text-decoration: underline ;}
#menu #ulmenu li a.activo {
	background: #fff ;
	color: #000;
	padding: 5px 16px;
	text-decoration: none ;}
#menu .red {color: red;}

/* PAGE PRINCIPALE */
#pageAccueil {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:20px;
	background-image:url('../images/fil-y.gif')
}

#pageAccueil #colonne_gauche {float:left;width:490px; padding-left: 5px;}
#pageAccueil #colonne_gauche .red {color: red;}

#pageAccueil #colonne_gauche #moteur {float:left;width:490px;padding-bottom:10px;}
#pageAccueil #colonne_gauche #moteur #titremoteur {float:left;width:460px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252;}
#pageAccueil #colonne_gauche form {margin: 0; padding: 0;}
#pageAccueil #colonne_gauche #shearch {float:left;width:488px;height:270px;background-image:url('../images/fd-mot-accueil.gif');}
#pageAccueil #colonne_gauche #shearch #colonne1 {float:left;width:229px;padding: 30px 0 0 15px;}
#pageAccueil #colonne_gauche #shearch #colonne2 {float:left;width:229px;padding: 30px 0 0 0;}
#pageAccueil #colonne_gauche #shearch #lignen {float:left;width:229px;padding-top:6px;padding-left:10px;}
#pageAccueil #colonne_gauche #shearch .button {
		width: 200px;
		height:28px;
		font-family:arial; 
		font-size:11px; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #FFFFFF;
		background:url('../images/button2.gif'); 
		cursor:pointer;
		margin-top: 18px;
		border: none;
}

#pageAccueil #colonne_gauche #annonces {float:left;width:490px;padding:10px 0;}
#pageAccueil #colonne_gauche #annonces #titreannonces {float:left;width:460px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252;}
#pageAccueil #colonne_gauche #annonces #titreannonces2 {float:left;width:460px;padding: 5px 0;}
#pageAccueil #colonne_gauche #occasions {float:left;width:490px;}
#pageAccueil #colonne_gauche #occasions #colonne {float:left;width:235px;padding-left:0px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce {float:left;width:235px;padding-bottom:10px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #photo {float:left;width:44px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #texte {float:left;width:181px;padding-left:2px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #texte #ligne1 {float:left;width:175px; height: 18px; background-color: #525252; padding: 2px 0 0 10px; color: #FFF;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #texte #ligne2 {float:left;width:175px; background-color: #FFF;padding-left: 10px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #texte #ligne2 #prix {float:left;color:#FF0000;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce #texte #ligne2 #dpt {float:right;padding-right:10px;}
#pageAccueil #colonne_gauche #occasions #colonne #annonce a { color: #FFF;}

#pageAccueil #colonne_gauche #bandeauVN {float:left;width:490px;}
#pageAccueil #colonne_gauche #bandeauVN #titreVN {float:left;width:460px;height:10px;border-bottom: 3px solid red; font-size: 10px; color: #525252;}
#pageAccueil #colonne_gauche #bandeauVN img { margin: 10px 0; border: none;}

#pageAccueil #colonne_droite {float:right;width:490px;}
#pageAccueil #colonne_droite .red {color: red;}

#pageAccueil #colonne_droite #flash {float:left;width:488px;height:179px;margin-bottom: 10px;border:1px solid #6B6B6B;}

#pageAccueil #colonne_droite #actu {float:left;width:490px;padding-bottom:10px;}
#pageAccueil #colonne_droite #actu #titreactu {float:left;width:460px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252;}
#pageAccueil #colonne_droite #rubrique {float:left;width:480px;padding-bottom:10px;}
#pageAccueil #colonne_droite #rubrique #date {float:left;width:76px;color:red;}
#pageAccueil #colonne_droite #rubrique #news {float:left;width:404px; color:#525252;}

#pageAccueil #colonne_droite #diapo {float:left;width:490px;padding-bottom:10px;}
#pageAccueil #colonne_droite #diapo #titrediapo {float:left;width:460px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252;}

#pageAccueil #colonne_droite #blogs {float:left;clear: both;width:490px;padding-bottom:20px;}
#pageAccueil #colonne_droite #blogs #titreblogs {float:left;width:460px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252;}
#pageAccueil #colonne_droite #blogs .blogrub { float: left;  width: 490px; padding-top: 10px;}
#pageAccueil #colonne_droite #blogs .blogrub .blognews {color: red; font-weight: bold;}
#pageAccueil #colonne_droite #blogs .blogliens a {color: #000; font-weight: bold;}
#pageAccueil #colonne_droite #suiteblog { float: right; padding: 0 30px 0 30px; background: url('../images/flc-accueil.gif') no-repeat;  margin-bottom: 5px;}
#pageAccueil #colonne_droite #suiteblog a {color: red; font-weight: bold;}

#pageAccueil span.MiniMaxi { float: left; width: 105px ;}



/* CONTACT */
#pageContact {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}
#pageContact #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
#pageContact #divtitre #titrecontact {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
#pageContact .red { color: red;}

#pageContact #info { padding: 10px; font-weight: bold;}
#pageContact #formulaireContact{float:left; width: 500px; padding-left: 220px; padding-bottom: 20px;}
#pageContact #formulaireContact .ligne{float:left;width:500px;}
#pageContact #formulaireContact .ligne_bouton{float:left;width:490px;text-align:center;}
#pageContact #formulaireContact .gauche{float:left;width:195px; font-size: 14px; font-weight: bold; padding-top: 2px; color: #525252;}
#pageContact #formulaireContact .droite{float:left;width:295px;}

#pageContact #formulaireContact .button {
		width: 200px;
		height:28px;
		font-family:arial; 
		font-size:11px; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #FFFFFF;
		background:url('../images/button2.gif'); 
		cursor:pointer;
		border: none;
}

/* AO */
#pageAO {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:20px;
}
#pageAO #formulaire{float:left;width:490px !important;width:745px;padding-left:255px;}
#pageAO #formulaire #titre {float:left;width:490px;padding-bottom:10px;}
#pageAO #formulaire #titre #titre1bbg {float:left;width:382px;height:24px;background-image:url('../images/fond_titre2b.jpg');}
#pageAO #formulaire #titre #titre2bbg {float:left;width:108px;height:24px;background-image:url('../images/fond_titre1b.jpg');}
#pageAO #formulaire #titre #titre1b {float:left;width:382px;text-align:center;padding-top:4px;}
#pageAO #formulaire #titre #titre2b {float:left;width:108px;text-align:center;padding-top:4px;}
#pageAO #formulaire #ligne{float:left;width:490px;}
#pageAO #formulaire #ligne_bouton{float:left;width:490px;text-align:center;}
#pageAO #formulaire #gauche{float:left;width:195px;}
#pageAO #formulaire #droite{float:left;width:295px;}

#pageAO #formulaire .button {
		width:200px; 
		font-family:arial; 
		font-size:11px; 
		border-width : 2px; 
		border-style:outset; 
		border-color:red; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #000000;
		background: #EBE9ED; 
		cursor:pointer;
}

/* ADRESSE */
#pageAdresse {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}
#pageAdresse #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
#pageAdresse #divtitre #titreadresse {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
#pageAdresse .red { color: red;}

#pageAdresse #colonne_gauche {float:left;width:452px; padding: 0 0 10px 12px;}
#pageAdresse #colonne_droite {float:right;width:490px; padding-bottom: 10px;}
#pageAdresse #colonne_droite #titre {float:left;width:490px;height:24px;}
#pageAdresse #colonne_droite #titre #titre1bg {float:left;width:382px;height:24px;background-image:url('../images/fond_titre1.jpg');}
#pageAdresse #colonne_droite #titre #titre2bg {float:left;width:108px;height:24px;background-image:url('../images/fond_titre2.jpg');}
#pageAdresse #colonne_droite #titre #titre1 {float:left;width:382px;text-align:center;padding-top:4px;}
#pageAdresse #colonne_droite #titre #titre2 {float:left;width:108px;text-align:center;padding-top:4px;}
#pageAdresse #colonne_droite #distributeur {float:left;width:490px;}
#pageAdresse #colonne_droite #distributeur #adresse_distributeur {float:left;width:300px;}
#pageAdresse #colonne_droite #distributeur #photo_distributeur {float:left;width:190px;padding-top:45px;}
#pageAdresse a.plan
	{
	display: block;
	clear: left;
	float: left;
	width:200px; 
	margin: 2px 20px 0 0;
	padding: 2px 5px;
	font-family:arial; 
	font-size:11px; 
	border-width : 2px; 
	border-style:outset; 
	border-color:red; 
	font-weight:bold; 
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background: #EBE9ED; 
	cursor:pointer;
	}
#pageAdresse a.plan:hover { color: red;}


/* RECRUTEMENT */
#pageRecrutement {
	clear:both;
	float:left;
	width:980px !important;
	padding-top:10px;
}
	#pageRecrutement #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
	#pageRecrutement #divtitre #titrerecrutement {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
	#pageRecrutement .red { color: red;}
	#pageRecrutement #blocrecutement { padding-left: 20px;}
	#pageRecrutement p { margin: 0 20px 0 0;}
	#pageRecrutement span.titre { text-decoration: underline;}
	#pageRecrutement div.recrutement { margin: 5px 0 10px 0; border: 1px solid #525252; width: 950px;}
	#pageRecrutement div.poste { border-bottom: 1px solid #ccc; background: #525252; color: #FFF; font-weight: bold; padding: 2px 0 2px 5px;}
	#pageRecrutement div.profil { padding-left: 5px; margin: 2px 0;}
	#pageRecrutement div.lieu { padding-left: 5px; margin: 2px 0;}
	#pageRecrutement div.departement { padding-left: 5px; margin: 2px 0;}
	#pageRecrutement div.rien { padding-left: 5px; margin: 20px 0; height: 200px; font-weight: bold;}

.THELP_div 
{
	width: 283px;	
}

.THELP_div_cartoucheHaut
{
	height: 21px;
	background-image:url(../images/cartoucheHaut.gif);
}

.THELP_div_cartoucheTexteA
{
	padding-left : 15px;
	background-image:url(../images/cartoucheTexteA.png);
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
}

.THELP_div_cartoucheTexteB
{
	padding-left : 15px;
	background-image:url(../images/cartoucheTexteB.png);
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
}

.THELP_div_cartoucheBas
{
	height: 7px;
	background-image:url(../images/cartoucheBas.gif);
	background-repeat: no-repeat ;
}

/* FICHE DETAILS */
#pageDetail {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:20px;
}
#pageDetail #retour {float:left;width:978px;margin-left:10px !important;margin-left:5px;padding:0 0 10px 25px;font-weight: bold;background: url('../images/flc-fd-blanc-g.gif') no-repeat;}
#pageDetail #retour a {color: red;}
#pageDetail #cadre_gris {float:left;width:978px;margin-left:10px !important;margin-left:5px;}
#pageDetail #cadre_gris #hautcadre {float:left;width:978px;height: 14px;background: url('../images/detail_fd_haut.gif') no-repeat;font-size:1px;}
#pageDetail #cadre_gris #milieucadre {float:left;background: #525252;}
#pageDetail #cadre_gris #bascadre {float:left;width:978px;height: 14px;background: url('../images/detail_fd_bas.gif') no-repeat;font-size:1px;margin-bottom:15px;}
#pageDetail #cadre_gris #colonne_gauche {float:left;width:421px;background: #525252;}
#pageDetail #cadre_gris #colonne_gauche #cadre_photo {width:420px;padding-left:10px;}
#pageDetail #cadre_gris #colonne_gauche #cadre_photo img { float: left; border: 2px solid #FFF;}
#pageDetail #cadre_gris #colonne_gauche #ligne_photos {float:left;width:420px;padding-left:10px !important;padding-left:13px;padding-top:10px;}
#pageDetail #cadre_gris #colonne_gauche #ligne_photos #photo {float:left;width:101px;cursor: pointer;}
#pageDetail #cadre_gris #colonne_gauche #ligne_photos #photo img {border: 2px solid #FFF;margin-bottom:5px;}
#pageDetail #cadre_gris #colonne_gauche #blank {float:left;width:420px;height:10px;}

#pageDetail #cadre_gris #colonne_droite {float:left;width:557px; margin: 0; padding: 0;background: #525252;}
#pageDetail #cadre_gris #colonne_droite #modele {float:left;clear:both;padding-left:13px;padding-top:0px;font-size:24px;background: #FFF;width: 530px !important;width: 540px;}
#pageDetail #cadre_gris #colonne_droite #modele .marmod {color: #FE0002;}
#pageDetail #cadre_gris #colonne_droite #modele .finition {color: #525252;}
#pageDetail #cadre_gris #colonne_droite #sepmodele {float:left;clear:both;padding-left:13px;padding-top:0px;font-size:1px;background: #FFF;width: 530px !important;width: 540px;}
#pageDetail #cadre_gris #colonne_droite #sepdesc {float:left;clear:both;padding-left:13px;padding-top:10px;font-size:1px;background: #FFF;width: 530px !important;width: 540px;}
#pageDetail #cadre_gris #colonne_droite #ligne {float:left;clear:both;padding-left:13px;padding-top:5px;background: #FFF;width: 530px !important;width: 540px;}
#pageDetail #cadre_gris #colonne_droite #ligneconces {float:left;width: 300px;padding-top:8px;}
#pageDetail #cadre_gris #colonne_droite #ligneconces .redbold {color: red; font-weight: bold;}
#pageDetail #cadre_gris #colonne_droite #ligneimprime {float:left;width: 220px; }
#pageDetail #cadre_gris #colonne_droite #ligneimprime a.imprimer {float:left; height: 30px;background: url('../images/imprimante.gif') no-repeat; padding: 8px 0 0 35px;text-decoration: underline;}
#pageDetail #cadre_gris #colonne_droite #ligne #case_gauche {float:left;width:150px;}
#pageDetail #cadre_gris #colonne_droite #ligne #case_droite {float:left;}
#pageDetail #cadre_gris #colonne_droite #ligne #case_gauche2 {float:left;width:300px; padding: 7px 0;}
#pageDetail #cadre_gris #colonne_droite #ligne #case_droite2 {float:left; margin:10px 0 5px 0;}
#pageDetail #cadre_gris #colonne_droite #ligne #financement { margin: 0 0 5px 0; width: 520px; border: 1px solid #ccc;background: #eee;}
#pageDetail #cadre_gris #colonne_droite #ligne #financement a { color: red; font-weight: bold; font-size:14px;}
#pageDetail #cadre_gris #colonne_droite #ligne .prix {color: red; font-weight: bold;font-size:14px;}
#pageDetail .button {
		width: 200px;
		height:28px;
		font-family:arial; 
		font-size:11px; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #FFFFFF;
		background:url('../images/button2.gif'); 
		cursor:pointer;
		border: none;
}

#pageDetail #cadre_gris_contact {float:left;width:490px !important;width:745px;padding-left:255px; text-align:center; padding-bottom: 5px; color: #FFF; font-weight: bold;}
#pageDetail #cadre_gris_contact #bordure_contact { border: 1px solid #ccc; width: 500px; margin-bottom: 20px; background: #525252;}
#pageDetail #cadre_gris_contact #ligne{float:left;width:490px;}
#pageDetail #cadre_gris_contact #ligne_bouton{float:left;width:490px;text-align:center;}
#pageDetail #cadre_gris_contact #gauche{float:left;width:195px;}
#pageDetail #cadre_gris_contact #droite{float:left;width:295px;}
#pageDetail #cadre_gris_contact .red { color: red;}


/* FINANCEMENT */
#pageDetail .finance { text-align:center;}
#ContactFinance { float: center; text-align:center;}
#ContactFinance .info { text-align:left; margin-top: 20px; width: 700px; border: 1px solid #ccc; font-weight: bold; font-size:14px; background: #cde; margin-left: 145px !important; margin-left: 30px;}
#finance_contact_gauche { float: left; border: 1px solid #ccc; width: 350px;background: #525252; height: 300px; margin-left: 145px !important; margin-left: 165px;color: #FFF;}
#finance_contact_gauche .titre_ligne { text-decoration: underline; text-align: center;font-weight: bold;}
#finance_contact_gauche .champs {float:left;width:170px; text-align: right; margin: 5px 0;font-weight: bold;color: #FFF;}
#finance_contact_gauche .infofinance {float:left;width:150px; font-weight: bold; margin: 5px 0;color: red;}
#finance_contact_droite { float: left; border: 1px solid #ccc; width: 350px;background: #525252; height: 300px;color: #FFF;}
#finance_contact_droite .titre_ligne { text-decoration: underline; text-align: center;font-weight: bold;}
#finance_contact_droite .finance_bouton{float:left;text-align:center;}
#finance_contact_droite .champs {float:left;width:130px;font-weight: bold;color: #FFF;}
#finance_contact_droite .champs2 {float:left;width:130px; padding-top: 5px;font-weight: bold;}
#finance_contact_droite .formu{float:left;width:200px;}
#finance_contact_droite .red { color: red;}
.redfinance { color: red; text-align:center;}

/* OCCASIONS */
#pageOccaz {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}
#pageOccaz #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
#pageOccaz #divtitre #titreoccasion {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
#pageOccaz .red { color: red;}

#pageOccaz #cadre_gris {float:left;width:982px; height: 112px !important; height: 134px; margin-left:8px; padding-top:22px; background: url('../images/fd-mot-affinage.gif');}
#pageOccaz #cadre_gris #ligne {float:left;width:978px;height:31px;padding-left:20px; font-weight: bold; color: #525252;}
#pageOccaz #cadre_gris #ligne #nbannonces{ color: #000; font-weight: bold;}
#pageOccaz #cadre_gris #ligne #cadre280 {float:left;width:450px;padding-top:1px;font-weight:bold;color: #DC1012;}
#pageOccaz #cadre_gris #ligne #cadre56 {float:left;width:66px;padding-top:1px;}
#pageOccaz #cadre_gris #ligne #cadre124 {float:left;width:124px;}
#pageOccaz #cadre_gris #ligne #cadre90 {float:left;width:90px;padding-top:1px;}
#pageOccaz #cadre_gris #ligne #cadre224 {float:left;width:204px;}
#pageOccaz #cadre_gris #ligne #cadre308 {float:left;width:308px;}
#pageOccaz #cadre_gris #ligne .button {
		width: 250px;
		height:28px;
		font-family:arial; 
		font-size:11px; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #FFFFFF;
		background:url('../images/button.gif'); 
		cursor:pointer;
		border: none;
}

#pageOccaz #onglets {float:left;width:1000px;height:20px;padding-top:10px;}
#pageOccaz #onglets #onglet100 {float:left;width:100px;height:17px !important;height:20px;color:#FFF;background-image:url('../images/onglet100.gif');text-align:center;padding-top:3px;}
#pageOccaz #onglets #onglet150 {float:left;width:150px;height:17px !important;height:20px;color:#FFF;background-image:url('../images/onglet150.gif');text-align:center;padding-top:3px;}
#pageOccaz #onglets #onglet200 {float:left;width:200px;height:17px !important;height:20px;color:#FFF;background-image:url('../images/onglet200.gif');text-align:center;padding-top:3px;}
#pageOccaz #onglets a {color:#FFF;}

#pageOccaz #lignes {float:left;width:1000px;}
#pageOccaz #lignes #case100ph {float:left;width:100px;text-align:center;padding-top:10px;}
#pageOccaz #lignes #case100 {float:left;width:100px;text-align:center;padding-top:19px;}
#pageOccaz #lignes #case150 {float:left;width:150px;text-align:center;padding-top:19px;}
#pageOccaz #lignes #case200 {float:left;width:200px;text-align:center;padding-top:19px;}

#pageOccaz #pagination {float:left;width:1000px;text-align:center; color: red; margin: 10px 0;}
#pageOccaz #pagination .nbpage { font-size:15px;}
#pageOccaz #pagination img { border: none;}

/* ENSEIGNE-OCCASIONS */
#pageEnsOccaz {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}

#pageEnsOccaz #cadre {float:left;width:978px;margin-left:10px !important;margin-left:5px;padding-top:0px;padding-bottom:5px;background-color:#FFF;border:1px solid #878787;}
#pageEnsOccaz #adresse_distributeur {float:left; margin:10px 0 5px 10px;}
#pageEnsOccaz #distributeur {float:right; margin:15px 0 5px 50px;}
#pageEnsOccaz #nbannonce {float:right; margin:35px 0 5px 50px; font-weight: bold;}

#pageEnsOccaz #onglets {float:left;width:1000px;height:20px;padding-top:10px;}
#pageEnsOccaz #onglets #onglet100 {float:left;width:100px;height:17px !important;height:20px;background-image:url('../images/onglet100.jpg');text-align:center;padding-top:3px;}
#pageEnsOccaz #onglets #onglet150 {float:left;width:150px;height:17px !important;height:20px;background-image:url('../images/onglet150.jpg');text-align:center;padding-top:3px;}
#pageEnsOccaz #onglets #onglet200 {float:left;width:200px;height:17px !important;height:20px;background-image:url('../images/onglet200.jpg');text-align:center;padding-top:3px;}

#pageEnsOccaz #lignes {float:left;width:1000px;}
#pageEnsOccaz #lignes #case100ph {float:left;width:100px;text-align:center;padding-top:10px;}
#pageEnsOccaz #lignes #case100 {float:left;width:100px;text-align:center;padding-top:19px;}
#pageEnsOccaz #lignes #case150 {float:left;width:150px;text-align:center;padding-top:19px;}
#pageEnsOccaz #lignes #case200 {float:left;width:200px;text-align:center;padding-top:19px;}

#pageEnsOccaz #pagination {float:left;width:1000px;text-align:center;}


/* BLOGS */
#pageBlogs {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}
#pageBlogs #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
#pageBlogs #divtitre #titreblogs {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
#pageBlogs .red { color: red;}

#pageBlogs #listeblogs {float: left; width: 978px; padding:0 0 20px 20px;}
#pageBlogs #listeblogs .bold { font-weight: bold; margin: 0; padding: 0;}
#pageBlogs #listeblogs .blogrub { float: left;  width: 950px; padding-top: 10px;}
#pageBlogs #listeblogs .blogrub .blognews {color: red; font-weight: bold;}
#pageBlogs #listeblogs .blogliens a {color: #000; font-weight: bold;}


/* MENTIONS LEGALES */
#Legales {
	clear:both;
	float:left;
	width:1000px !important;
	padding-top:10px;
}
#Legales #divtitre {float:left;width:978px;padding:0px 0 10px 15px;}
#Legales #divtitre #titrelegales {float:left;width:970px;height:30px;border-bottom: 3px solid red; font-size: 24px; color: #525252; font-weight: bold;}
#Legales .red { color: red;}
#Legales #textelegales { padding: 0 20px 15px 20px;}


/* MENU BAS */
#menu_bas {
	clear:both;
	width:1000px !important;
	height:30px;
	padding-top:2px;
	border-top:2px solid red;
	border-bottom: 1px solid #626161; 
}

#menu_bas #onglet1 {float:left;height:25px !important;height:27px;width:190px;text-align:center;padding-top:2px;}
#menu_bas #onglet2 {float:left;height:22px !important;height:27px;width:584px;text-align:center;padding-top:5px;}
#menu_bas #onglet3 {float:left;height:22px !important;height:27px;width:190px;text-align:center;padding-top:2px;}
#menu_bas #sep {float:left;width:18px;height:28px;}
#menu_bas .littlebiglink { font: 11px/9px; font-weight: bold; color: #000;}
#menu_bas .littlelink a { font-size: 10px; color: red;}

#legendedubas {margin: 5px;}

/*  SPECIAL */
.clear { clear: both; }