/* 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: #fff;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-top: -250px;    /* moitié de la hauteur de img_accueil */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	background:#383838;
}
#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:200px;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	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:#000;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#000;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background: #fff;
} 
#conteneur{
	background:url(../images/charte/body.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	background: url(../images/charte/haut_02.jpg);
	height:206px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche.jpg) no-repeat;
	width:180px;
	min-height:300px;
	float:left;
	position:relative;
}
#droite {
	background:url(../images/charte/fd-droite.jpg) no-repeat top left;
	width:180px;
	float:right;
	position:relative;
}
#texte{
	background:url(../images/charte/contenu2.jpg) no-repeat;
	width:730px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	padding: 20px 110px 20px 130px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-128px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg);
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:128px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat scroll left top  #383838;
}
#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;
}

.menu_top li{
	list-style-type:none;
	margin:-5px 0 0 0;
	-margin:-5px 0 0 0;
	float:left;
	}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	line-height:20px;
}
#texte p{
	margin: 10px 0 10px 30px;;
}
.petit_texte {
	font-size: 0.8em;
	color: #000;
}
h1{
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/charte/h1.jpg) no-repeat top left;
	padding-left:25px;
	font-size: 2.2em;
	color:#A277AF;
	font-weight: normal;
	float:left;
	padding-bottom:10px;
}
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	background:url(../images/charte/h2.jpg) no-repeat top left;
	padding-left:20px;
	color:#E7A036;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #A277AF;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #F81E50;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	margin-left:30px;
}
#texte ol{
	margin-left:30px;
}

/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background-color:#E5EC13;
	color:#000;
	border:0;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:160px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	margin:10px 10px 0 10px;
	padding-top:75px;
	text-align:center;
}

/*************************************************************************/
/*------------------------------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:fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedente.gif);
	width:111px;
	height:18px;
	display:block;
	left:0px;
	top:0px;
	float:left;
	position:absolute;
}

.retour{
	background-image:url(../images/base/retour.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

.suiv{
	background-image:url(../images/base/suivante.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.bloc_log{
	width: 300px;
	height:115px;
	padding: 23px 20PX 0 10px;
	margin: 10px 0 0 150px;
	border:1px solid #000;
}
.txt_log{
	margin-right: 39px;
	margin-bottom:10px;
}
.bg_log{
	width: 180px;
	color:#000000;
}
.globaltheme1{
	float:left;
	width:90%;
	/*border:1px solid #e5ec13;*/
	background-color:#969696;
	padding:5px 5px;
	margin: 20px;
	-margin:10px;
}
.globaltheme2{
	float:left;
	width:90%;
	/*border:1px solid #e5ec13;*/
	background-color:#dfdddd;
	padding:5px 5px;
	margin: 20px;
	-margin:10px;
}

.globaltheme1 h2{
color:#dfdddd;
	}
.globaltheme2 h2{
color:#969696;
	}

.annonce_ufa{
	width:95%;
	margin:10px;
	background-color:#fff; 
	padding:5px 10px;
}

.annonce_ufa .pdf{
	text-align:right;
}
#texte .annonce_ufa p.descriptif{
	margin-left:15px;
}

/******************* VIGNETTE PRODUIT *********************/

.global_vignette{
	border: 1px solid #26ABE6;
	width:45%;
	padding:10px;
	margin: 20px 0 0 10px;
	float: left;
}

/************ colonne_gauche **************/

.col_left{
	float:left;
	width:130px;
	border-right: 1px solid #fff;
}

.col_left .photo_bloc{
	width:120px;	
}

/************ colonne_droite*************/

#texte .global_vignette p.titre{
	border-bottom: 1px solid #fff;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 10px 0;
}
#texte .global_vignette p.descriptifs{
	margin: 0;
}

.temoignage{
	border: 1px solid #26ABE6;
	width:45%;
	padding:10px;
	float:left;
	margin: 20px 0 0 10px;
}
#texte .temoignage p.descriptif{
	margin: 0;
}

.picto{
	float:right;
	width:80px;
	text-align:center;
}