﻿/* CSS Document */

@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/accueil2.jpg) no-repeat top center #C9C8C7;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 680px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 550px; /* Ne pas depasser 500px en hauteur */
	/*background:#C9C8C7;*/
}
#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:#3A3A3A;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#C36129;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body2.jpg) no-repeat top center #CECECE;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y #CECECE;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:334px;
	width:970px;
	position:relative;
	background:#CECECE;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	/*background: url(../images/charte/gauche.jpg) no-repeat;*/
	width:265px;
	min-height:429px;
	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/contenu.jpg) no-repeat;
	width:685px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:429px;
	position:relative;
	float:left;
	padding: 0 20px 20px 0;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-36px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	/*background: url(../images/charte/bas_repeat.jpg) #000;*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:36px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background: url(../images/charte/bas.jpg);
}
/* 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, table, div, p, select, textarea, span, .texte {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}
#texte p{
	margin: 10px 0;
}
/*p.intro { font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#f2e856;}*/
.petit_texte {
	font-size: 0.8em;
	color: #666666;
	line-height:normal;
	padding-left:5px;
}
h1{
	margin:10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
 }
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: #C36129;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #990000;
	text-decoration:underline;
}
.avertissement {
	color: #C36129;
}
#texte ul {
	list-style-type:none;
	margin-left:30px;
	position:relative
}

#texte ol{
	margin-left:30px;
	list-style-type:none;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background-color:#d1d1d1;
	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;
	height:0px;
}

.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:10px 10px 0 10px;
}

.png-icon-footer a{
	padding-bottom: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;
}
.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;
}

/*************************************************************************/
/*--------------------------------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
}

/*************************************************************************/
/*--------------------------------PERSO 2 -------------------------------*/
/*************************************************************************/
.foto {
	border: 10px solid #FFFFFF;
}
.popup {
	border: 1px dotted #fff;
}

#popup2 {
	background:url(../images/popup/popup.png) top left no-repeat;
	width:259px;
	height:301px;
	position:absolute;
	top:100px;
	left:0px;
}

#popup2 #description{
	width:200px;
	height:261px;
	margin:20px 0 0 20px;
	overflow:auto;
	padding-right:10px;
}

#description ul, #popup2 ol{
	margin-left:30px;
}

.haut {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.solde {
	font-weight: bold;
	color: #990000;
}


hr{
	clear: both;
	width: 100%; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}
#pop{
	width:210px;
	height:250px;
	position:absolute;
	top:150px;
	left:20px;
	overflow:auto;
	padding-right:5px;
}

.encart_categorie{
	width:685px;
	margin-bottom:60px;
}

.div_popup {
	width:225px;
	background:#E1E1E1;
	float:left;
	border: 1px dotted #fff;
}

.titre_categorie{
	text-align:center;
}

.image_categorie{
	text-align:center;
}

.encart_scategorie{
	width:685px;
	margin-bottom:20px;
}

.titre_scategorie{
	text-align:center;
}

.image_scategorie{
	text-align:center;
}

#champrecherche{
	position:absolute;
	z-index:1000000;
	left:775px;
	top:53px;
	background:#FFF;
	width:132px;
}

#imagerecherche{
	position:absolute;
	z-index:1000000;
	left:915px;
	top:53px;
	width:25px;
	height:19px;
}