﻿/* 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/accueil_bg.jpg) no-repeat top center #710001;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* 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: #CCC;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color: #FF6;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) no-repeat top center #7b0002;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:344px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:890px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:430px;
	position:relative;
	float:left;
	padding: 0 40px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-76px 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:76px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:930px;
	margin:0 auto;
	padding-right:40px;
/*	background:url(../images/charte/bas.jpg) no-repeat scroll left top  #383838;*/
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:76px; /* 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 Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	margin:20px 0 50px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #990000;
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: normal 20px "Times New Roman", Times, serif;
	color:#300;
}
h5{
	color:#300;
	font: normal 20px "Times New Roman", Times, serif;
	text-decoration: line-through;
}
h4{
	font: normal 18px "Times New Roman", Times, serif;
	color:#300;
}
h6{
	font: bold 14px "Times New Roman", Times, serif;
	color:#f0cc91;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #7b0002;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #333;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	/*	list-style-type:none;*/
	margin-left:30px;
	list-style-position: inside;
}

#texte ol{
	list-style-type:none;
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab {
	background:url(../images/base/base.jpg);
	border:solid 1px #edd398;
	color:#000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #300;	/*------------------------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;
}

.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;
}

/*************************************************************************/
/*------------------------------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---------------------------------*/
/*************************************************************************/

.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
}
.diapo{
	margin:50px 0;
}
.ss_cat01{
	padding:15px;
	text-align:center;
	background:url(../images/base/ss_cat01.jpg);
	border:solid 1px #edd398;
}
.ss_cat02{
	padding:15px;
	text-align:center;
	background:url(../images/base/ss_cat02.jpg);
	border:solid 1px #edd398;
}
.base01{
	float:left;
	width:860px;
	padding:15px;
	background:url(../images/base/base.jpg);
	border:solid 1px #edd398;
}
.base02{
	float:left;
	width:860px;
	padding:15px;
	background:url(../images/base/base.jpg);
	border:solid 1px #edd398;
}
.colonne_left_base{
	float:left;
	width:152px;
	margin-right:20px;
}
.colonne_left_base02{
	float:left;
	width:186px;
	margin-right:20px;
}
.foto{
	border:solid 6px #CCC;
}
.foto_petit{
	float:left;
	margin:0 3px;
	border:solid 3px #CCC;
}
.colonne_base01{
	float:left;
	width:180px;
	padding:5px;
	border-left:dotted 1px #300;
}
.colonne_base02{
	float:left;
	width:278px;
	padding:5px;
	border-left:dotted 1px #300;
}
.colonne_quant{
	float:left;
	width:238px;
	padding:0 5px;
	border-left:dotted 1px #300;
}
.colonne_parfum{
	float:left;
	width:318px;
	padding:0 5px;
	border-left:dotted 1px #300;
}
.quantite{
	float:right;
	width:91px;
	padding: 50px 5px 5px 5px;
	background:url(../images/base/quantites.jpg);
}
.news{
	float:left;
	width:580px;
	height:100px;
	overflow:auto;
	margin-top:10px;
}
.news02{
	float:left;
	width:578px;
	height:70px;
	overflow:auto;
	margin-bottom:15px;
}
.macaron{
	float:right;
	text-align:center;
	width:66px; height:200px;
	padding: 20px 5px 5px 5px;
	background:url(../images/base/macaron.gif);
}
.select{
	float:left;
	width:81px;
	margin:5px;
}
.select2{
	float:left;
	width:225px;
	margin:5px;
}
.table_base{
	float:left;
	border: solid 1px #842f1a;
	margin:15px 0 0 200px;
}
.colonne_table_base_right{
	width:284px;
	border-left:dotted 1px #842f1a;
	padding-left:15px;
}
