/* CSS Document */

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #f65701 url(../images/charte/bg-body-accueil.jpg) center top repeat-x;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 783px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 653px; /* Ne pas depasser 500px en hauteur */
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	width:auto;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:auto;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#fff;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#472a1c;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/

body{
	background: #f65701 url(../images/charte/bg-body.jpg) center top repeat-x;
}
#conteneur_img {
	width:100%;
	height:auto;
	min-height:100%;
}
#conteneur {
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	height:100%;
	position:relative
}
#haut{
	height:250px;
	width:970px;
	position:relative;
	display:block
}

.popup{
	margin:10px 0 30px 0;
	background:#472a1c;
	width:870px;/*930-60*/
	padding:30px;
	color:#f65701;
	min-height:210px;
}
.popup h2{
	background:none;
	border-bottom:1px dashed #f65701;
	height:35px;
	line-height:30px;
	margin-bottom:20px;

}

.roundedSpecial {
	-moz-border-radius:20px 5px 20px 5px;
	-webkit-border-radius:20px 5px 20px 5px;
	border-radius:20px 5px 20px 5px;
}
/*---------------------------CONTENU------------------------------*/
#texte{
	width:930px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	padding: 0 20px 20px 20px;
}

li{
	list-style-type:square;
}

.tarifs{
	border-collapse:collapse;
	border-bottom:1px dashed #fff;
}
.tarifs table{
	width:auto;
	line-height:14px;
}

.tarifs tr{
	overflow:hidden;
	border-bottom:1px dashed #fff;
}
.tarifs td{
	width:225px;
	padding:8px;
	border-bottom:1px dashed #fff;
}


/************** Scroll ancres **************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/charte/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/charte/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*-------- SLIDER CYCLE ----------*/
.slideCol{float:right; width:470px; margin-left:30px;}
.slideshow { margin:0 auto; float: right; }
.slideshow img { border:none; padding:10px; background:#fff;  -moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 10px #333; }
.navigation { width:auto; margin:10px auto 10px auto; float: right;}
#navig { position: relative;  }
#navig li { float: left; list-style: none; }
#navig a {
    width:15px;
    height:15px;
    line-height:15px;
    margin:5px;
    padding:0;
    display:block;
    text-decoration: none;
    background:#472a1c;
    color:#000;
}
#navig li.activeSlide a { background:#fff; color:#fff }
#navig a:focus { outline: none; }
#navig a span { visibility:hidden }

/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-40px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	width:100%;
	position:relative;
	clear:both;
}
#bas{
	background: url(../images/charte/bg-footer.jpg) center top repeat-x;
	height:40px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	width:970px;
	position:relative;
	margin:0 auto;
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static; margin-top:40px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#472a1c;
	line-height:20px;
}
#texte p { margin: 10px 0; }
#texte #gallery p.ad-info {margin: 0px}
p.intro { font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#f2e856; font-weight:bold; line-height:1.6em}
.petit_texte {
	font-size: 0.8em;
	color: #ffbf3d;
	line-height:normal;
	padding-left:5px;
}
h1{
	background:url(../images/charte/img-h1.jpg) left top no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:422px;
	height:91px;
	font-size:26px;
	font-weight:bold;
	line-height:86px;
	padding-left:60px;
	color:#FFF;
	margin-left:-20px;
 }
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	background:url(../images/charte/img-h2.jpg) left bottom repeat-x;
	width:100%;
	height:35px;
	line-height:30px;

}
h2.ariane{
	float:left;
	background:url(../images/charte/ariane.jpg);
	width:530px;
	height:34px;
	padding:8px 0 0 10px;
	margin-top:0;
}
h2.ariane a:link, h2.ariane a:visited{
	color:white;
	text-decoration:none;
	font-size:14px;
}

h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #472a1c;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #fff;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul {
	list-style-type:none;
	margin-left:30px;
	position: relative;
}

#texte ol{
	margin-left:30px;
}
select { color:#000 }

.block { width:400px; padding:10px; float:left; margin-left:20px; }

/*************************************************************************/
/*------------------------MENU GAUCHE ----------------------------*/
/*************************************************************************/

ul#menuGauche { padding:20px;}
ul#menuGauche li { margin: 0 0 5px 0; list-style:none }
ul#menuGauche li a { font-size:1.2em; font-weight:bold; }

/*************************************************************************/
/*------------------------MENU BAS ----------------------------*/
/*************************************************************************/

ul#menuBas { padding:10px; float:right}
ul#menuBas li { float:left; display:inline; margin: 0 0 0 10px; list-style:none }
ul#menuBas li a { font-size:0.85em; text-decoration:none; color:#472a1c; }
ul#menuBas li a:hover { text-decoration:underline; color:#fff; }

/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/


#formContact { width:55%; text-align:left; margin:30px 10px 0 0; float:left }
.field { margin:0 0 10px 0; }
.field label { width:130px; display:block; float:left  }
.message { margin-bottom:5px }

#formContact textarea { width:330px; }
#formContact input { width:200px; }

#formContact input, #formContact textarea { 
	background:none;
	border:1px dashed #fff;
    padding:5px;
	color:#ffbf3d;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#formContact input.BTcontact {
	width:120px;
	padding:3px 5px;
	margin:0;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	background-image:none;
	background:#472a1c;
	color:#fff;
	border:none;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#formContact input.BTcontact:hover {
	background:#fff;
	color:#472a1c;
}

.adresse { width:40%; float:left; margin:30px 0 0 0; }
.coordonnees { padding-bottom:20px; margin-bottom:10px; border-bottom:1px dotted #fff; }
.asterix { color: #b8d0eb; }
.obligatoire { padding-right:60px; }

.alert_contact{
	margin: 20px 0 0 30px;
}


/*************************************************************************/
/*------------------------ STYLE PLAN SITE ------------------------------*/
/*************************************************************************/

#pagesstandards, #pagesspeciales {float:left; width:49%;}
#pagesstandards ul li, #pagesspeciales ul li, #list-base li {list-style:disc;}
#list-base li ul li, #list-base ul li ul li ul li, #list-base ul li ul li ul li ul li { list-style:circle;}


/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
	height:0px;
	line-height:0;
	border:none
}

.espace {
    padding-top: 20px;
}

.espaceBig {
    padding-top: 40px;
}

.espaceSmall {
    padding-top: 10px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.bold { font-weight:bold }

.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}
/****************MODAL BOX(envoyer à un ami)********************/
.hidden{
	display:none;
}

#hiddenFormami{
	background:#333;
	height:470px;
	padding:20px;
	width:300px;
}
#hiddenFormami #entete{
	font-size:1.4em;
	color:#CCC;
	margin:0 0 30px 0;
}
#hiddenFormami label{
	float:left;
	width:70px;
	padding:13px 0 7px 0;
	color:#CCC;
}
#hiddenFormami .inputfooter{
	width:259px;
	height:24px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer.jpg) no-repeat;
}
#hiddenFormami .inputfooter2{
	width:259px;
	height:38px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer3.jpg) no-repeat;
}
#hiddenFormami textarea{
	width:259px;
	height:90px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-textarea-footer.jpg) no-repeat;
}
#submitModal{
	width:120px;
	height:24px;
	display:block;
	float:right;
	margin:5px 5px 0 0;
	cursor:pointer;
	background:url(../images/charte/bt-submit-footer.jpg) no-repeat;
}
/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}
#pagination.mod-pagination {
	margin-top:15px;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedente.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.retour{
	background-image:url(../images/base/retour.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.suiv{
	background-image:url(../images/base/suivante.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

/*************************************************************************/
/*----------------------------- PARRAINAGE ------------------------------*/
/*************************************************************************/

#description { margin-bottom:15px; }

#message-erreur-parrainage { color:#F00; font-size:14px; border:#F00 1px solid; padding:5px; }
#message-erreur-parrainage p { color:#F00; }

#message-succes-parrainage { color:#6C0; font-size:14px; border:#6C0 1px solid; padding:5px; }
#message-succes-parrainage p { color:#6C0; }

#form_inscription_parrainage { text-align:left; margin:30px 10px 0 0; }

#form_inscription_parrainage fieldset { padding:0 10px; }

#form_inscription_parrainage .field { margin:0 0 10px 0; }
#form_inscription_parrainage .field label { width:160px; display:block; float:left  }

#form_inscription_parrainage input { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	border:1px solid #888686;
    padding:3px;
	color:#000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
}

#form_inscription_parrainage input:focus {
	-moz-box-shadow:0px 0px 10px #fff;
	-webkit-box-shadow:0px 0px 10px #fff;
	box-shadow:0px 0px 10px #fff;
}

#form_inscription_parrainage input.BTparrainage {
	width:120px;
	padding:3px 5px;
	margin:0;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	background-image:none;
	background:#353535;
	color:#fff;
	border:1px solid #888686;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#form_inscription_parrainage input.BTparrainage:hover {
	border:1px solid #32455b;
	background:#e1e0e0;
	color:#353535;
}

#form_inscription_parrainage hr { margin:10px 0; }


/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espace5 { padding-top:5px; }
.espace10 { padding-top:10px; }
.espace20 { padding-top:20px; }
.espace30 { padding-top:30px; }
.espace40 { padding-top:40px; }
.espace50 { padding-top:50px; }

.rounded5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.rounded10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.rounded15 {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.rounded20 {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}
.pict {
	margin:20px 0 10px 0;
	padding:10px;
	background:#fff;
 	-moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 10px #333;
}
.pictL {
	float:left;
	margin:0 30px 30px 0;
	padding:10px;
	background:#fff;
 	-moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 10px #333;
}
.pictR {
	float:right;
	margin:0 0 0 10px;
	padding:10px;
	background:#fff;
 	-moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 10px #333;
}

/*************************************************************************/
/*-------------------------------- LISTES SPLITTEES EN COLONNES ---------------------------------*/
/*************************************************************************/

#texte ul.sousCatList {list-style-type:none; width:125px; float:left; margin:0 10px 10px 0}
#texte ul.sousCatList li { width:125px; float:left; padding:0; margin-bottom:7px}

/****** avec boutons
#texte ul.sousCatList li a { display:block; text-align:center; font-family: Verdana, Geneva, sans-serif}
#texte ul.sousCatList li a:link, #texte ul.sousCatList li a:visited { 
	padding:3px 5px;
	font-size:10px;
	font-weight:normal;
	border:0;
	cursor: pointer;
	background:#763736;
	color:#f4c7c4;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-decoration:none
}
#texte ul.sousCatList li a:hover { color:#763736; background:#f4c7c4; } *****/


/********************* POPUP SMATPHONES *********************/

#popupMob {
	top:8%;
	position:relative;
	z-index:2000;
	padding:.2%;
	width:90%;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
	color:#2e2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background:#fff;
	border:1px solid #c9c9c9;
	overflow:hidden;
	margin-top:1%;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}
#main {
	padding:3% 3% 5% 3%;
	border:2px solid #fff;
	display:block;
	background-image: linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -o-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -moz-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -ms-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(128,129,131)),
		color-stop(0.96, rgb(224,224,226))
	);
	overflow:hidden
}

#popupMob a:link, #popupMob a:visited { color:#fff; font-size:1.3em; }
#popupMob a.distribLogo { float:left; margin-left:5px }
#popupMob a.distribLogo img { width:100% }
h2#nomsite {
	font-weight:bold;
	padding:5px 2% 3px 2%;
	margin:0 0 10px 0;
	background:#fff;
	color:#333;
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	font-size:2.1em;
	width:96%;
}
#referencement { height:auto; overflow:hidden; font-size:1.3em; line-height: normal; padding:5px 10px 15px 10px; margin:0 0 10px 0; border-bottom:1px dotted #fff; text-align:left }
#adresse, #tel, #mail { padding:5px 10px 10px 50px; font-weight:bold; text-align:left; overflow:hidden; clear:both; }
#adresse { background:url(../smartphones/images/house.png) 10px 0 no-repeat; text-align:left; line-height:1.3em; font-size:1.3em;  }
#tel { background:url(../smartphones/images/phone.png) 10px top no-repeat; height:25px; display:block; font-size:1.3em;  }
#mail { margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #fff; background:url(../smartphones/images/email.png) 10px top no-repeat; font-size:1.3em;  }


#popupMob a.button {
	float:right;
	margin-right:10px;
	border-top: 1px solid #7d7d7d;
	background: #424242;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#424242));
	background: -webkit-linear-gradient(top, #1a1a1a, #424242);
	background: -moz-linear-gradient(top, #1a1a1a, #424242);
	background: -ms-linear-gradient(top, #1a1a1a, #424242);
	background: -o-linear-gradient(top, #1a1a1a, #424242);
	padding: 15px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size:1.4em;
	font-weight:bold;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
   }
#popupMob a.button:link, #popupMob a.button:visited { color:#fff }
#popupMob a.button:hover {
   border-top-color: #65a9d7;
   background: #65a9d7;
   color: #ffffff;
   }
#popupMob a.button:active {
   border-top-color: #4bad3c;
   background: #4bad3c;
   }
   
.pdf {
	text-align:center;
	float:right;
	color:#FFF;
	border:1px #FFF solid;
	background-color:#f75701;
	padding:5px 10px 5px 10px;
	margin-top:10px;
	min-width:150px;
	border-radius: 5px 5px 5px 5px;
	
}
.pdf a, .pdf a:hover, .pdf a:visited {
	text-decoratino:none;	
}
