/*
 * Copyright (c) 2007 Copyright (c) Octolys Development
 * Ce template a été réalisé par http://www.scopika.com & http://www.fredodo.com
 * Il est soumis à la licence GPL
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */



html, body {
	height:100%;
}

body{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	/*overflow-x:hidden;*/
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

a {
	color: #EC8000;
	text-decoration: none;
	outline:none;
}

a:visited {
	color: #EC8000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #EC8000;
}

img {
	border: 0
}


/* Page
-------------------------------------------------------- */

#wrapper{
	position:relative;
	min-height:100%;
	width:100%;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}

#subwrapper{
	position:relative;
	min-height:100%;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}

#content{
	padding: 0;
	clear: both;
	margin: 20px 0 0 0;
	width:100%;
	padding-bottom:100px;
}

#contenu{
	padding: 0;
	margin: 0 30px 0 230px;;
	min-width:300px;
}

.titrePage {
	color: #94211F;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	background:url(images/rond_fleche_verte.gif) no-repeat 0 18px;
	padding-left:20px;
}

.sousTitrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #141414;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	width: 775px;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* Entête
-------------------------------------------------------- */

#entete_fond #gauche{
	width:50%;
	height:197px;
	background:url(images/head_fd_gauche.gif) repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.lien_header{
	display:block;
	float:left;
	width:50%;
	height:197px;
}

#entete_fond #droite{
	width:50%;
	height:197px;
	background:url(images/head_fd_droit.gif) repeat-x;
	position:absolute;
	top:0;
	right:0;
}

#entete {
	background: url(images/head_fond.jpg) no-repeat;
	width:1000px;
	height:197px;
	padding:0;
	color: #FFFFFF;
	margin:auto;
	position:relative;
	z-index:1;
}

#blocRecherche{
	float:right;
	padding: 10px 15px 0 0;
	font-weight:bold;
}

#blocRecherche #input_rech{
	border:none;
	background:url(images/head_recherche.gif) no-repeat;
	width:140px;
	height:22px;
	padding:5px 13px 0 10px;
}

#submit_recherche{
	background:url(images/btn_recherche.gif) no-repeat;
	border:none;
	outline:none;
	cursor:pointer;
	width:19px;
	height:19px;
}

/* Page d'accueil
-------------------------------------------------------- */


#presentation{
	padding:10px;
	background-color:#fefbf7;
}

#presentation h2{
	font-weight:bold;
	font-size:1.5em;
	color:#94211f;
}

#presentation h3{
	padding-top:10px;
	font-weight:normal;
	font-size:1.28em;
	color:#94211f;
}

#presentation p{
	margin-top:5px;
	color:#5b5a5a;
}




/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

.produitPetit {
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.titreProduit {
	color: #d6833e;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.chapoProduit {
	color: #12335B;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	color: #4e4c4c;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right:10px;
}

.prixProduit {
	color: #EC8000;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}

.ttc{
	font-size:0.6em;
}

.ficheProduit {
	float:left;
	width: 470px;
}

a.LIEN_commander{
	position:relative;
	z-index:1;
}

a.LIEN_commander:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	width: 775px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #12335B;
}

a.LIEN_pages:link {
	color: #12335B;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #12335B;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #12335B;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */

#footer{
	clear:both;
	width:100%;
	color: #6a7685;
	font-size: 0.9em;
	position:absolute;
	bottom:0;
	background:url(images/foot_fond.gif) repeat-x;
	width:100%;
	padding-top:20px;
	height:34px;
}


#footer_gauche{
	height:32px;
	width:400px;
	float:left;
	text-align:left;
	padding-left:50px;
	background:url(images/foot_homme_casque.gif) no-repeat 15px 0;
}

#footer_droit{
	height:32px;
	width:400px;
	float:right;
	text-align:right;
	padding-right:20px;
}

a.LIEN_footer:link {
	color: #6a7685;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:visited {
	color: #6a7685;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:hover {
	color: #6a7685;
	text-decoration: underline;
	font-weight: bold;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #dedce6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 0.9em;
}

.footerTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #bdbbcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 765px;
	text-align: right;
	margin: 10px;
}

.zoneDeSaisie {
	color: #12335B;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #12335B;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float:left;
	width:168px;
	height:100%;
	padding: 20px 20px 0 0;
	margin-top:-25px;
	margin-left:20px;
	background:url(images/mg_fond.gif) no-repeat;
	min-height:200px;
	position:relative;
	z-index:1;
}

#menuGeneral ul {
	margin: 0;
	padding: 0;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
}

#menuGeneral li{
	background:url(images/mg_separateur.gif) no-repeat;
	margin-left:6px;
	padding-left:10px;
	list-style-image:url(images/mg_puce.gif);
	list-style-position:inside;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#menuGeneral a{
	color:#3f3f3f;
	font-size:1.1em;
	line-height:1em;
	
}

#menuGeneral ul ul{
	padding-top:5px;
	padding-bottom:10px;
}

#background_menu{

	margin-top:130px;
	margin-left:20px;
}

#ssmenu li{
	background:none;
	margin:0;
	padding-left:10px;
	list-style-image:url(images/mg_petite_fleche_verte.gif);
	line-height:normal;
	padding-top: 0.25em;
	padding-bottom: 0em;
}

#ssmenu a{
	font-size:1em;
	line-height:1em;
}

#menu .lien_accueil{
	background:none;
	list-style-image:url(images/mg_fleche_verte.gif);
}

#menu .lien_accueil a{
	font-weight:bold;
	color:#020202;
}

#menuGeneral .courante{
	list-style-image:url(images/mg_puce_over.gif);
}

#ssmenu .courante{
	list-style-image:url(images/mg_petite_fleche_verte.gif);
	font-weight:bold;
}

#ssmenu .courante a{
	color:#611213;
}


/* Accueil - Nouveautés
-------------------------------------------------------- */

.liste_nouveautes{
	border:1px solid #edecec;
	margin:40px 0;
	width:99%;
	height:100%;
	background:url(images/bottom_nouveautes.jpg) bottom repeat-x;
}

.liste_nouveautes h3.titre_nouveaute{
	color:#94211f;
	border-bottom:1px solid #edecec;
	/*border-left:3px solid #d1583c;*/
	padding-left:30px;
	background:url(images/icone_nouveautes.gif) no-repeat #fdfcf9;
	height:25px;
	line-height:25px;
	font-size:1.2em;
}

.produit_nouveaute, .produit_nouveaute_der{
	position:relative;
	width:21%;
	float:left;
	text-align:center;
	padding:2%;
	padding-bottom:10px;
	min-width:150px;
	height:100%;
}

.produit_nouveaute{
	background:url(images/nouv_separateur.gif) no-repeat center right;
}

.produit_nouveaute_der{
	width:20%;
}

.produit_nouveaute .titreProduit, .produit_nouveaute_der .titreProduit{
	text-align: center;
	height:55px;
}

.produit_nouveaute .descriptionProduit, .produit_nouveaute_der .descriptionProduit{
	height:130px;
	margin-bottom:0;
}

.produit_nouveaute .prixProduit, .produit_nouveaute_der .prixProduit{
	width:92px;
	margin:auto;
	background-color:#fcfbf8;
}

.bottom_nouveautes{
	clear:both;
}

/* Page rubrique
-------------------------------------------------------- */

.ListeProduitsRubrique{
	border-bottom:1px dotted grey;
	width:99%;
	position:relative;
	z-index:1;
}

.produit_ligne{
	width:100%;
	height:104px;
	border-top:1px dotted grey;
	padding:0;
	margin:0;
}

.produit_ligne .imageProduit{
	width:100px;
	float:left;
	height:104px;
	background:white;
	text-align:center;
}

.produit_ligne .descProduit{

	background:url(images/fd_degrade_famille.gif) repeat-x;
	height:104px;
	padding:0;
	margin:0;
	margin-left:100px;
	padding-left:15px;
	padding-top:5px;
}



/* Page produit
-------------------------------------------------------- */

#colonne_gauche{
	margin-top:30px;
	width:200px;
	float:left;
	text-align:center;
}

#colonne_gauche .prixProduit{
	text-align:center;
	color:#595858;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

#produits_similaires{
	margin:auto;
	text-align:left;
	margin-top:20px;
	/*position:relative;
	z-index:1;*/
}

#produits_similaires h3{
	color:#90141c;
	font-size:1.2em;
	clear:both;
}

#produits_similaires .produitPetit{
	text-align:center;
	margin:10px;
	margin-left:0;
	border:1px solid #a7a8a9;
	padding:20px;
	float:left;
	position:relative;
	z-index:1;
}

#produits_similaires .produitPetit .prixProduit a img, #produits_similaires .produitPetit .prixProduit a, #produits_similaires .produitPetit .prixProduit{
	position:relative;
	z-index:1;
}


#produits_similaires .produitPetit .titreProduit, #produits_similaires .produitPetit .prixProduit, #produits_similaires .produitPetit .chapoProduit{
	text-align:center;
	margin:auto;
}

#bottom_similaire{
	clear:both;
}

#colonne_droite{
	margin-top:30px;
	position:relative;
	margin-left:280px;
	width:60%;
	z-index:1;
}

#colonne_droite .ficheProduit{
	width:100%;
	margin-bottom:30px;
	position:relative;
	z-index:1;
}

#colonne_droite .ficheProduit .titreProduit h2 a{
color:#474747;
}

#colonne_droite .ficheProduit .chapoProduit{
	font-size:1em;
	color:#474747;
}

#caracteristiques{
	margin-top:50px;
}

#caracteristiques h3{
	margin:0;
	padding:0;
}

#caracteristiques .carac_liste{
	margin:0;
	padding:0;
	border:1px solid #a7a8a9;
	padding-bottom:20px;
}

#caracteristiques .titre_carac{
	border-top: 1px solid #90141b;
	border-bottom: 1px solid #90141b;
	background:url(images/ftech_fleche.gif) no-repeat 5px 5px #e6e0e0;
	font-weight:bold;
	padding-left:25px;
	line-height:22px;
	color:#3c3d3d;
	margin:20px 0 10px 0;
}

#caracteristiques .desc_carac{
	padding:0 20px;
}

#caracteristiques li{
	list-style-image:url(images/ftech-tiret.gif);
}


/* Fil ariane
-------------------------------------------------------- */

#chemin a{
	color:#5a5959;
}

.LIEN_chemin_1{
	background:url(images/trait_vert.gif) no-repeat 0 5px;
	padding-left:10px;
	color:#5a5959;
}

.LIEN_chemin_2{
	background:url(images/fleche_verte.gif) no-repeat 0 5px;
	padding-left:20px;
	margin-left:5px;
	color:#5a5959;
}

.bottom{
	clear:both;
}



#form_contact{
	position:relative;
	z-index:1;
}


#mini{
	text-align:left;
}

#OverlayContainer{
	overflow:hidden;
}

#thumbs_handles7{
	margin-top:0px;
	position:relative;
	z-index:1;
}


/* Nuage de tag
-------------------------------------------------------- */

#nuage{
	position:relative;
	z-index:1;
	text-align:justify;
	width:80%;
	margin:auto;
	margin-top:50px;
}

.nuage1{
	font-size: 15px;
}

.nuage2{
	font-size: 18px;
}

.nuage3{
	font-size: 21px;
}

.nuage4{
	font-size: 24px;
}

.nuage5{
	font-size: 27px;	
}

.nuage6{
	font-size: 30px;	
}


/* Mentions légales
-------------------------------------------------------- */

#mentions_legales h3{
	font-size: 1.2em;
	margin: 0;
	margin-top:30px;
	padding: 0;
	color: #141414;
}
