/* CSS Document */

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



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



body{
	background:url(../images/fond_page.png) center repeat-y #0b99c9;
	margin:0px;
	padding: 0;	
	color: #000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}

object {margin:0;padding:0}

/* 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;}

.bloc_img_produit { height:125px; border:1px solid #CCCCCC; text-align:center; line-height:125px; margin:auto 0;}
.bloc_img_produit img { border:0;}

/* 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: 98%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border:0;}

p {
	margin:3px 0;
}

/* Lien generique
-------------------------------------------------------- */
a{
	color: #2786bf;

}

a:visited{
	color: #2786bf;
}

a:hover{
	color: #2786bf;
	text-decoration:none;
}



hr {
	height: 3px;
	margin: 0.1em 0 0.3em  0;
	padding: 0;
	color: #e9eaeb;
	background-color: #e9eaeb;
	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 #0180c9;

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

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

}

.galerie_photo  img 
{
	border:0px solid #CCCCCC;

}

/* galerie photo gauche */
.galerie_photo_gauche
{
	margin: 0 ;
	padding: 2px 0px ;
	list-style-type: none ;
	text-align:center;
	float:left;

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

}

.galerie_photo_gauche  img 
{

	margin: 1px 5px 3px 0px;
	padding:0px;
	border:1px solid #0180c9;
}





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


.lien_fleche {
	background:url(../images/lien_fleche.gif) left center no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
}

.lien_fleche2, .lien_fleche2:hover,.lien_fleche2:visited  {
	background:url(../images/lien_fleche2.gif) left center no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
	color:#68d2eb;
	text-decoration:none;
}


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





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

}

.introduction h1, .introduction h1 a, .introduction h1 a:visited {
	color:#0180c9;
	font-size:17px;
	font-weight:bold;
	margin:0;
	padding:5px 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.3em 0.5em;
}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/
	border: 0px dotted #000;
	color: #000000;
	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: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	color:#000000;
}
#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 {
	clear:both;
	line-height:3px;
	height:1px;
	font-size:1px;

	background-color:#b2d9ef;
}

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

.separation3 {
	background:url(../images/separation3.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;
}







/* pagination */

.pages {
	text-align:right;	
}

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

.pages .page_active, .pages .page_active:visited
{
	background-color:#67BADA;
	color:#FFFFFF;
}

.pages .page_active:hover, .pages .page_active:visited:hover
{
	background-color:#2786bf;
	color:#FFFFFF;
}

.photo_cadre {
	border:1px solid #48391b;
}

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

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

.tab_contenu {
	padding:0px 0;
}

.tab_contenu h1, .tab_contenu h1 a {
width:300px;
float:left;
color:#c51616;
text-transform:uppercase;
font-size:16px;
font-weight:bold;
margin:0;
text-decoration:none;
}

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

.tab_contenu h2,.tab_contenu h2 a {
	color:#228baf;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;
}

.tab_contenu h3 {
	color:#000;
	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;
	background-color:#1a8db4;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:line-through;
	font-size:12px;
}

.prix_barre
{
	text-decoration:line-through;
	color:#1a8db4;
}

.bloc_prix_promo {
	margin-top:3px;
	float:right;
	width:60px;
	padding:5px;
	text-align:center;
	color:#c41313;
	font-weight:bold;
	font-size:12px;
}

.bloc_prix_panier {
	margin-top:3px;
	float:right;
	width:120px;
	padding:5px 0px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

.bloc_prix {
	margin-top:3px;
	float:right;
	width:60px;
	padding:5px;
	background-color:#1a8db4;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

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

}

h3.ico_express {padding:10px 0 10px 40px; line-height:32px; background:url(../console/images/express.gif) left no-repeat; display:block;  }


.cadre_photo { width:120px; float:left; border:1px solid #0180c9; text-align:center; padding:2px; margin-right:10px;}

.galerie_produit {float:left;width:180px; margin-right:10px; text-align:center;}
.detail_produit
{
	width:280px;
	float:left;
}