/* 
 * Copyright (c) 2007 http://www.thelia.fr. Tous droits réservés.
 * Ce template a été réalisé par http://www.scopika.com & http://www.fredodo.com
 */

/* 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;
	background-color: #FFFFFF;
	font-size: 0.7em;
	background-image: url(images/fondBody.gif);
	background-repeat: repeat-y;
}

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 14px;
	margin: 0;
	color: #0092dd;
	background-image: url(images/puceTitreProduit.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

h4{
	font-size: 0.9em;
	margin: 0;
	color: #0092dd;
	padding: 0;
}

a {
	color: #0092dd;
	text-decoration: none;
}

a:visited {
	color: #0092dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0092dd;
}

img {
	border: 0
}

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

#wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#subwrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #068ef4;
}

#content {
	margin: 0;
	padding: 0;
}

#contenu {
	width:775px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	position: absolute;
	left: 205px;
	top: 110px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.titrePage {
	color: #485b9f;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/puceTitre.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0;
	padding-left: 15px;
	font-size: 1.3em;
}
.BlocContenu {
	width:775px;
	float:left;	
}
.contenuPage {
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #444444;
}

.sousTitrePage {
	color: #707276;
	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;
}

.texteRubrique {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	padding-left: 15px;
	line-height: 1.3em;
}


.separation {
	height: 1px;
	width: 782px;
	background-color: #0092DD;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Entête
-------------------------------------------------------- */

#entete {
	width: 1000px;
	margin: 0;
	padding: 0;
	color: #a5a5a5;
	background-image: url(images/fondEntete.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	height: 85px;
}

.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 85px;
	width: 180px;
	left: 0px;
	top: 0px;
}

#menuHaut {
	margin: 0;
	position: absolute;
	left: 185px;
	top: 20px;
	padding: 0;
}

.blocMenuHaut {
	float: left;
	background-image: url(images/filetMenuHaut.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0;
	padding: 10px;
}
.bloch1 {
	float: left;
	margin: 0;
	padding:0 0 0 8px;
	height: 20px;
	width: 400px;
}

.blocContact {
	float: left;
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


a.LIEN_menuHaut:link {
	color: #3d4242;
	text-decoration: none;
}

a.LIEN_menuHaut:visited {
	color: #3d4242;
	text-decoration: none;
}

a.LIEN_menuHaut:hover {
	color: #3d4242;
	text-decoration: underline;
}


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

#chemin {
	width:765px;
	color: #bcbcbc;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: absolute;
	left: 215px;
	top: 85px;
}

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

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

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

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

.ListeProduitsPetits {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

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

.contourImage {
	margin-bottom: 5px;
	border: 1px solid #929497;
	overflow:hidden; zoom:1;
}
.contourImageVignette {
	margin-bottom: 5px;
	border: 1px solid #929497;
	height:89px;
	width:120px;
	overflow:hidden; zoom:1;
}
.contourImageRub {
	margin-bottom: 5px;
	border: 1px solid #929497;
	height:153px;
	overflow:hidden; zoom:1;
}
.contourImageCont{
	margin-bottom: 5px;
	border: 1px solid #929497;
	width:140px;
	overflow:hidden; zoom:1;
}

.titreProduit {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

.chapoProduit {
	color: #444444;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.descriptionProduit {
	color: #444444;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	width: 330px;
	float: left;
}

.ficheProduit {
	float:left;
	width: 775px;
	margin:0;
	padding:0;
}

.blocImagesProduit {
	margin: 0;
	padding: 0;
	float: left;
}

.miniaturesProduit {
	width: 420px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

.docsProduit {
	float:left;
	width: 775px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929497;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


a.LIEN_commander:link {
	color: #61b4e8;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/puceSavoirPlus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LIEN_commander:visited {
	color: #61b4e8;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/puceSavoirPlus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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

#pages {
	float: left;
	width: 775px;
	text-align: right;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #485b9f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485b9f;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.LIEN_pages:link {
	color: #485b9f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #485b9f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #485b9f;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */

#footer{
	width: 775px;
	float: left;
	color: #717276;
	font-size: 0.9em;
	padding-top: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

a.LIEN_footer:link {
	color: #767a7d;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:visited {
	color: #767a7d;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:hover {
	color: #767a7d;
	text-decoration: underline;
	font-weight: bold;
}

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

.enteteTableau {
	color: #3eb500;
	font-weight: bold;
	background-color: #cce5a2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8AC5E3;
	font-size: 0.9em;
}

.footerTableau {
	color: #3eb500;
	font-weight: bold;
	background-color: #a4d767;
	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: #3eb500;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	width:210px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(images/fondMenu.gif);
	background-repeat: repeat-x;
	background-color: #068ef4;
	position: absolute;
	left: 0px;
	top: 85px;
}


dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.enteteMenu {
	display:none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	overflow: hidden;
	zoom: 1;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
}

dl#menu {
	width: 210px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(images/puceMenu.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #FFFFFF;
	background-color: #6cabe7;
}

dl#menu dd {
}

dl#menu li {
padding-left:8px;
}

dl#menu li a {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-color: #6cabe7;
}

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

#signature {
	width: 980px;
	color: #808185;
	font-size: 0.9em;
	margin: 0;
	background-image: url(images/fondSignature.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
}

/* Editeurs wysiwyg
-------------------------------------------------------- */
.titre{
	font-size: 1.1em;
	margin: 0;
	color: #0092dd;
	background-image: url(images/puceTitreProduit.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.texte {
	color: #444444;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
