/* 
 * 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: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 0.8em;
	background-image: url(http://www.lagedefaire.fr/picto/fond_jaune.png);
	background-repeat: repeat;
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 0.1em;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 1.1em;
	color: #b59a31;
	margin: 0;
	padding: 0;
}

a {
	color: #222222;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

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

img {
	border: 1
}

/* Page
-------------------------------------------------------- */

#wrapper {
	width: 920px;
	text-align: left;
	overflow: visible;
	position: inherit;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#subwrapper {
	overflow: hidden;
	position: inherit;
	padding: 0;
	width: 920px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#content {
	float: left;
	width: 920px;
	padding: 0;
	clear: both;
	margin: 0px;
}

#contenu {
	float: right;
	width: 680px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.titrePage {
	color: #9A141F;
	text-align: left;
	font-weight: bold;
	width: 680px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.sousTitrePage {
	color: #9A141F;
	text-align: left;
	font-weight: bold;
	width: 680px;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.textePage {
	color: #141414;
	text-align: left;
	font-weight: bold;
	width: 680px;
	margin-top: 15px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	width: auto;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 1px;
	overflow: hidden;
}




/* Ent?te
-------------------------------------------------------- */

#entete {
	float: left;
	background-color: #FFFFFF;
	width: 920px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFFFF;
}

/*.logo {
	float: left;
	width: 10px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}*/

#monCompte {
	float: left;
	width: 360px;
	height: 60px;
	margin-left: 5px;
	margin-top: 0px;
	position: inherit;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAAAAA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.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: 0.9em;
	padding: 0;
	margin: 0;
	color: #AAAAAA;
	background-color: #fef6c9;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	zoom: 1;
}

.menuMonCompte {
	float: left;
	color: #444444;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	padding: 0;
}

#monPanier {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAAAAA;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 7px;
}

.boutonMonCompteEntete {	
	float: left;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a.LIEN_entete:link {
	font-size: 0.8em;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 7px;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 7px;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 7px;
}


/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width:920px;
	height:16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #947508;
	font-size: 0.95em;
	font-weight: normal;
	vertical-align: middle;
	background-color: #f1d95b;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b59a31;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b59a31;
}

a.LIEN_chemin:link {
	color: #947508;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #947508;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #947508;
	text-decoration: underline;
}

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	color: #716c56;
	float: right;
	width: 690px;
	margin: 0;
	padding: 0;
}

.produitPetit {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

.contourImage {
	border: 0px solid #000000;
	margin-bottom: 5px;
	float: left;
}

.titreProduit {
	color: #716c56;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
}

.chapoProduit {
	color: #111111;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: auto;
}

.descriptionProduit {
	color: #222222;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.prixProduit {
	color: #EC8000;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}

.ficheProduit {
	float: left;
	width: 490px;
	margin-left: 10px;
}


a.LIEN_commander:link {
	color: #9A141F;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #9A141F;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:hover {
	color: #9A141F;
	text-decoration: underline;
	font-weight: bold;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: middle;
	width: auto;
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 5px;
	color: #12335B;
}

a.LIEN_pages:link {
	color: #12335B;
	text-decoration: underline;
	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{
	float: left;
	width: 920px;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../images/footer_part.png);
	background-repeat: no-repeat;
}

a.LIEN_footer:link {
	color: #000000;
	text-decoration: none;
}

a.LIEN_footer:visited {
	color: #666666;
	text-decoration: none;
}

a.LIEN_footer:hover {
	color: #666666;
	text-decoration: underline;
}

/* Divers ?l?ments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	width: 690px;
	color: #444444;
	font-weight: bold;
	background-color: #e5e2d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
}

.ligneTableau {
	width: 690px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	position: relative;
}

.footerTableau {
	width:690px;
	color: #12335B;
	font-weight: bold;
	background-color: #aeb9d0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	text-align: center;
	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:180px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


dl, dt, dd, li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#menu {
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


dl#menu dt {
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#menu dt a {/*foncé*/
	font-size: 1.135em;
	color: #b59731;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #f1e8aa;
	border: 1px solid #d4b12a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	zoom: 1;
	/*overflow: auto;*/
}

dl#menu dt a:hover, dl#menu dt .selected {/*foncé survol*/
	color: #b59731;
	background-color: #f1df7e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#menu dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#menu li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#menu li a {/*clair*/
	font-size: 1em;
	color: #b59731;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #f1e8aa;
	border: 1px solid #d4b12a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	zoom: 1;
	/*overflow: auto;*/
	
}

dl#menu li a:hover, dl#menu li .selected {/*clair survol*/
	color: #b59731;
	background-color: #f1df7e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*.invisibleW3C {
	width: 0px;
	height: 0px;
	padding: 0px; 
	margin: 0px;
} */

/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 920px;
	color: #808185;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: bold;
	vertical-align: middle;
}

.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;
}

