body
{
	color:#000;
	margin:0;
  	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff;
}

#container
{
	width:955px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}


/*Globals*/

h1
{
	font-size:1em;
	margin:0;	
}

h2
{
	font-size:1.9em;
	margin:0;
	padding:0;
}

p
{
	font-size:1em;
	color:#000;
	margin:0;
	padding:0;
}

.txt-petit
{
	font-size:0.9em;
	color:#000;
	margin:0;
	padding:0;
}

.txt-rouge-grand
{
	color:#990115;
	font-size:1em;
}

input, select
{font-family: Arial, Helvetica, sans-serif;}

.gras
{font-weight:bold;}

.italic
{font-style:italic;}


/* Corps */
/* Publicités entête */

#pubsEntete
{
	width:955px;
}

#pubGauEntete
{
	float:left;
	width:728px;	
	z-index:1000000;
}

#pubDrEntete
{
	float:left;
	width:217px;
	background:url(/images/journal.jpg) no-repeat top left;
	border:1px solid #000;
	margin:0 0 0 8px;
	
}

#pubDrEnteteNew
{
	float:right;
	width:219px;
	height:90px;

	margin:0 0 0 8px;
}

#pubDrEnteteCine
{
	float:left;
	width:217px;
	background:url(/images/cineparc_bouton.gif) no-repeat top left;
	border:1px solid #000;
	margin:0 0 0 8px;
}

#pubDrEntete p
{
	font-size:0.9em;
	color:#000;
	padding:67px 0 7px 110px;
}

#pubDrEntete a:link, #pubDrEntete a:visited, #pubDrEntete a:active
{
	color:#0083AE;
	text-decoration:underline;
}

#pubDrEntete a:hover
{text-decoration:none;}

/* top menu  */


#topMenu
{
	width:572px;
	position:absolute;
	top:94px;
	left:380px;
	z-index:200;
	background:url(/images/topMenu_bg.gif) no-repeat top left;
}


div#topMenu
{height:50px;}
html>body div#topMenu
{
	min-height:50px;
	height:auto;
}

#topMenu ul
{
	float:right;
	font-size:1em;
	list-style:none;
	margin:0;
	padding:12px 0 0 0;
}

#topMenu ul li
{
	float:left;
	margin:0;
	padding:0 14px;
	color:#fff;
	border-right:1px solid #fff;
}

#topMenu ul li.last
{border-right:none;}

#topMenu a:link, #topMenu a:visited, #topMenu a:active
{
	color:#155481;
	text-decoration:underline;
}

#topMenu a:hover
{text-decoration:none !important;}

/* entete  */

#entete
{
	width:953px;
	margin:12px 0 12px 5px;
	position:relative;
	background:url(/images/entete_bg.gif) no-repeat 0 5px;
}

div#entete
{height:135px;}
html>body div#entete
{
	min-height:135px;
	height:auto;
}

#bg_entete_lignes
{
	width:953px; 
	background:url(/images/bg_entete_ligneDiago.gif) no-repeat bottom right;
}

/* logo */

div#logoCompagnie
{
	float:left;
	padding:0 0 3px 0;
}

div#logoCompagnie img.logo
{
	display:block;
	margin:0;
}

/* bloc recherche */

#blocRecherche
{
	width:600px;
	float:right;
	padding:37px 0 0 79px;
}


#champsRecherche
{
	float:right;
	width:318px;
	margin:0 20px 0 0
}

#champsRecherche input.irecherche
{
	width:245px;
	_width:235px;
	margin:0 4px 0 10px;
	vertical-align:middle;
	color:#185281;
	border:1px solid #88be64;
	padding:4px 0 4px 8px;
}

#champsRecherche input.ibrecherche
{vertical-align:middle;}

/* ----- cases à cocher ------ */

.casesCochesRecherche
{
	float:right;
	width:230px;
	margin:0 10px 0 0;
}

.casesCochesRecherche label
{
	color:#000;
	font-size:0.9em;
	vertical-align:middle;
}

.casesCochesRecherche input
{
	vertical-align:middle;
	margin:0 3px 0 0;
}

.casesCochesRecherche input#google
{
	vertical-align:middle;
	margin:0 3px 0 10px;
}

.casesCochesRecherche img
{vertical-align:middle;}

/* -- Date du jour ----- */

#entete p#dateJour
{
	font-weight:bold;
	color:#155481;
	padding:11px 0 0 9px;
}

/*  zone contenu  */

#zoneContenu
{
	width:955px;
}

/* les trois colonnes de contenu */

#colGauche
{
	width:154px;
	float:left;
	margin:0 10px 0 0;
}

#colCentre
{
	width:538px;
	float:left;
}

#colDroite
{
	width:250px;
	float:left;
}


/* contenu texte en general (surtout pour éditeurs) */

#contenuTxt
{
	width:475px;
	margin:0 0 11px 0;
}

#contenuTxt h1
{
	color:#fff;
	padding:16px 0 13px 13px;
	font-size:1.3em;
}

#contenuTxt h2
{
	color:#000;
	padding:0 10px 13px 11px;
	font-size:1.1em;
}

#contenuTxt .txt
{
	width:473px;
	padding:10px 0;
	border:1px solid #C71D22;
	background:#fff;
}

#contenuTxt p
{
	font-size:1em;
	padding:0 11px 10px 11px;
}

#contenuTxt p.txt-petit
{
	font-size:0.8em;
	padding:0 11px 10px 11px;
}

#contenuTxt img
{
	margin:0 10px 0 11px;
}

#contenuTxt p.bLien, .infos p.bLien
{
	float:right;
	font-size:1em;
	padding:0 0 10px 0;
	color:#868686;
}

#contenuTxt p img, .infos p img
{
	vertical-align:middle;
}

#contenuTxt p.bLien a:link, #contenuTxt p.bLien a:visited, #contenuTxt p.bLien a:active, .infos p.bLien a:link, .infos p.bLien a:visited, .infos p.bLien a:active, #contenuTxt a:link,  #contenuTxt a:visited, #contenuTxt a:active, .boiteTxtRepondre p a:link, .boiteTxtRepondre p a:visited, .boiteTxtRepondre p a:active
{
	color:#868686;
	text-decoration:none;
}

#contenuTxt p.bLien a:hover, .infos p.bLien a:hover, #contenuTxt a:hover,.boiteTxtRepondre p a:hover, #optionsTxt a:hover
{
	text-decoration:underline;
}

/* colonne de gauche */


.boxMenuGau
{
	width:154px;
	border:1px solid #B5C2C5;
	margin:0 0 11px 0;	
}

/* onglet titre Informations */
.bg_titreOngletVertCaricature
{
	width:154px;
}
.titreOngletVertCaricature
{
	padding:0;
	text-align:center;
}

.bg_titreOngletVert
{
	width:154px;
	background:url(/images/bg_menuvert.gif) repeat-y top left;
}

.titreOngletVert
{
	padding:0;
	background:url(/images/menuvert.gif) no-repeat top right;
	text-align:center;
}

.titreOngletVert h1
{
	color:#fff;
	padding:3px 0;
}

/*  onglet titre Répertoire */
.bg_titreOngletBleu
{
	width:154px;
	background:url(/images/bg_menubleu.gif) repeat-y top left;
}

.titreOngletBleu
{
	padding:0;
	background:url(/images/menubleu.gif) no-repeat top right;
	text-align:center;
}

.titreOngletBleu h1
{
	color:#fff;
	padding:3px 0;
}

/* onglet titre Sections spéciales */
.bg_titreOngletRouge
{
	width:154px;
	background:url(/images/bg_menurouge.gif) repeat-y top left;
}

.titreOngletRouge
{
	padding:0;
	background:url(/images/menurouge.gif) no-repeat top right;
	text-align:center;
}

.titreOngletRouge h1
{
	color:#fff;
	padding:3px 0;
}

/*  onglet titre Outils */
.bg_titreOngletOrange
{
	width:154px;
	background:url(/images/bg_menuorange.gif) repeat-y top left;
}

.titreOngletOrange
{
	padding:0;
	background:url(/images/menuorange.gif) no-repeat top right;
	text-align:center;
}

.titreOngletOrange h1
{
	color:#fff;
	padding:3px 0;
}


/*  menu colonne gauche  */

.menuColGauche_caricature
{

	background:#fff;
	margin:0 0 0px 0;
}


.menuColGauche_informations, .menuColGauche_repertoire, .menuColGauche_sectionsSpeciales, .menuColGauche_outils
{

	background:#fff;
	margin:0 0 5px 0;
}

.menuColGauche_informations a, .menuColGauche_repertoire a, .menuColGauche_sectionsSpeciales a, .menuColGauche_outils a
{
	display: block;
	padding:2px 0 2px 11px;	
	text-decoration:none;
	color:#000;
	font-size:1em;	
}

.menuColGauche_repertoire2 a
{
	display: block;
	padding:2px 0 2px 11px;	
	text-decoration:none;
	color:#749BBD;
	font-size:1em;	
}

/* menu gauche over - information  */

.menuColGauche_informations a:hover
{
	background:url(/images/point_vert.gif) no-repeat 3px 7px;
	color:#749BBD;
}

/* menu gauche over - répertoire  */

.menuColGauche_repertoire a:hover
{
	background:url(/images/point_bleu.gif) no-repeat 3px 7px;
	color:#749BBD;
}

/* menu gauche over - Sections spéciales  */

.menuColGauche_sectionsSpeciales a:hover
{
	background:url(/images/point_rouge.gif) no-repeat 3px 7px;
	color:#BD7C76;
}

/* menu gauche over - outils  */

.menuColGauche_outils a:hover
{
	background:url(/images/point_orange.gif) no-repeat 3px 7px;
	color:#B07C2F;
}

/*  Boîte Pub Goupe Investors  */

#boxPub_grInvestors
{
	width:154px;
	border:1px solid #B5C2C5;
	margin:0 0 11px 0;
}

#boxPub_grInvestors p
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 5px 0px 5px;
	height:10px;
}

#boxPub_grInvestors p a:link, #boxPub_grInvestors p a:visited, #boxPub_grInvestors p a:active
{
	text-decoration:underline;
	color:#0EBA0A;
}

#boxPub_grInvestors p a:hover
{
	text-decoration:none;
	color:#74B3AE;
}

/*  Boîte Radio  */

#boxRadio
{
	width:154px;
	margin:0 0 7px 0;
}

#boxRadio p
{
	font-size:0.8em;
	color:#000;
	padding:4px 2px;
	margin:0 0 4px 0;
}

#boxRadio p.bordureBas
{border-bottom:1px solid #91BE6E;}


#boxRadio p a:link, #boxRadio p a:visited, #boxRadio p a:active
{
	text-decoration:underline;
	color:#000;
}

#boxRadio p a:hover
{
	text-decoration:none;
	color:#74B3AE;
}

/*  Boîte Soyez Informés  */

#boxSoyezInformes
{
	width:154px;
	margin:0 0 11px 0;
	background:#6EAEBB;
	border:1px solid #B5C2C5;
}

#boxSoyezInformes p
{
	font-size:0.9em;
	color:#fff;
	padding:4px 8px;
	margin:0 0 4px 0;
}

#boxSoyezInformes div
{margin:0 0 5px 5px;}

#boxSoyezInformes input
{width:110px; vertical-align:middle;}

/*  Boîte Soyez Informés  */

#boxAnnonces
{
	width:154px;
	margin:0 0 11px 0;
}

#boxEncart
{
	width:154px;
	margin:0 0 11px 0;
}

#boxPubUne
{
	margin:0 0 11px 0;
}


/*  colonne du centre  */
/*  Boîte À La Une !  */

#boxAlaUne
{
	width:526px;
	margin:0 0 11px 0;
}

/*  entête  */

#enteteAlaUne
{
	width:526px;
	background:#92bf6f url(/images/i_alaUne.gif) no-repeat top left;
}

#enteteAlaUne h1
{
	color:#fff;
	font-size:1.4em;
	padding:20px 6px 6px 153px;
	margin:0;
}

#enteteAlaUne a:link, #enteteAlaUne a:visited, #enteteAlaUne a:active
{
	color:#fff;
	text-decoration:none;
}
#enteteAlaUne a:hover
{text-decoration:underline;}

/*  zone contenu et photo À la une  */

#zoneAlaUne
{
	width:524px;
	border:1px solid #92bf6f;
	background:#eff8e9 url(/images/bg_alaune.gif) repeat-y top left;
}

#photoActualite
{
	float:left;
	width:219px;
	background:#e0edd6;
}

#zoneTxtAlaUne
{
	float:left;
	width:297px;
	padding:14px 0 9px 0;
}

#zoneTxtAlaUne h1
{
	font-size:0.9em;
	padding:0 0 8px 0;
}

#zoneTxtAlaUne p
{
	font-size:0.9em;
	padding:0 0 10px 0;
}

.txt
{padding:0 6px 0 10px;}

#zoneTxtAlaUne .bLien
{
	float:right;
	padding:0 10px 0 0;
	font-size:0.8em;
}

#zoneTxtAlaUne a:link, #zoneTxtAlaUne a:visited, #zoneTxtAlaUne a:active
{
	text-decoration:underline;
	color:#000;
}

#zoneTxtAlaUne a:hover
{
	text-decoration:underline;
	color:#589FA8;
}

/*  Boîte de nouvelles d'actualités  */

#zoneActualites
{
	width:524px;
	margin:0 0 11px 0;
}

.colGauActualites
{
	float:left;
	width:259px;
	margin:0 6px 0 0;
}

.colDrActualites
{
	float:left;
	width:259px;
}

.boxMenuGau
{
	width:154px;
	border:1px solid #B5C2C5;
	margin:0 0 11px 0;	
}


.boiteInfos
{
	width:259px;
	margin:0 0 11px 0;
	border:1px solid #92BF6F;
}

/*  onglet titre Actualités  */
.bg_titreOngletActualites
{
	width:259px;
	background:url(/images/bg_backvertligne.gif) repeat-y top left;
}

.titreOngletActualites
{
	padding:0;
	background:url(/images/backvertligne.gif) no-repeat top right;
}

.titreOngletActualites h1
{
	color:#fff;
	padding:2px 0 3px 15px;
}

.titreOngletActualites a:link, .titreOngletActualites a:visited, .titreOngletActualites a:active
{
	color:#fff;
}

/*  boîte Infos Actualités  */

.infos
{
	width:259px;
	padding:8px 0 0 0;
}

.infos h1
{
	font-size:0.9em;
	padding:0 14px;
}

.infos h1.titreInfosAcc
{
	font-size:0.9em;
	padding:0 11px 5px 14px;
	text-transform:uppercase;
}

.infos h2
{
	font-size:1em;
	padding:5px 11px 5px 11px;
}

.infos h3
{
	font-size:1.3em;
	padding:5px 11px 5px 11px;
	margin:0;
}

.infos p
{
	font-size:0.9em;
	color:#000;
	padding:0 11px 10px 14px;
}

.infos img
{margin:0 10px 0 5px;}

/*  liste liens des actualités de l'accueil  */
.listeInfos
{
	background:#E1EFD6;
	width:259px;
	margin:0;
}

.listeInfos p
{
	width:240px;
	color:#000;
	font-size:0.9em;
	padding:3px 0 1px 0;
	margin:0 0 1px 8px;
	border-bottom:1px solid #fff;
}

.listeInfos a:link, .listeInfos a:visited, .listeInfos a:active, .infos a:link, .infos a:visited, .infos a:active
{color:#000;}

.listeInfos a:hover, .infos a:hover
{color:#589FA8;}



.piedActualites
{
	background:#B9D6A3;
	width:259px;
}

.piedActualites p
{
	float:right;
	font-weight:bold;
	padding:2px 7px 2px 0;
}

.piedActualites a:link, .piedActualites a:visited, .piedActualites a:active
{
	color:#000;
	text-decoration:none;
}

/*  colonne de droite  */

/*  Boîte Outils Immobilier  */

.boxDr
{
	width:250px;
	background:url(/images/boxDr_bg.gif) repeat-y top left;
	margin:0 0 11px 0;
}

.bordTop
{background:url(/images/bord_top.gif) repeat-x top left;}
.bordDr
{background:url(/images/bord_dr.gif) repeat-y top right;}
.bordBas
{background:url(/images/bord_bas.gif) repeat-x bottom left;}
.bordGau
{background:url(/images/bord_gau.gif) repeat-y top left;}

.coinTG
{background:url(/images/coin_TG.gif) no-repeat top left;}
.coinTD
{background:url(/images/coin_TD.gif) no-repeat top right;}
.coinBD
{background:url(/images/coin_BD.gif) no-repeat bottom right;}

.boxDr_coinBG
{
	background:url(/images/coin_BG.gif) no-repeat bottom left;
	padding:7px 0 0 0;
	width:250px;
}

.boxDr_entete
{
	width:239px;
	background:url(/images/boxDr_entete_bg_new.gif) no-repeat top left;
	border-bottom:2px solid #fff;
	height:83px;
}

.contenu_mid
{padding:0 5px;}

.contenu_mid h1
{
	font-size:1.1em;
	margin:0;
	color:#000;
	padding:8px 0 7px 10px;
}

#boxOutils
{
	width:239px;
	padding:10px 0 15px 0;
}

#boxOutils label
{margin:0 0 0 12px;}
#boxOutils select
{
	width:210px;
	margin:4px 0 10px 12px;	
}

#boxOutils input
{margin:4px 0 0 111px;}

#boxOutils p
{
	font-size:0.9em;
	text-align:center;
	padding:10px 12px 0 8px;
}

#boxOutils a:link, #boxOutils a:visited, #boxOutils a:active
{
	color:#df1e1e;
	text-decoration:none;
}
#boxOutils a:hover
{text-decoration:underline;}


/*  Boîte Concours  */
.entete_concours
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-transform: uppercase; 
	padding-left: 29px; 
	padding-top: 1px;
	background:url(/images/concours_entete.gif) no-repeat top left;
}


/*  Boîte Événements  */

#boxEvenements
{
	width:248px;
	margin:0 0 11px 0;
	background:#ACCDD4;
	border:0px solid #B5C2C5;
}

#entete_restoBar
{
	width:248px;
	padding:41px 0 0 0;
	background:url(../images/restosbars01.gif) no-repeat top left;
}

#bg_restoBar
{background:url(../images/fondrestosbars.gif) no-repeat top left;}

#entete_artsSpectacles
{
	width:248px;
	padding:41px 0 0 0;
	background:url(../images/artsetspectacles01.gif) no-repeat top left;
}

#bg_artsSpectacles
{background:url(../images/fondartsetspectacles.gif) no-repeat top left;}

#entete_sports
{
	width:248px;
	padding:41px 0 0 0;
	background:url(../images/sports01.gif) no-repeat top left;
	padding-top:0px;
}
#entete_sports > a {display:block; height:43px; width:100%; text-indent:-9999em;}

#bg_sports
{background:url(../images/fondsports.gif) no-repeat top left;}

#entete_activites
{
	width:248px;
	padding:41px 0 0 0;
	background:url(../images/activitessociales01.gif) no-repeat top left;
}

#bg_activites
{background:url(../images/fondactivitessociales.gif) no-repeat top left;}

#zoneEvenements p
{
	width:230px;
	font-size:0.9em;
	margin:0 0 1px 10px;
	padding:7px 0;
}

#zoneEvenements a:link, #zoneEvenements a:visited, #zoneEvenements a:active
{
	color:#000;
	font-weight:bold;
}

#zoneEvenements a:hover
{color:#589FA8;}

/*  Boîte Photos  */

.boitePhoto
{
	width:248px;
	border:1px solid #B5C2C5;
	background:#E3EDEF url(/images/bg_album_top.jpg) no-repeat top left;
	padding:0;
	margin:0 0 11px 0;
}

/* ----------- */

#boxAlbum
{
	background:#fff url(/images/album_bordgau.gif) repeat-y top left;
	width:248px;
	margin:54px 0 0 0;
}

#zonePhoto
{
	float:left;
	width:181px;
}

.photoAlbum
{
	margin:0 0 0 17px;
}

#zoneSelection
{
	float:left;
	width:67px;
	background:url(/images/album_bordDrContinu.gif) repeat-y top left;
}

div#zoneSelection{height:148px;}

html>body div#zoneSelection
{
	min-height:148px;
	height:auto;
}

#bgZoneSelection
{background:url(/images/album_bordDr.gif) no-repeat 0 55px;}

#bgZoneSelection p
{
	font-size:0.9em;
	padding:10px 2px 0 6px;
}

#bgZoneSelection a:link, #bgZoneSelection a:visited, #bgZoneSelection a:active 
{
	color:#000;
	text-decoration:none;
}

#bgZoneSelection a:hover
{text-decoration:underline;}

#bgZoneSelection div
{
	width:67px;
	margin:65px 0 0 0;
	padding:5px 0 0 0;
	background:#fff url(/images/album_divFlecheContinu.gif) repeat-y top left;
}

/* ----------------- */

#zonePhoto p
{
	font-size:0.9em;
	padding:3px 0 2px 20px;
}

.titrePhoto
{color:#29838E;}

.auteurPhoto
{
	color:#73B42E;
	font-weight:bold;
}

/* ------------------------ */

#piedAlbum
{
	background:#E3EDEF url(/images/bg_album_bas.gif) no-repeat top left;
	width:248px;
	height:10px;
}

/*  Boîte Météo  */
#zoneMeteo
{
	width:248px;
	border:1px solid #0a6400;
	margin:0 0 11px 0;
	padding:0;
	background:#fff;
}

#zoneMeteo h1
{	
	background: url(/images/t_meteo.jpg) no-repeat top left;
	height:22px;
}

#meteo_bg
{
	background:url(/images/meteo_bg.gif) no-repeat top left;
	padding:8px 0 0 0;
}

#iMeteo
{
	width:119px;
	text-align:center;
}

#iMeteo p
{
	color:#000;
	font-size:1em;
	padding:3px 0 4px 0;
	text-align:center;
	line-height:1.1em;
}

#piedMeteo
{
	width:248px;
	background:#0a4f6e;
	margin:0;
}

#piedMeteo img
{
	display:block;
	float:right;
}

/*  Boîte Photos  */

#boxQuestionBeauce
{
	width:248px;
	border:1px solid #92BF6F;
	margin:0 0 11px 0;
	padding:0 0 7px 0;
	background:#F9F8E6 url(/images/bg_question.gif) repeat-x top left;
}

#boxQuestionBeauce h1
{	
	background:#E2E2B8 url(/images/laquestionenbauce.gif) no-repeat top left;
	height:24px;
}


#boxQuestionBeauce p
{
	color:#2B626D;
	padding:8px 6px 0 6px;
	font-weight:bold;
}

.lienQuestion
{
	font-size:0.9em;
	text-align:center;
}

#boxQuestionBeauce a:link, #boxQuestionBeauce a:visited, #boxQuestionBeauce a:active
{color:#000;}

#boxQuestionBeauce a:hover
{color:#589FA8;}

/*  cases à cocher  */

.casesCochesQuestion
{padding:15px 0 10px 10px;}

.casesCochesQuestion label
{
	color:#000;
	font-size:0.9em;
	vertical-align:middle;
	font-weight:bold;
}

.casesCochesQuestion input
{
	vertical-align:middle;
	margin:0 16px 0 0;
}

/*  Pied  */

#pieds
{
	width:955px;
	margin:0;
	background:#6EAEBB;
}

#pieds ul
{
	float:left;
	font-size:0.9em;
	list-style:none;
	margin:0;
	padding:0;
}

#pieds ul li
{
	float:left;
	margin:0 1px;
	color:#000;
	padding:27px 2px 0 0;
}

#pieds ul li#logoEnBeauce
{
	padding:10px 30px 10px 20px;
}

#pieds ul li#notes
{
	float:right;
	padding:12px 14px 0 0;
}


#pieds a:link, #pieds a:visited, #pieds a:active 
{
	color: #000;
	text-decoration:underline;
}

#pieds a:hover
{text-decoration:none;}

/* -- boîte publicité ------------------------------------- */

.boitePublicites
{
	width:524px;
	margin:0 0 11px 0;
	border:1px solid #73b2b9;
}

/*  onglet titre Actualités  */
.bg_titreOngletPublicites
{
	width:524px;
	background:url(/images/bg_backbleuligne.gif) repeat-y top left;
}

.titreOngletPublicites
{
	padding:0;
	background:url(/images/backbleuligne.gif) no-repeat top right;
}

.titreOngletPublicites h1
{
	color:#fff;
	padding:2px 0 3px 15px;
}

.infosPublicites
{
	width:524px;
	background:#c4dce0;
	padding:6px 0;
}

/* -- Scoller de nouvelles de l'accueil ------------------------- */

#zoneAlerte
{
	width:525px;
	background:url(/images/zoneAlerte_bg_PUB.gif) no-repeat top left;
	margin:0 0 6px 0;
}

.tZoneAlerte
{
	float:left;
	display:block;
	margin:16px 13px 0 9px;
}


#pscroller2
{
	float:left;
	width: 365px;
	_width: 360px;
	height: 40px;
	padding:13px 0 0 0;
}
		
#pscroller2 a
{
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
}

#pscroller2 span
{
	color:#6eb43f;
}
		
.someclass{ //class to apply to your scroller(s) if desired}

.styleinvestor {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* top menu new */

#topMenuNew
{
	width:680px;
	float:right;
	padding:15px 0 0 0;
}

#topMenuNew ul
{
	float:right;
	font-size:1em;
	list-style:none;
	margin:0;
	padding:0;
}

#topMenuNew ul li
{
	float:left;
	margin:0;
	padding:0 7px;
	font-size:0.9em;
	color:#155481;
	border-right:1px solid #7ebbd7;
}

#topMenuNew ul li.last
{border-right:none;}

#topMenuNew ul li#dateJour
{
	font-weight:bold;
	font-size:1em;
}

#topMenuNew a:link, #topMenuNew a:visited, #topMenuNew a:active
{
	color:#155481;
	text-decoration:none;
}

#topMenuNew a:hover
{text-decoration:underline !important;}

/* entete  New*/

#enteteNew
{
	width:953px;
	margin:0 0 0 5px;
	position:relative;
	background:url(/images/entete_bg_new.gif) no-repeat 0 5px;
}

div#enteteNew
{height:80px;}
html>body div#enteteNew
{
	min-height:80px;
	height:auto;
}


/* logo */

div#logoCompagnieNew
{
	float:left;
	padding:0;
}

div#logoCompagnieNew img.logo
{
	display:block;
	margin:0;
}


/* bloc recherche New */

#blocRechercheNew
{
	width:600px;
	float:right;
	padding:32px 0 0 79px;
}

#champsRechercheNew
{
	float:right;
	width:318px;
	margin:0 20px 0 0
}

#champsRechercheNew input.irechercheNew
{
	width:245px;
	_width:235px;
	margin:0 4px 0 10px;
	vertical-align:middle;
	color:#185281;
	border:1px solid #88be64;
	padding:4px 0 4px 8px;
}

#champsRechercheNew input.ibrechercheNew
{vertical-align:middle;}




/* ----- cases à cocher New ------ */

.casesCochesRechercheNew
{
	float:right;
	width:230px;
	margin:0 10px 0 0;
}

.casesCochesRechercheNew label
{
	color:#000;
	font-size:0.9em;
	vertical-align:middle;
}

.casesCochesRechercheNew input
{
	vertical-align:middle;
	margin:0 3px 0 0;
}

.casesCochesRechercheNew input#google
{
	vertical-align:middle;
	margin:0 3px 0 10px;
}

.casesCochesRechercheNew img
{vertical-align:middle;}


/* -- Menu Principal ------------------------------------------ */
#menuPrincipal
{
	width:953px;
	margin:0 0 12px 5px;
	background:url(/images/menuPrincipal_bg.gif) no-repeat top left;
}

div#menuPrincipal
{height:53px;}
html>body div#menuPrincipal
{
	min-height:53px;
	height:auto;
}

#menuPrincipal ul
{
	list-style:none;
	margin:0;
	padding:13px 0 0 45px;
}

#menuPrincipal ul li
{
	float:left;
	margin:0;
	padding:4px 9px;
	background:url(/images/menuPrincipal-sep.gif) no-repeat top right;
}

#menuPrincipal ul li.last
{	
	padding:4px 0 4px 9px;
	background:none;
}

#menuPrincipal ul li#immobilier
{
	margin:-8px 0 0 0;
	background:url(/images/menuPrincipal-sep.gif) no-repeat 123px 10px;
}

#menuPrincipal ul li#automobiles
{
	margin:-1px 0 0 0;

}

#menuPrincipal ul li img
{
	vertical-align:middle;
	margin:0 2px 0 0;
}

#menuPrincipal a:link, #menuPrincipal a:visited, #menuPrincipal a:active
{
	color:#155481;
	text-decoration:none;
}
#menuPrincipal a:hover
{
	color:#47732e;
	text-decoration:underline;
}


#blogue
{
	width:250px;
	margin:0 0 11px 0;
}

#blogue h1.enteteBlogue
{
	background:url(/images/enteteBlogues.gif) no-repeat top left;
	height:21px;
	margin:0;
}

#blogue
{
	width:250px;
	background:url(/images/blogue_bg.gif) repeat-y top left;
}

.blogueur
{
	width:250px;
	background:url(/images/pointilles-sep.gif) no-repeat bottom left;
}

.blogueur_photo
{
	float:left;
	width:62px;
}

.blogueur_photo img
{
	border:1px solid #b2d5eb;
	margin:6px 0 0 3px;
}

.blogueur_infos
{
	float:left;
	width:188px;
	padding:6px 0;
}

.blogueur_infos h1
{
	font-size:0.9em;
	color:#000;
	margin:0;
	padding:0 3px;
	text-align:left;
}

.blogueur_infos h1 span
{
	font-size:0.9em;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
}

.blogueur_infos h2
{
	font-size:1em;
	color:#e70000;
	margin:0;
	padding:0 3px;
	text-align:left;
}

.blogueur_infos p
{
	font-size:0.9em;
	color:#306287;
	margin:0;
	padding:0 3px;
	text-align:left;
}

.blogueur_infos p a
{color:#306287;}

.blogueur_infos p a:hover
{text-decoration:none;}

#boxEncart a:link, #boxEncart a:visited, #boxEncart a:active
{
	font-size:0.9em;
	color:#000;
}

#boxEncart a:hover
{color:#589FA8;}

/* -- Le courrier du lecteur ------------------------- */

#box-courrier
{
	width:526px;
	margin:0 0 11px 0;
}

#box-courrier h1
{
	background:url(/images/courrierLecteur-title-bg.gif) no-repeat top left;
	color:#fff;
	padding:3px 0 3px 39px;
	text-transform:uppercase;
}

#content-courrier
{
	width:524px;
	border-left:1px solid #92bf6f;
	border-bottom:1px solid #92bf6f;
	border-right:1px solid #92bf6f;
}

#content-courrier a
{color:#000;}
#content-courrier a:hover
{text-decoration:none;}

#content-courrier ul
{
	list-style:none;
	margin:0;
	padding:10px;
}

#content-courrier ul li
{
	margin:0;
	padding:0 0 4px 0;
	font-size:0.9em;
}

#content-courrier p
{
	margin:0;
	padding:10px;
	font-size:0.9em;
}

#content-courrier #foot
{background:#e7f1df; padding:4px 0;}

a.b-plusNouvelles
{
	float:right;
	display:block;
	width:120px;
	height:13px;
	padding:0;
	margin:0 6px 0 0;
	background:url(/images/i-plus-nouvelles.gif) no-repeat  top right;
	font-weight:bold;
	text-decoration:none;
}
a.b-plusNouvelles:hover
{text-decoration:underline !important;}


/* -- La question enbeauce ------------------------- */

#box-sondage
{
	width:526px;
	margin:0 0 11px 0;
}

#box-sondage h1
{
	background:url(/images/sondage-title-bg.gif) no-repeat top left;
	color:#fff;
	padding:3px 0 3px 39px;
	text-transform:uppercase;
}

#sondage-content
{
	width:524px;
	background:#d5e5e9;
	border-left:1px solid #92bf6f;
	border-bottom:1px solid #92bf6f;
	border-right:1px solid #92bf6f;
}

#sondage-content .wrap
{padding:10px 6px 8px 15px;}

#sondage-content h2
{
	font-size:1em;
	padding:0 0 15px 0;
}

#sondage-content p
{padding:0 0 15px 0;}

a.b-questionsPrecedentes
{
	float:right;
	display:block;
	width:150px;
	height:13px;
	padding:0;
	background:url(/images/i-questions-precedentes.gif) no-repeat  top right;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
a.b-questionsPrecedentes:hover
{text-decoration:underline !important;}

/* -- RÉSEAUX SOCIAUX --------------------------------- */

#suivez-nous
{
	width:250px;
	background:url(/images/suivez-nous-bg.gif) repeat-y top left;
	margin:0 0 11px 0;
}
#suivez-nous h1
{
	color:#fff;
	background:url(/images/t-suivez-nous.gif) no-repeat top left;
	text-transform:uppercase;
	padding:3px 0 4px 31px;
}

#icons
{
	float:left;
	width:117px;
}

#icons ul
{
	list-style:none;
	margin:0;
	padding:15px 0 0 6px;
}
#icons ul li
{
	float:left;
	margin:0;
	padding:0 6px 0 0;
}

a.b-fil-rss
{
	display:block;
	width:28px;
	height:35px;
	background:url(/images/icon-rss.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-twitter
{
	display:block;
	width:27px;
	height:35px;
	background:url(/images/icon-twitter.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-facebook
{
	display:block;
	width:29px;
	height:35px;
	background:url(/images/icon-facebook.gif) no-repeat top left;
	text-indent:-9999em;
}

.form-abonnement
{
	float:left;
	width:133px;
	margin:7px 0 0 0;
}
.form-abonnement label
{
	font-size:0.9em;

}
.form-abonnement input
{
	width:103px;
	border:1px solid #87b8db;
	color:#909090;
	margin:4px 4px 0 0;
	vertical-align:middle;
}
.form-abonnement input.c-fleche
{
	width:18px;
	border:none;
	vertical-align:middle;
}

