/* 
 * 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, Helvetica35-Thin, Verdana;
	text-align: center;
	background-color: #FFFFFF;
	font-size:12px;
}

h1, h2, h3{
}

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: #1E6079;
	text-decoration: none;
}

a:visited {
	color: #1E6079;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #779199;
}

img {
	border: 0
}


.menu_lien 
{
	text-decoration: none;
	color: #1D6070;
	padding: 10px;
	font-size: 16px;
	font-weight:bold;
}



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

#wrapper {
	width: 954px;
	height:573px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border: 1px solid #949C69;
}

#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 954px;
	height:573px;
	background-color: #FFFFFF;	
}

#content {
	padding: 0;
	margin: 0;
	width:954px;
	height:278px;
}

#contenu {
	
	width:954px;
	height:239px;
	padding: 0;
	margin:0;
}

.titrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.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;
	overflow:hidden;
	zoom:1;
}




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

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

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

#monCompte {
	float: left;
	width: 400px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.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: #12335B;
	background-color: #e9f4fb;
	border: 1px solid #12335B;
	overflow: hidden;
	zoom: 1;
}

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

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

.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: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: underline;
	font-weight: bold;
}


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

#chemin {
	float: left;
	width:954px;
	height:39px;
	color: #a9c9e9;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0066CC;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position:absolute;
	top:270px;
	
	
}

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

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

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

/* 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;
}

.contourImage {
	border: 1px solid #0066CC;
	margin-bottom: 5px;
	float: left;
}

.titreProduit {
	color: #12335B;
	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: #12335B;
	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: 470px;
	margin-left: 10px;
}


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

#pagesCercle{

width:494px;
}


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

#footer{
	height:21px;
	width: 954px;
	color:#B2B2B2; 
	font-size:11px;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
}

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

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

a.LIEN_footer:hover {
	color: #868686;
	text-decoration: none;	
}

/* 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 {
	width:470px;
	overflow:hidden;
	height:39px;
	text-align:right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float:left;
	font-family:"Arial Narrow", Arial, Helvetica35-Thin, Verdana;

}


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

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

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




dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 16px;
	color: #1D6070;
	text-decoration: none;
	display:inline;
	padding: 10px;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #1D6070;
}

dl#menu dd {
}

dl#menu li {
}

dl#menu li a {
	font-size: 16px;
	color: #EC8000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	
}

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

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}

/* 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;
}


/* PERSO
///////////////////////////////////////////////////////////////////// */

.top_banner
{

width:954px;
height:270px;

}

.left_content{

width:430px;
height:239px;
background-image:url(images/back_light.gif);
background-repeat:no-repeat;
float:left;
overflow:hidden;
}

.left_content_blank{

width:430px;
height:239px;
float:left;
}

.right_content{

width:524px;
height:239px;
background-image:url(images/back_content.gif);
background-repeat:no-repeat;
float:left;
}

.right_content_blank{

width:586px;
height:239px;
float:left;
}

.image_titre {
 width:32px;
 height:239px;
 float:left;
 }
 .page_content
 {
 	
	width:400px;
	float:left;
	padding-left:10px;
 }
.chapo {

color:#1D6070;
font-size:16px;
font-weight:bold;

}

.description{


color:#333333;
font-size:11px;
letter-spacing:1px;
margin-top:5px;

}

.description p {
 
 margin:0px;
 margin-top:10px;
 padding:0px;
 }
 
 .image_left {
 margin-left:10px;
 margin-top:10px;
 
 }
.rubrique_galerie{
width:922px;
height:94px;
margin-left:32px;
}
.produit {
width:290px;
height:100px;
overflow:hidden;
float:left;
margin:1px;
}


.image_produit {
width:105px;
height:71px;
overflow:hidden;
float:left;
}


.image_produit_grand{
width:378px;
height:284px;
overflow:hidden;
}
.texte_produit {
width:175px;
height:74px;
overflow:hidden;
float:left;
padding-left:5px;
}

.titre_produit , .titre_produit a, .titre_produit a:hover, .titre_produit a:visited {
width:350px;
height:18px;
font-weight:bold;
color:#1E6079;
letter-spacing:0px;
font-size:11px;
}
.titre_produit_small , .titre_produit_small a, .titre_produit_small a:hover, .titre_produit_small a:visited {
width:168px;
height:18px;
font-weight:bold;
color:#1E6079;
letter-spacing:0px;
font-size:12px;
}

.description_produit, .description_produit a, .description_produit a:hover, .description_produit a:visited {
width:168px;
height:54px;
font-size:11px;
letter-spacing:1px;
color:#7F7F7F;
text-decoration:none;
}


.form {
font-size:11px;
}
#news {
width:400px;
height:100px;
padding:0px;
margin:0px;
}

#thenews{
width:384px;
height:164px;
padding:0px;
margin-top:15px;

}
#theimage {
overflow:hidden;
width:128px;
height:164px;
}




#thecontent{

width:256px;
height:164px;
overflow:scroll;
padding-left:5px;
text-align:center;
vertical-align:middle;
}

#thecontent p {

margin:0px;
padding:0px;
}
#titre {
font-size:12px;
}
#texte {
font-size:11px;
}

#contenu_news {
padding-top:63px;
float:none;

}

