/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #000;
}
#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:50px;
	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:#fff;
}
.accueil a:link, a:visited, a:hover, a:active{
	color:#66FF00;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) repeat-x #7F94B1;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:145px;
	width:970px;
	position:relative;
	background:#383838;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche.jpg) no-repeat;
	width:239px;
	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:#000;
	width:661px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:445px;
	position:relative;
	float:left;
	padding: 20px 30px 20px 40px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-37px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg) #7F94B1;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:37px;/*----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;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
}
#texte p{
	margin: 10px 0;

}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	font: bold 2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#53657D;
	border-bottom:1px solid #53657D;;
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #3B6CA7;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #fff;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:square;
	margin:0 0 0 30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab {
	background-color:#A5B4C9;
	color:#171A39;
	border:0;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
#global_denomination{
	float:left;
	margin:0 0 0 20px;
}
.denomination{
	margin:14px 0;
	line-height:14px;
	display: block;
}
#bloc_input{
	float:left;
	margin:0 0 0 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.contact_input{
	width:140px;
	margin:12px 0 0 10px;
	display:block;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
}
.coche{
	background:none;
	width:auto;
}
.alert_contact{
	margin: 20px 0 0 30px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.left{
	float:left;
}
.right{
	float:right;
}
.photo_l{
	margin: 0 0 0 15px;
}
.photo_r{
	margin: 0 15px 0 0;
}


/******************** Vignette_top*********************/
.vignette_top{
	width:261px;
	float:left;
	margin: 15px 0 0 40px;
	-margin: 15px 0 0 20px;
}
#texte .vignette_top p.top{
	width:261px;
	background:url(../images/emplois/pop_03.jpg) no-repeat;
	height:12px;
	margin:0;
	-margin:0 0 -2px 0;
	line-height:0;
}
#texte .vignette_top p.titre{
	width:261px;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:5px;
	-padding-bottom:15px;
	color:#FFFFFF;
	background-color:#486487;
	margin:0;
}
.vignette_top .contenu{
	width:231px;
	background: url(../images/emplois/pop_05.jpg) repeat-y;
	height:12px;
	margin-top:-10px;
	padding: 0 15px 5px 15px;
	height:auto;
	clear:both;
	display:block;
}	
#texte .vignette_top .contenu p.descriptifs{
	width:240px;
	padding: 10px 0 0 0px;
	color:#395472;
	line-height:16px;
	display: block;
}

/************ bottom*************/
#texte .vignette_top p.bottom{
background: url(../images/emplois/pop_07.jpg) no-repeat;
height:11px;
width:261px;
margin:0;
}

/******************** Vignette_top_BASE*********************/
.vignette_top_base{
	width:210px;
	float:left;
	margin: 15px 0 0 10px;
	-margin: 15px 0 0 7px;
}
#texte .vignette_top_base p.top{
	width:210px;
	background:url(../images/base/base_03.jpg) no-repeat;
	height:12px;
	margin:0;
	-margin:0 0 -2px 0;
	line-height:0;
}
#texte .vignette_top_base p.titre{
	width:210px;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:15px;

	color:#FFFFFF;
	background-color:#486487;
	margin:0;
}
.vignette_top_base .contenu{
	width:180px;
	background: url(../images/base/base_06.jpg) repeat-y;
	height:12px;
	margin-top:-10px;
	padding: 0 15px 5px 15px;
	height:auto;
	clear:both;
	display:block;
}	
.vignette_top_base .contenu .photo_base{
	width:180px;
	margin:10px auto;
	
}	
#texte .vignette_top_base .contenu p.titre2{
	width:180px;
	color:#395472;
	line-height:16px;
	text-align:center;
	margin:0;
}
#texte .vignette_top_base .contenu p.btn_info{
	color:#395472;
	line-height:16px;
	text-align:center;
	margin:10px 0 0 0;
	-margin:10px 0 0 0;
	text-align:center;
}

/************ bottom*************/
#texte .vignette_top_base p.bottom{
background: url(../images/base/base_08.jpg) no-repeat;
height:11px;
width:210px;
margin:0;
}




/******************* VIGNETTE PRODUIT *********************/
.global_vignette{
	border: 1px solid #fff;
	background-color: #cdd7e3;
	width:90%;
	padding:10px;
	margin: 20px 0 0 20px;
	-margin: 20px 0 0 10px;
	float: left;
}

/************ colonne_gauche **************/

.global_vignette .col_left{
	float:left;
	width:220px;
}

.global_vignette .col_left .photo_bloc{
	width:100px;	
	float:left;
	margin-top:10px
}

/************ colonne_droite*************/

.global_vignette .col_right{
	float:left;
	margin:20px 0 0 15px
}
.global_vignette .col_right .titre{
	padding-bottom:10px;
	width:345px;
	color:#2E3740;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.global_vignette .col_right .titre span{
	padding-bottom:10px;
	color:#2E3740;
	margin-left:5px;
	font:14px Arial, Helvetica, sans-serif;
}
#texte .global_vignette .col_right p.descriptifs{
	width:320px;
	margin: 20px 0 0 10px;
	color:#2E3740;
}
