@charset "utf-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.9em; /* À adapter pour la police choisie. (3) */
	line-height: 1.4; /* À adapter au design. (4) */
	color: black;
	background-position:top;
	background-repeat:no-repeat;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.1em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .65em 0 .65em 0px; 
  padding: 0;
  list-style:none;
  line-height:16px;
} 

hr {
	background-color: #FFFFFF; 
	color: #FFFFFF; 
	width:500px; 
	border:none; 
	border-bottom: dashed #CCCCCC 1px;
	margin-top:20px;
}
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none;
} 
a:link {
	color: #000;
} 
a:visited {
	color: #000;
} 
a:hover, a:focus, a:active {
	color: #E94B07;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none;
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
  margin-bottom:5px;
  margin-left:3px;
}

table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}


/* CSS du document */
#container {
	  width: 1024px;
	  margin:auto;
}

#header {
	height:110px;
	background:#fce000;
}

#logo {
	height:78px;
	width:171px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}

#top_nav {
	height:36px;
	width:600px;
	float:right;
	margin-right:5px;
	font-size:11px;
	background-image:url(images/nav_top.jpg);
	padding-left:25px;
}

#top_nav li{
	display:inline;
}


#panier_haut {
	clear:right;
	height:38px;
	float:right;
	font-size:11px;
	margin:0px;
}

#recherche {
	clear:right;
	height:28px;
	float:right;
	margin-right:5px;
	margin-top:8px;
	font-size:11px;
	text-align:right;
}

#header2 {
	height:71px;
	float:left;
	background-color:#000;
}

#header3 {
	height:29px;
	background-color:#fce000;
}

.index_cadre_promo {
	margin:5px;
	margin-right:2px;
	width:102px;
	height:100px;
	float:left;
	text-align:center;
	padding-top:10px;
}

#center {
	background-color:white;
	float:left;	
}

#center_top {
	background-color:white;
	height:278px;	
}

#center_top_colonne1 {
	width:230px;
	height:266px;
	float:left;
}

#center_top_colonne2 {
	width:564px;
	height:266px;
	float:left;
}

#center_top_colonne3 {
	width:230px;
	height:266px;
	float:left;
}

#center_top_encart1 {
	background-image:url(images/encart.png);
	background-repeat:no-repeat;
	width:210px;
	height:123px;
	margin: 10px;
}

#center_top_pub {
	background-color:red;
	width:564px;
	height:256px;
	margin-top: 10px;
}

#center_top2 {
	background-image:url(images/center_top2.jpg);
	height:23px;
	width: 1024px;
	text-align:center;	
	padding-top:5px;

}

#center_bottom {
	background-color:white;
	padding:10px;
	width: 1004px;
}

#center_bottom_colonne1 {
	width:670px;
	float:left;
}

#center_bottom_menu1 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
}

#center_bottom_menu1_photo {
	width:210px;
	height:110px; 
	float:left;
	background-image:url(images/menu1.jpg);
}

.center_bottom_menu1_text {
	width:190px;
	height:180px;
	margin:10px;
	text-align:left;
	float:left;
	line-height:1,5em;
	font-size:11px;
}

.center_bottom_menu1_text h4 {
	font-size:12px;
}

#center_bottom_menu2 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
}

#center_bottom_menu3 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
}

#center_bottom_menu4 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-top:10px;
}

#center_bottom_menu5 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#center_bottom_menu6 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
	margin-top:10px;
}


#center_bottom_menu7 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-top:10px;
}

#center_bottom_menu8 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#center_bottom_menu9 {
	width:210px;
	height:350px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#center_bottom_coupsdecoeur {
	width:654px;
	height:150px;
	border: 1px solid #999; 
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#center_bottom_coupsdecoeur_fond {
	background-image:url(images/coupsdecoeur.jpg);
	height:88px;
	padding-left:141px;
	padding-top:30px;
}

.cadre_coupsdecoeur1 {
	width:150px;	
	float:left;
	margin-left:13px;
	height:70px;
}

.cadre_coupsdecoeur2 {
	width:150px;	
	float:left;
	margin-left:12px;
	height:70px;
}

.cadre_coupsdecoeur3 {
	width:150px;	
	float:left;
	margin-left:10px;
	height:70px;
}

.photo_cadre_coupsdecoeur {
	width:75px;
	float:left;
	text-align:center;
}

.titre_cadre_coupsdecoeur {
	width:75px;
	height:55px;
	font-size:11px;
	text-align:right;
}

.details_cadre_coupsdecoeur {
	width:77px;
	height:15px;
	font-size:11px;
	text-align:right;
	font-weight:bold;
}


#center_bottom_colonne2 {
	width:334px;
	float:left;
}

#center_bottom_pub1 {
	width:332px;
	height:96px;
	border: 1px solid #999;
}

#center_bottom_pub2 {
	width:332px;
	height:96px;
	border: 1px solid #999; 
	margin-top:10px;
}

#center_bottom_pub3 {
	width:332px;
	height:96px;
	border: 1px solid #999; 
	margin-top:10px;
}

#center_bottom_actualites {
	width:332px;
	border: 1px solid #999; 
	margin-top:10px;
	padding-bottom:5px;
	text-align:center;
}

#center_bottom_toprecherche {
	width:332px;
	height:150px;
	border: 1px solid #999; 
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	width:1004px !important;
	width:1024px;
	text-align:left;
	color:black;
	line-height:1,5em;
	font-size:x-small;
	padding: 10px;
	background-color:#fce000;
	float: left;
}

#footer_menu {
	width:160px;
	text-align:left;
	float:left;
}

#footer_separateur1{
	background-image:url(images/separateur.png);
	width:3px;
	height:262px;
	float:left;
	margin-left:5px;
}

#footer_menu2 {
	width:185px;
	text-align:left;
	float:left;
	margin-left:17px;
}

#footer_menu3 {
	width:185px;
	text-align:left;
	float:left;
	margin-left:17px;
}

#footer_menu4 {
	width:185px;
	text-align:left;
	float:left;
	margin-left:17px;
}

#footer_menu5 {
	width:185px;
	text-align:left;
	float:left;
	margin-left:17px;
}

#footer h4 {
	font-size:12px;	
}

.text {
	font-size:12px; 
}

.text_ref {
	font-size:14px;
	font-weight:bold;
}

.text_sousmenu_red { 
	height:27px;
	background-color:#DF0000;
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

.text_sousmenu_orange_clair {
	height:27px;
	background-color:#ec6604;
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

.text_sousmenu_orange_fonce { 
	height:27px;
	background-color:#ff9900;
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

.actu {
	  margin-left:10px;
	  margin-right:10px;
	  font-size:12px;
	  text-align:justify;
	  line-height:normal;
}

.prix_firstletter {
	  font-size:30px;
}

.prix_index_barre {
	  font-size:12px;
	  text-decoration: line-through;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:256px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

/* --- page interieur --- */ 

#center_bottom_anim{
	width:655px;
	height:250px;
	margin-bottom:10px;
	}

#center_bottom_sous_menu{
	width:645px;
	height:24px;
	background-image:url(images/center_top2.jpg);
	padding-left:10px;
	padding-top:3px;
	text-transform:uppercase;
	}

#center_bottom_ariane{
	width:655px;
	margin-bottom:10px;
	font-size:11px;
	}	

#center_bottom_interieur_menu1 {
	width:121px;
	height:150px;
	border: 1px solid #999; 
	float:left;
	margin-bottom:15px;
}

#center_bottom_interieur_menu1_photo {
	width:121px;
	height:110px; 
	float:left;
	text-align:center;
}

#center_bottom_interieur_menu1_text {
	width:121px;
	height:40px;
	text-align:center;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	background-color:#fce000;
	background-image:url(images/center_top3.jpg);
	color:#333;
}


#center_bottom_interieur_menu2 {
	width:121px;
	height:150px;
	border: 1px solid #999; 
	float:left;
	margin-left:10px;
	margin-bottom:15px;
}


#center_bottom_interieur_coupsdecoeur {
	width:654px;
	height:150px;
	border: 1px solid #999; 
	margin-bottom:10px;
}

#center_bottom_interieur_coupsdecoeur_fond {
	background-image:url(images/coupsdecoeur.jpg);
	height:118px;
}

/* --- fiche --- */ 

#center_bottom_interieur_fiche {
	width:654px;
	border: 1px solid #999; 
	float:left;
	margin-bottom:10px;
}

#center_bottom_interieur_fiche_photo {
	width:300px;
	float:left;
	margin:10px;
	text-align:center;
}

#center_bottom_interieur_fiche_texte {
	width:304px;
	float:left;
	margin:10px;
	text-align:justify;
}

#center_bottom_interieur_fiche_grille {
	width:634px;
	float:left;
	margin:10px;
	font-size:11px;
}

#center_bottom_interieur_fiche_grille input {
	text-align:center;
}

#center_bottom_interieur_fiche_grille table {
	margin-top:10px;
	margin-bottom:20px;
}

.rouge {
	color:#F00;	
	font-weight:bold;
}

.caracteristiques_fiche {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

#champ_texte1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #000;
}
#champ_texte2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #000;
	margin-top:8px;
}
#champ_texte3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #000;
	margin-top:8px;
}

#center_bottom_interieur_page {
	width:634px;
	border: 1px solid #999; 
	float:left;
	margin-bottom:10px;
	padding:10px;
}

#header_panier {
	width:190px;
	background:url(images/header_panier.png) no-repeat;
	background-position:right;
	height:31px;
	padding-top:5px;
	margin-top:5px;
	margin-right:10px;
	padding-left:5px;
}

.droite {
	text-align:right;
	padding-right:5px;
}

.encadre_description {
	border:#999 1px solid;
	width:650px;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
}

.phpdigHighlight {
	color:#F00;
}

.Promo_3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d80000;
	font-weight: bold;
}

#center_bottom_sous_menu h1 {
	margin:0;
	padding:0;
	size:14px;
}
