/* CSS Document */

@import "menu/menu.css"; 
@import "../outils/CompteClient/menu/menu.css";

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: url(../images/accueil/accueil_bg.jpg) no-repeat top center #d77311;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 720px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 590px; /* 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: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, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color: #ffde00;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) no-repeat top center #d77311;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:267px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:930px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:523px;
	position:relative;
	float:left;
	padding: 0 20px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-59px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg) center;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:49px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:940px;
	margin:0 auto;
	padding: 10px 30px 0 0 ;
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:59px; /* 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, table, div, p, select, textarea, span, .texte {
	font: 14px "Times New Roman", Times, serif;
	color: #871232;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	margin:20px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
 }
h2{
	font: bold 1.4em "Times New Roman", Times, serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em "Times New Roman", Times, serif;
	margin-top: 10px;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-decoration:underline;
}
a:hover, a:active{                            /*---------------------------STYLE LIENS -------------------------------*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0876e0;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	/*list-style-type:none;*/
}

#texte ol{
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background-color:#fff;
	color:#000;
	border:0;
	border-bottom:solid 1px #d77311;
	/*------------------------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:40%;
}
.colonne-contact-right{
	float:left;
	padding:5px 0 0 20px;
	margin: 15px 0 0 0;
	width:50%;
	border-left:solid 1px #e9b86a;
}
#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;
	border:solid 1px #999;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:160px;
}
.enquete{
	padding:80px 20px 0 20px;
	margin: 15px 50px 0 0;
	width:373px;
	min-height:250px;
	background:url(../images/contact/enquete.gif);
}
.questions_block{
	padding:10px 0;
	border-bottom:dotted 1px #CCC;
}

.questions_block fieldset {
	text-align:right;
	border:0;
	width:360px;
	margin-bottom:10px;
}

.questions_block fieldset label {
	float:left;
}

.questions_block fieldset input{
	width:300px;
}

.questions{
	font: bold 1.4em;
	color:#333;
	padding:5px 0;
	border-bottom:solid 1px #fff;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}

.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{
	float:right;
	margin-top:5px;
	padding:5px 10px;
	border-left:dotted 1px #d77311;
}

/*************************************************************************/
/*------------------------------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:#36F;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#36F;
	font-weight:bold;
}

#pagination .page_non_active{
	color:#333333;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedent.jpg);
	width:84px;
	height:20px;
	display:block;
	float:left;
}

.retour{
	background-image:url(../images/base/retour.jpg);
	width:63px;
	height:20px;
	display:block;
	float:left;
}

.suiv{
	background-image:url(../images/base/suivant.jpg);
	width:70px;
	height:20px;
	display:block;
	float:left;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}
.navigation_top{
	padding-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.body_base{
	float:left;
	width:720px;
}
.acces{
	width:720px;
	height:300px;
	background:url(../images/base/acces2.gif) no-repeat;;
}
.login{
	margin:129px 0 0 170px;
	background:none;
	border-bottom:dotted 1px #999;
}
.pass{
	margin-left:90px;
	background:none;
	border-bottom:dotted 1px #999;
}
.validation{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin:42px 0 0 335px;
	background:none;
	border:none;
}
.inscription{
	margin:20px 0 0 470px;
}
.fiche_base_01{

	/*width:520px;*/
}
.colonne_foto_base{
	float:left;
	width:200px;
	margin-right:20px;
}
.foto{
	border:solid 5px #333;
	margin-top:10px;
	margin-right:10px;
}
.foto_base{
	float:left;
	border:solid 3px #333;
	margin:2px;
}
.pdf_base{
	float:left;
	width:135px;
	border-bottom: dotted 1px #999;
	margin-left:10px;
}
.contenu_base01{
	float:left;
	width:400px;
}
.news{
	/*height:320px;
	overflow:auto;*/
	margin-bottom:12px;
	padding-right:10px;
	font-size:16px;
}

.news ul li{
	list-style:circle;
	margin-left:30px;
}

.date{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#333;
}

#info_login{
	width:430px;
	margin-left:150px;
	margin-top:15px;
	color:#157BE2;
}

#info_login a{
	color:#157BE2;
}

#menu-total #deconnexion{
	position:relative;
	bottom:0;
	background: url(../images/base/bulletlist.jpg); /*light gray background*/
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
}

#menu-total #deconnexion a{
	color:#0A85E3;
}

.body_base #haut{
	background:url(../images/base/fiche_base01_bg_haut.png) no-repeat;
	padding:20px 100px 0 100px;
	float:left;
	width:520px;
	height:6px;
}

.body_base #milieu{
	background:url(../images/base/fiche_base01_bg_milieu.png) repeat-y;
	padding:0 50px 0 50px;
	float:left;
	width:800px;
}

.body_base #bas{
	background:url(../images/base/fiche_base01_bg_bas.png) no-repeat;
	padding:0 100px 0 100px;
	float:left;
	width:520px;
	height:28px;
}

#interdiction{
	text-align:center;
	color:#F00;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}
