/********************************************/
/*********MISE EN PAGE PAR DEFAUT************/
/********************************************/

body {
	background-color:#ebebeb;/*couleur du fond du site*/
	background-image: url(../img/fd.gif);/*Image de fond du site*/
	background-repeat:repeat-x;/*Répétition de l'image de fond du site à l'horizontale*/
	margin: 0px;
	padding: 0px;
}
body, select, td, input, div, textarea{
	color: #333333; /*Couleur du texte par défaut*/
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
}
label {
	font-weight: bold;
}
hr {
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
ul{
	list-style: none;
}

/*********Formulaire*********/

form {
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
input, textarea {
	color: #333333;
	margin: 0px;
	padding:0px 0px 0px 2px;
}
.radio {
	background: none;
	border: 0px;
}

/*********Image**************/

a img, a img:visited, a img:hover, a img:active {
	border:0px;
}

/*********Lien**************/

a:link, a:visited, a:active {
	color: #999999;/*Couleur des liens par défaut*/
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}
a:hover {
	color: #cccccc;/*Couleur des liens par défaut lors du survol/rollover*/
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}

/*********Titre**************/

h1 {
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}
h2 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}
h3 {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}

/*********Paragraphe***********/

p {
	margin: 0px;
	padding: 0px;
}

/*********Icones***********/

a.pdf, a.pdf:link, a.pdf:hover, a.pdf:visited, a.pdf:active{
	background: url(/icones/pdf.gif) left top no-repeat;
	background-position: 0 .0em;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 14px;
	padding-left: 18px;
}
a.doc, a.doc:link, a.doc:hover, a.doc:visited, a.doc:active{
	background: url(/icones/doc.gif) left top no-repeat;
	background-position: 0 .0em;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 14px;
	padding-left: 18px;
}
a.xls, a.xls:link, a.xls:hover, a.xls:visited, a.xls:active{
	background: url(/icones/xls.gif) left top no-repeat;
	background-position: 0 .0em;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 14px;
	padding-left: 18px;
}

/********************************************/
/*******************BLOC*********************/
/********************************************/

#container {
	margin: 0px auto;
	padding:0px;
	width: 1000px;

}
#haut {
	height: 150px;
	width: 1000px;
}
#gauche {
	float: left;
	margin:0px;
	padding: 10px 0px 0px 0px;
	width: 225px;

}
#contenu {
	float: right;
	padding: 10px 14px 10px 18px;
	width: 743px;

}
#droite {
	float: left;
	margin:0px;
	padding: 10px 0px 0px 0px;
	width: 225px;
}

/********************************************/
/***********MISE EN PAGE ARTICLE*************/
/********************************************/

.tpTexte {
	margin:0px 0px 10px 0px;
	padding:0px;
}
a.tpTexte, a.tpTexte:visited, a.tpTexte:hover, a.tpTexte:active  {
	font: 12px Arial, Helvetica, sans-serif;
}

/*********Positionnement des images***********/

.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight {
	float: right;
	margin-left: 5px;
}
.imgTop {
	margin-bottom: 10px;
}
.imgBottom {
	margin-top: 10px;
}

/*********Image avec lien***********/

.tpTexte a img, .tpTexte a:hover img, .tpTexte a:visited img {
	border: 0px solid #FFF;
	margin:0px;
	padding:0px;
}

/*********Image sans lien***********/

.tpTexte img {
	border: 0px solid #FFF;
	margin:0px;
	padding:0px;
}

.legende{
	color:#CCCCCC;
}
/********************************************/
/********************BAS*********************/
/********************************************/

#bas {
	clear:both;
	color:#333333;
	font:10px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	padding:100px 0 20px 0;
	text-align:center;
	width:1000px;
}
#bas a:link, #bas a:visited, #bas a:active { /*Style des liens en bas de page*/
	color: #333333;
	font:10px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}
#bas a:hover {/*Style des liens en bas de page lors du survol/rollover*/
	color: #333333;
	font:10px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}
/*Bas 2*/
#bas_page2{
	color: #cccccc;
	font:9px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	margin:200px auto 0px auto;
	padding:0px;
	text-align:center;
	width:1000px;
}

#bas_page2 a:link, #bas_page2 a:visited, #bas_page2 a:active {/*Style des liens en bas de page*/
	color: #cccccc;
	font:9px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}
#bas_page2 a:hover { /*Style des liens en bas de page lors du survol/rollover*/
	color: #cccccc;
	font:9px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	text-decoration: none;
}


/********************************************/
/*****************RECHERCHER*****************/
/********************************************/

#recherche_cadre{
	background-image:url(../img/recherche.gif); /*image de fond du bloc recherche*/
	background-repeat:no-repeat;
	height:60px;
}
#rech {
	margin:0px;
	padding:25px 0px 0px 32px;/*positionnement du champ de recherche*/
}
.recTrouve{
	background-color:#333333;/*Couleur de fond du mot recherché*/
	color:#FFFFFF;/*Couleur de texte du mot recherché*/
	text-decoration:none;
}
a.recTrouve:link, a.recTrouve:hover, a.recTrouve:visited{
	color:#FFFFFF;/*Couleur de texte du mot recherché*/
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#rechBou{
	display:inline;
}
#rechTxt{
	float:left;
	margin:2px 0px 0px 0px;
	padding:0px;
}
#formRecherche{

}
/*Lien Lancé une recherche*/
#formRecherche a, #formRecherche a:visited, #formRecherche a:hover, #formRecherche a:active{
	color:#CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/********************************************/
/**************GALERIE PHOTO*****************/
/********************************************/

#galerie_photo{
	font: 12px Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding:0px;
}

#galerie_photo a, #galerie_photo a:hover, #galerie_photo a:visited, #galerie_photo a:active{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/********************************************/
/*****************NAVIGATION*****************/
/********************************************/

/**********Positionnement du menu**********/

/*Mise en page du bloc niveau 1*/
#navGauche{
	width: 238px;  
	background-image: url('../img/g_fd.gif');
	background-color: #e00c3d;/* Couleur de fond du menu*/
}






#navGauche li {

	padding:2px 0px 2px 25px;

}


#navGauche ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px; 
}
/**********Mise en page des liens**********/

/*Niveau 1*/





/*Niveau 3*/

/*Lien niveau 3 - normal*/
#navGauche .niv3 a, #navGauche .niv3 a:active, #navGauche .niv3 a:visited, #navGauche a.navOff3:link, #navGauche a.navOff3:visited, #navGauche a.navOff3:hover, #navGauche a.navOff3:active {
	color:#585858;/* Couleur des liens du menu au survol/rollover */
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	font-weight:normal; /* Style des liens du menu*/
	letter-spacing:normal;
	padding:0px 0px 0px 10px;
	text-decoration:none;
}
/*Lien niveau 3 - survol*/
#navGauche .niv3 a:hover {
	background-image:none;
	color:#000000;/* Couleur des liens du menu au survol/rollover */
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	font-weight:normal; /* Style des liens du menu*/
	font-style:italic;
	letter-spacing:normal;
	padding:0px 0px 0px 10px;
	text-decoration:none;
}
/*Lien niveau 3 - actif*/
#navGauche a.navOn3:link, #navGauche a.navOn3:visited, #navGauche a.navOn3:hover, #navGauche a.navOn3:active {
	color:#000000;/* Couleur des liens du menu au survol/rollover */
	font: 12px Arial, Helvetica, sans-serif;/*police texte par défaut*/
	font-weight:normal; /* Style des liens du menu*/
	font-style:italic;
	letter-spacing:normal;
	padding:0px 0px 0px 10px;
	text-decoration:none;
}


/********************************************/
/****************NEWSLETTER******************/
/********************************************/

#newsletter{
	font: 12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#newsletter a, #newsletter a:hover, #newsletter a:visited, #newsletter a:active{
	font: 12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#insc{

}
#insc p{
	color:#000000;
	padding:0px;
	margin:0px;
}
#anciennesNews{

}
#anciennesNews a,#anciennesNews a:visited{
	color:#000000;/* Couleur des liens de la newsletter */
}
#anciennesNews a:hover{
	color:#000000;/* Couleur des liens de la newsletter au survol/rollover */
}
#desinsc{

}
#desinsc p{
	color:#000000;
	padding:0px;
	margin:0px;
}

/********************************************/
/*******************AGENDA*******************/
/********************************************/
#agenda_info{
	font: 12px Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
}
.encartAgenda {
	padding-top:15px;
}
.encartAgenda .titre{
	color:#000000;/*Couleur des titres de l'encart d'Agenda*/
	font-weight:bold;
	text-align:justify;
}
.encartAgenda .photo {
	float:left;
	margin-right:5px;
}
.encartAgenda .texte {
	color:#666666;/*Couleur du texte de l'encart d'Agenda*/
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}
/*Lien en savoir +*/
a.agendaplus, a.agendaplus:visited{
	color:#333333;
	font:11px Arial, Helvetica, sans-serif;
}
/*Lien en savoir + lors du survol/rollover*/
a.agendaplus:hover{
	color:#999999;
	font:11px Arial, Helvetica, sans-serif;
}
/*Lien Affiché tout*/
a.infoagenda, a.infoagenda:hover, a.infoagenda:visited{
	color:#333333; /*Si couleur non renseigné. Prend la couleur des liens par défaut*/
	font:11px Arial, Helvetica, sans-serif;
}

/******Affichage de l'actualité choisie*******/

#actuagenda{
}

a.retour, a.retour:hover, a.retour:visited{
	font:11px Arial, Helvetica, sans-serif;
}

/********************************************/
/**************INFORMATION*******************/
/********************************************/

#info {
	font: 12px Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
}

.globalencartActu {
	background-color:#FFFFFF;
}
.encartActu {
	padding:10px 10px 0px 10px;
}
.encartActu .titre{
	color:#000000;/*Couleur des titres de l'encart information*/
	font-weight:bold;
}
.encartActu .photo {
	float:left;
	margin-right:5px;
}
.encartActu .texte {
	color:#666666;/*Couleur du texte de l'encart information*/
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
}
/*Lien en savoir +*/
a.plus:link, a.plus:visited{
	color:#333333;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 10px;
}
/*Lien en savoir + lors du survol/rollover*/
a.plus:hover{
	color:#999999;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 10px;
}
/*Lien Affiché tout*/
a.information:link, a.information:hover, a.information:visited{
	color:#333333; 
	font:11px Arial, Helvetica, sans-serif;
	margin:0 10px;
	text-decoration:none;
}
.finFilet{
	height:10px;
}
/******Affichage de l'actualité choisie*******/

#actu{
}

a.retour, a.retour:hover, a.retour:visited{
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/******Affichage de toutes les actualités*******/

.liste{

}
/*descriptif*/
.sous_titre{
}
/*Lien lire la suite*/
a.suite, a.suite:hover, a.suite:visited{
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/*Lien Affiché tout*/
a.informationretour, a.informationretour:hover, a.informationretour:visited{
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/********************************************/
/****************PARTENAIRE******************/
/********************************************/

#partenaire{
	margin:10px 0px 0px 0px;
}
#banHref{

}
.banImg{
	border:0px;
	margin:5px 0px 0px 0px;
	padding:0px;
}


/********************************************/
/**************GALERIE PHOTO*****************/
/********************************************/

#liste{

}
.gal {
	float: left;
	margin-bottom: 20px;
	width: 250px;
	text-align: center;
}
.gal a img, .gal a img:visited, .gal a img:hover,  .gal a img:active {
	border:1px solid #666666;
	margin:0px;
	padding:5px;
}
.listeGalerie{
	margin:10px 0px 0px 0px;
	padding:0px;
}

/********************************************/
/***************PAGE SUIVANTE****************/
/********************************************/
/*Bloc lien suivant/précédent*/
.pageSP {
	clear: both;
	font-weight: bold;
}
/*Positionnement du lien suivant*/
.pageS {
	float: right;
}
/*Positionnement du lien précédent*/
.pageP {
	float: left;
}
.pageSP a:link, .pageSP a:visited, .pageSP a:active {
	font: 12px Arial, Helvetica, sans-serif;
}
.pageSP a:hover{
	font: 12px Arial, Helvetica, sans-serif;
}

/********************************************/
/*******************LANGUE*******************/
/********************************************/

#lang{
	height:20px;
}
#lang img{
	border:0px;
	padding:0px;
	margin:0px 5px 0px 5px
}
#lang img a, #lang img a:hover, #lang img a:visited, #lang img a:active{
	border:0px;
	text-decoration:none;
}

/********************************************/
/*******************LIENS*******************/
/********************************************/

.texte{
}
.texte a:link, .texte a:visited, .texte a:active {
	color:#333333;
	font: 12px Arial, Helvetica, sans-serif;
}
.texte a:hover {
	color:#666666;
	font: 12px Arial, Helvetica, sans-serif;
}

/********************************************/
/*******************ANNONCE-COLONE DE GAUCHE*******************/
/********************************************/
.tableau_annoncevip{
margin-left: 7px;
margin-bottom: 15px;
border-top: solid 1px #ebe8e9; 
border-bottom: solid 1px #ebe8e9;
width: 219px;
}	
.tableau_annoncevip_titre {
color: black;
font-weight: bold;
}
.tableau_annoncevip_td{	
padding-left: 5px;
background: #ebebeb;
}
a.tableau_annoncevip_texte {
color: black; 
}	 
.tableau_annoncevip_prix{
color: #c11e41; 
font-weight: bold;
}	






.fondGris{ width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background: #000000; z-index: 50; filter: alpha(opacity=70); opacity: 0.7; display: none; }
.abus{ position: fixed; border: 1px solid #000000; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px; background: #FFFFFF; width: 400px; height: 400px; z-index: 51; padding: 10px; display: none;}
.amis{ position: fixed; border: 1px solid #000000; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px; background: #FFFFFF; width: 400px; height: 400px; z-index: 51; padding: 10px; display: none;}
.contactMail{ position: fixed; border: 1px solid #000000; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px; background: #FFFFFF; width: 400px; height: 430px; z-index: 51; padding: 10px;  display: none;}
.contactMajeur{ position: fixed; border: 1px solid #000000; top: 40%; left: 50%; margin-left: -225px; margin-top: -225px; background: #FFFFFF; width: 500px; height: 400px; z-index: 51; padding: 10px;  display: none;}
.amelioration{ position: fixed; border: 1px solid #000000; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px; background: #FFFFFF; width: 400px; height: 370px; z-index: 51; padding: 10px; display: none;}


.abusDescription{ border: 1px solid #a4a4a4; position: fixed; top: 50%; left: 50%; margin-left: -190px; margin-top: -60px; background: #FFFFFF; width: 390px; height: 250px; z-index: 51; }
.DescriptionAmm{ border: 1px solid #a4a4a4; position: fixed; top: 50%; left: 50%; margin-left: -190px; margin-top: -100px; background: #FFFFFF; width: 390px; height: 250px; z-index: 51; }
.emailDescription{ border: 1px solid #a4a4a4; position: fixed; top: 50%; left: 50%; margin-left: -190px; margin-top: -15px; background: #FFFFFF; width: 390px; height: 220px; z-index: 51; }
.txtEmailDescription{ border: 1px solid #a4a4a4; width: 260px; }
.amisDescription{ border: 1px solid #a4a4a4; position: fixed; top: 50%; left: 50%; margin-left: -190px; margin-top: -100px; background: #FFFFFF; width: 390px; height: 90px; z-index: 51; }

.contactReponseMail{ position: fixed; border: 1px solid #000000; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px; background: #FFFFFF; width: 400px; height: 405px; z-index: 51; padding: 10px;  display: none;}
.texteMess{border: 1px solid #a4a4a4; position: fixed; top: 50%; left: 50%; margin-left: -190px; margin-top: -90px; background: #FFFFFF; width: 390px; height: 270px; z-index: 51; }
.txtTitreMess{border: 1px solid #a4a4a4; width: 390px; }






/*ANNONCE VIP*/
.divOnglet{
	width: 542px; 
	height: 53px; 
	position: absolute; 
	margin: 0 10px 0 10px;
}
.tableOnglet{
	width: 721px; 
	margin-top: 22px;
}
.tableOngletRencontre{
	width: 724px; 
	margin-top: 20px;
}
.tableListe{
	width: 100%; 
	padding: 0px 10px 0 10px;
}
.tableListeTdGoogle{
	padding: 15px 0 15px 0;
}
.tableListeHr{
	border: 0; 
	height: 1px; 
	background: #e5e5e5; 
	width: 99%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}
.cadreListeAnnonceBAVIP{
	border: solid 2px #c1153e; 
	background: #f5e5e8; 
	margin: 0 5px 0 5px; 
	padding: 5px 0 5px 0;
}
.cadreListeAnnonceBA{
	border: solid 1px #c1153e; 
	background: #d7d7d7; 
	margin: 0 5px 0 5px; 
	padding: 5px 0 5px 0;
}
.cadreListeAnnonceNormal{
	margin: 4px;
}
.logoSite{
	width: 265px; 
	height: 125px;
	cursor: pointer;
}
.deposerAnnonce{
	width: 467px; 
	height: 78px; 
	margin-left: 435px; 
	top: 26px; 
	position: absolute;
	cursor: pointer;
}

.carteFranceOri{
	background: url('../img/carteFrance/1.jpg'); 
	width: 744px; 
	height: 546px;
}
.carteFrancePhoto{
	display: none;
}



.titre_supp{
	color: #c0143e;
}
ul{
	text-align: left;
}

li {
  display: list-item;
  list-style-image: url(/img/puceAnnonce.gif);
}



