/* 
 * 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:#e1005b;
	background-image:url(images/bg1.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 0.8em;
}

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

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

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

img {
	border: 0
}

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

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

#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 990px;
	background-color: #FFFFFF;

}

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

#contenu {
	float: left;
	width:990px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.titrePage {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left:10px;
	padding-left:10px;
	text-decoration:underline;
}

.sousTitrePage {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
}

.textePage {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

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




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

#entete {
	float: left;
	width: 990px;
	height:111px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	background-image:url(images/bg1.gif);
	background-repeat:repeat-x;
}

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

#monCompte {
	float: left;
	width: 350px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	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: #FFFFFF;
	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;
	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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

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

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


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

#chemin {
	width:990px;
	height:10px;
	background:#E1005B;
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom:10px;
}

#chemin a:link{
	color: #FFFFFF;
	text-decoration:none;
}

#chemin a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

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

#haut_arrondie{
	background-image:url(images/bg_04.gif);
	background-repeat:no-repeat;
	height:13px;
}

#haut_arrondie2{
	background-image:url(images/bg_05.jpg);
	background-repeat:no-repeat;
	height:13px;
}

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: 807px;
	margin: 0;
	padding: 0;
	background:#45051D;
	padding-left:15px;
	text-align:center;
}

.produitPetit {
	float: left;
	width: 144px;
	margin-top: 20px;
	margin-right: 20px;
	background-image:url(http://www.visitedeco.com/boutique/images/fond-case.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.contourImage {

	float: left;
}

.titreProduit {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.chapoProduit {
	font-family:Arial, Helvetica, sans-serif;
	color: #EB286c;
	text-align: left;
	font-weight:bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

.prixProduit {
	background:#E1005B;
	color: #FFFFFF;
	width:60px;
	height:19px;
	text-align: center;
	font-weight: bold;
	
}

.ficheProduit {
	float:left;
	background:#45051D;
	width:380px;
	padding-left:25px;
	
}



.petite_photo{
	background:#45051D;
	background-image:url(http://www.visitedeco.com/boutique/images/petit_case2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:19px;
	height:119px;
	width:119px;
	float:left;
}

.grande_photo{
	background:#45051D;
	background-image:url(http://www.visitedeco.com/boutique/images/grand_case.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:430px;
	width:400px;
	margin-left:10px;
	padding-top:5px;
	float: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 {
	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{
	float: left;
	width: 990px;
	height:23px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: center;
	background-image:url(images/accueil2-4.gif);
	background-color:#e1005b;
	padding-top: 2px;
}

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

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

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

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

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

.enteteTableau {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #e1005b;
	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;
	color:#FFFFFF;
}

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

.boutonMonCompteContenu {
	font-weight: bold;
	width: 650px;
	text-align: right;
	margin: 10px;
	color:#FFFFFF
}

.zoneDeSaisie {
	color: #12335B;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:150px;
}


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

#menuGeneral {
	width:800px;
	height:300px;
	padding: 0;
	margin-left:15px;

}


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

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

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

dl#menu {
	width: 175px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 1.2em;
	color: #ec8000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	zoom: 1;
}

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

dl#menu dd {
}

dl#menu li {
}

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

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;
}
 /*PUB COTE DROIT*/
 
#pub {
	height:645px;
	width:143px;
	float:right;
	margin-right:0px;
	padding-right:0px;
}

/*cadre */
.cadre{
	width:132px;
	height:162px;
	background-image:url(images/cadre.gif);
	padding:5px;
	padding-top:20px;
	background-repeat:no-repeat;
	float:left;
}

