/* 
 * 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
-------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
}

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: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

img {
	border: 0;
}

/* Page
-------------------------------------------------------- */

#wrapper {
	width: 990px;
	text-align: left;
	overflow: visible;
	position: relative;
	padding: 20 0 0;
	background-color: #FFFFFF; 
	margin: 50px auto 0;
}

#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 990px;
	background-color: #FFFFFF;
}

#content {
	background-color: #7B8284;
	width: 990px; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	padding-top: 0; 	
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 0;
}

#contenu {
        width: 780px;
        _width: 800px;
	background-color: #FFECF5;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	float: right;
}

.titrePage {
	color: #FF99CC;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
.sousTitrePage {
	color: #F755AD;
	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;
	overflow:hidden;
	zoom:1;
}




/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	background-color: #DEDBDE;
	width: 990px;
	margin: 0 0;
	color: #333333;
	padding: 0px 0;
}

.logo {
	float: left;
	width: 190px;
	margin: 0 0;
	background-image: url(../img/logo.jpg); 
	background-repeat: no-repeat; 
	padding: 0 0 0 0px; 
	height: 190px;
}

#monCompte {
	float: left;
	width: 380px;
	_width: 400px;
	margin: 10 0 0 10;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding: 0 0;
}

.formMonCompte {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
}

.blocMonCompte {
	float: left;
	padding:0;
	margin: 0;
}

.champFormMonCompte {
	font-size: 11px;
	padding: 0 0;
	margin: 0 0;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px #333333 solid;
	overflow: hidden;
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif; 
	width: 150px; 
	height: 18px
}

.menuMonCompte {
	float: left;
	color: #a9c9e9;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	padding: 0;
}

#monPanier {
	float: right;
	width: 250px;
	margin: 0 0;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding: 0 0 0 10px; 
	border-left-width: 1px;
}

.boutonMonCompteEntete {	
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a.LIEN_entete:link {
	font-size: 0.8em;
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #3F3F3F;
	text-decoration: underline;
	font-weight: bold;
}

/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width: 970px; 
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #7B8284;
	margin: 0 0;
	padding: 10px 10px;
    font-family: Arial, Helvetica, sans-serif; 
	border-color:  #FFFFFF; 
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

a.LIEN_chemin:link {
	color: #E9E6E9;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #E9E6E9;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #E9E6E9;
	text-decoration: underline;
}

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	width: 769px;
	margin: 0 0;
	padding: 0 0;
}

.produitPetit {
	float: left;
	width: 340px;
	padding: 0 0;
	margin: 10px 30px 0 0; 
	clip:  rect(   )
}

.contourImage {
	border: 1px #FF99CC solid;
	margin-bottom: 5px;
	float: left;
        margin-right: 15px
}

.titreProduit {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.chapoProduit {
	color: #000000;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}

.prixProduit {
	color: #FF99CC;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px
}

.ficheProduit {
	float
	width: 470px;:left;
}


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 {

	text-align: right;
	font-size: 11px;
	margin: 0 0;
	color: #FF3399;
	padding: 5px 10px 0px;
	background-image: url(img/fdpage.gif); 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	height: 27px;
	width: 760px;
	clip:  rect(   )

}

a.LIEN_pages:link {
	color: #FF99CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #FF99CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #FF99CC;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */

#footer{
	width: 990px;
	color: #7B8284;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 10px 10px;
	background-color: #DEDBDE
}

a.LIEN_footer:link {
	color: #7B8284;
	text-decoration: none;
}

a.LIEN_footer:visited {
	color: #7B8284;
	text-decoration: none;
}

a.LIEN_footer:hover {
	color: #7B8284;
	text-decoration: underline;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF99CC;
	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: #000000;
	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: #F755AD;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EBE9EB;
	border: 1px solid #7B8284;
}

/* Menu général
-------------------------------------------------------- */

#menu
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; 
        font-family : Verdana; 
        font-size : 12px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */      
        color : #3F3F3F; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 130px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
	height : 30px;
        border-right : 1px solid #3F3F3F; /* on met une bordure à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 130px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
	margin-left: -41px;
	_margin-left: -1px;
}


#menu li ul li /* Éléments de sous-listes */
{
        border-top : 1px solid #3F3F3F; /* on met une bordure en haut de chaque élément d'une sous liste */
	border-bottom : 1px solid #3F3F3F;
	border-left : 1px solid #3F3F3F;
	border-right : 1px solid #3F3F3F;
	background-color: #FFFFFF;
	height : 30px;
	_height : 20px;
}

#menu li ul ul 
{
        border-left     : 1px solid #3F3F3F ; /* Petite bordure à gauche pour ne pas coller ... */      
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}



/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 980px;
	color: #808185;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}
.accroche {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
; text-align: center
; height: 30px

}
.ok {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #FCAED8; height: 20px; width: 33px; border-color: #FF3CA5 FF3CA5 FF3CA5; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.CadreGris {  border: #7B8284; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


#home { 
	width:990px;
	background-color: #FFECF5;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666; 	
	text-align: center;
}
#rubcontenu { width:990px; ; background-color: #FFECF5; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}

.photo {
	border: 1px #FF99CC solid;
}
.margin {  padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}

/* Le bloc ssmenu */
div#ssmenu {
     height: 100%; /* Je mets ici une valeur au hasard, n'hésitez pas à l'adaptez selon vos besoins */
     width: 100px; /* Pareil que pour la hauteur */
     float: left;  /* Vous pouvez aussi mettre "right" si cela vous chante */
}

/* Le formatage de texte des liens */
#ssmenu a {
        font-family: "Trebuchet MS", Verdana, Serif;
        text-decoration: none;
}

#ssmenu a:hover {
        text-decoration: underline;
}

.encart {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px #999999 solid; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; background-color: #FFFFFF}