/* CSS Document */

/* Import du layout */
@import "layout.css";



/* Style du body */ 
html, body {
	height: 100%;
}

body{
	background:#402927;
	margin:0px;
	padding: 0;	
	color: #FFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}



/* Redefinition des balises titres
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 0.9em;}
h6{font-size: 0.9em;}



/* Champs de Formulaires
-------------------------------------------------------- */
input,textarea{

	margin : 2px;

}
input.noborder {border:0;}
input.recherche {width:50px;}
input.button {
	border:1px solid #2c220e;

}

input.small_button {
	border:1px solid #2c220e;
	background-color:#2c220e;
	color:#ccc;
	font-size:9px;	
}



select {

	margin : 2px;		
}

form {padding:0;margin:0;}

textarea{
	width: 96%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border:0;}

p {
	margin:3px 0;
}

/* Lien generique
-------------------------------------------------------- */
a{
	color: #756463;

}

a:visited{
	color: #756463;
}

a:hover{
	color: #756463;
	text-decoration:underline;
}


hr{
	height: 1px;
	margin: 10px  0;
	padding: 0;
	color: #4b3e3c;
	background-color: #4b3e3c;
	border: 0;
	clear:both;
}




/* Listes
-------------------------------------------------------- */
dl
{
margin: 0.2em 0 0.5em 0;
padding: 0;
color:#999999;
}

dt
{
margin-top:3px;
padding-left: 12px;
font-weight: bold;
font-size:11px;
border: 0px solid #000;
text-align:left;
color:#000;
}

dd
{
color:#000;
border-left: 1px solid #f3e8c7;
margin: 0.1em 0 0 2em;
padding: 0 0 0 0.6em;
font-size:10px;

}



/* miniatures photo 
-------------------------------------------------------- */
.miniature_photo2
{
	margin: 1px 5px 3px 0px;
	padding:0px;
	border:1px solid #FFF;

/* Suppression du margin, du padding et des puces du <ul> */
}

/* galerie photo */
.galerie_photo
{
	margin: 0 ;
	list-style-type: none ;
	text-align:center;
/* Suppression du margin, du padding et des puces du <ul> */
}
.galerie_photo ul {padding:0; }
.galerie_photo li
{
	display:inline;
	margin: 0;
	padding: 0;
}

.galerie_photo  img 
{
	border:1px solid #fff;

}

/* galerie photo gauche */
.galerie_photo_gauche
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;

	text-align:center;
	float:left;
	width:85px;

/* Suppression du margin, du padding et des puces du <ul> */
}
.galerie_photo_gauche ul {margin:0;padding:0}
.galerie_photo_gauche li
{
	display:block;
	margin:0;padding:0;
	text-align:center;

}

.galerie_photo_gauche  img 
{

	margin:0px;
	padding:0px;
	border:1px solid #FFF;
}


.detail_produit
{
	width:260px;

	float:left;
}


.miniature_photo
{
	margin: 1px 3px ;
	border:2px solid #FFF;
/* Suppression du margin, du padding et des puces du <ul> */
}

.apercu_produit
{
	border:0px solid #FFF;
	float:left;
}


.lien_fleche {
	background:url(../images/ico_fleche1.gif) right bottom no-repeat;
	padding-right:15px;
	font-size:10px;
	font-weight:bold;
}

.lien_fleche2  {
	background:url(../images/ico_fleche2.gif) left bottom no-repeat;
	padding-left:15px;
	font-size:10px;
	font-weight:bold;
}


.lien_fleche3, .lien_fleche3:hover,.lien_fleche3:visited  {
	background:url(../images/lien_3fleche.gif) left center no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

.lien_fleche1noir, .lien_fleche1noir:hover, .lien_fleche1noir:visited {
	background:url(../images/lien_1flechenoir.gif) left center no-repeat;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#242424;
}

.lien_fleche1gris, .lien_fleche1gris:hover, .lien_fleche1gris:visited {
	background:url(../images/lien_1flechegris.gif) left center no-repeat;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#91999b;
}




/* intro du corps home
-------------------------------------------------------- */
.introduction {
	padding:5px 0 5px 20px;

}

.introduction h1, .introduction h1 a, .introduction h1 a:visited {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0;

	text-decoration:none;
}


/*** Mise en forme du formulaire ***/

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	margin: 0;
	padding: .5em;
}

#piedForm {
	text-align: center; /*** Les boutons sont alignes a droite ***/
}

#piedForm input {
	font-weight: bold; /*** Pour ameliorer la lisibilite des boutons ***/
	padding: 0.1em 0.4em;
}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/
	border: 0px dotted #ccc;
	color: #fff;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: 1px dotted #633130;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #fff;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	color:#fff;
}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.quizz p {
	padding:10px;
}

#corpForm fieldset.quizz input {border:0}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitules ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size:10px;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}


/* styles passe-partout 
-------------------------------------------------------- */

/* utile pour repartir du bloc le plus bas lorsque 2 blocs en colonnes */
.clear {
	clear : both;
	line-height:1px;
}

.zoom_photo {
		font-size: 9px;
		letter-spacing:2px;
		color:#531E1D;
		text-align:center;
}

.ico_home
{

	border:1px solid #CCC;
}

/* style utilisé pour bandeau connexion */

.separateur_menu {
	background:url(../images/separateur_menu.gif)  0 2px no-repeat;
	line-height:26px;
}

.separation {
	background:url(../images/tiret_hr.gif)  repeat-x;
	line-height:10px;
	height:10px;
	font-size:5px;
}

.separation2 {
	height: 3px;
	line-height: 1px;
	margin: 0.5em 1em;
	padding: 0;
	border-color:#c4c6ca;
	border-style:solid;
	border-width:1px 0 0 0;
	
	clear:both;
}

.separation3 {
	background:url(../images/tiret_double.gif) repeat-x;
	line-height:1px;
	height:3px;
	font-size:5px;
}

.bloc_central {
	padding:10px;
}

.bloc_central h1 {
	padding-left:30px;
	font-size:18px;
	font-weight:bold;	
	margin:0;
	color:#48391b;	

}

.bloc_central h2, .bloc_central h2 a {
	font-size:14px;
	font-weight:bold;	
	margin:0;
	color:#2786bf;
	text-decoration:none;	
}

.bloc_central h3 {
	font-size:11px;
	font-weight:bold;	
	margin:0;
	color:#48391b;
	text-decoration:none;	
}




/* styles pour le bien */

.prix_bien {
	color:#FFFFFF;
}

.libelle_bien {
	font-weight:bold;
}


.menu_categorie
{
	padding-top:18px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#dfe0e2;

}

.menu_categorie h1 a, .menu_categorie h1 a:visited,
.menu_categorie li a, .menu_categorie li a:visited
{
	background-color:inherit;
	text-decoration:none;
	color:#56606a;
}

.menu_categorie_fixe a, .menu_categorie_fixe a:visited {
	text-decoration:none;
	color:#000;
}



/* pagination */

.pages {
	text-align:right;	
}

.pages a, .pages a:visited {
	border:1px solid #fff;
	background-color:#756464;
	text-decoration:none;
	padding:2px 5px;
	width:5px;
	color:#FFFFFF;
	font-weight:bold;
}

.pages .page_active, .pages .page_active:visited
{
	background-color:#89615b;
	color:#FFFFFF;
}

.pages .page_active:hover, .pages .page_active:visited:hover
{
	background-color:#3f3a39;
	color:#fff;
}

.photo_cadre {
	border:2px solid #fff;
}

.smalltext {
	font-size:9px;
	color:#666666;
}

.warning {
	border:1px dashed #FFCC00;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFCC00;
	padding:10px;
}

.tab_contenu {
	padding:0px 0;
}

.div_moitie_gauche {
	float:left;
	width:275px;
	border:0px solid #fff;
	margin-right:40px;
	border:0px solid #CCC;
}

.div_moitie_droite {
	float:left;
	width:325px;
	border:0px solid #fff;
	margin-left:40px;
	border:0px solid #CCC;
}

.div_tiers_gauche {
	float:left;
	width:175px;
	border:0px solid #fff;
	margin-right:40px;
	border:0px solid #CCC;
}

.div_tiers_collection {
	float:left;
	width:210px;
	border:0px solid #fff;
	margin-right:15px;
	border:0px solid #CCC;
}

.div_tiers_droite {
	float:left;
	width:425px;
	border:0px solid #fff;
	margin-left:40px;
	border:0px solid #CCC;
}

.div_galerie {
	float:left;
	border:0px solid #fff;
	margin-right:5px;
	border:0px solid #CCC;
	text-align:center;
}
.div_texte_galerie {
	float:left;
	width:210px;
	border:0px solid #fff;
	margin-left:5px;
	border:0px solid #CCC;
}

.div_texte_creation {
	float:left;
	width:330px;
	border:0px solid #fff;
	margin-left:5px;

}

.div_actu {
	float:left;
	width:90px;
	border:0px solid #fff;
    padding:0 8px ;
	font-size:10px;
}



.toutes_les_promos {
	float:right;
	width:150px;
	line-height:20px;
	text-align:right;
}


.tab_contenu h3 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.tab_contenu h4, .tab_contenu h4 a, .tab_contenu h4 a:visited  {
	font-size: 10px;
	margin: 0  0 0px 0px ;
	padding : 0px;
	color: #000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;

}

/* blocs promo */
.bloc_prix_barre {
	margin-top:3px;
	float:right;
	width:60px;
	padding:5px;
	text-align:center;
	color:#242424;
	font-weight:bold;
	font-size:12px;
	border-style:dashed;
	border-width:1px 0;
	border-color:#242424;
	text-decoration:line-through;
}

.prix_barre
{
	text-decoration:line-through;

}

.bloc_prix_promo {
	margin-top:3px;
	float:right;
	width:150px;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border-style:dashed;
	border-width:1px 0;
	border-color:#242424;
}

.bloc_prix_detail {
	margin:3px 1px 1px 1px ;
	float:right;
	width:160px;
	padding:3px;
	background-color:#000;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;

	font-size:12px;
}

.bloc_prix_alerte {
	margin:15px 1px 1px 1px ;
	width:450px;
	padding:3px;
	background-color:#dfe0e2;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;

	font-size:12px;
}

.bloc_prix_panier {
	margin:3px 1px 1px 1px ;
	float:right;
	width:160px;
	padding:3px;
	background-color:#56606a;
	text-align:center;
	color:#242424;
	font-weight:bold;
	font-size:12px;
}

.bloc_prix {
	margin-top:3px;
	float:right;
	width:150px;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border-style:dashed;
	border-width:1px 0;
	border-color:#242424;
}

.panier_cadre {
	color:#000;
	font-size:12px;
	padding:3px 20px;

}

.intro_texte {
	margin:7px 0;
	color:#FFFFFF;
	
}

.thematique_index {
	float:right;
	margin:1px;
	width:167px;
	border:3px solid #91999b !important;
	border:2px solid #91999b;

}

.thematique_index h1 {
	display:block;
	font-size:15px;
	text-align:right;
	color:#FFFFFF;
	background-color:#242424;
	background-image:inherit;
	padding:4px 10px;
	margin:5px 0 2px 0;

}
.bandeau_noir_700 {
	background-color:#242424;
}

.bandeau_noir_700 h1 {
	display:block;
	font-size:15px;
	text-align:right;
	color:#FFFFFF;

	background-image:inherit;
	padding:4px 10px;
	margin:0;
}

.thematique_index h1 a, .thematique_index h1 a:hover { 	text-decoration:none;}


.miniature_actualite {
	text-align:left;
	padding : 10px 5px;
	font-size:10px;
	text-align:justify;
}

ul.liste_categories
{
	margin:0 0 0 15px;
	padding: 3px 0 3px 15px;
	list-style-image: url(../images/ico_fleche2.gif);
}

.liste_categories li
{
	padding: 5px 0;
	border-bottom:1px solid #4b3e3c;
}

.liste_categories li a.active, .liste_categories li a.active:visited
{
	color:#fff;
}

.liste_categories li a, .liste_categories li a:visited {
	text-decoration:none;
	color:#a5756e;
	font-weight:bold;
}

.liste_categories li a:hover, .liste_categories li a:visited:hover
{
	color:#fff;

}


