/* -------------------------
GABARITS DE MISES EN PAGE
-------------------------*/
/*3 colonnes : Col gauche | contenu | Col droite*/
.layoutLeftContentRight #leftbar {
  margin: 20px 1%;
}
.layoutLeftContentRight #contents {
  padding:10px 0 0 10px;
}
.layoutLeftContentRight #contentsInner {
}
.layoutLeftContentRight .product_detail #ProductRightCol {
}
.layoutLeftContentRight .cart table{
	overflow: auto;
	display: block;
}
/*2 colonnes : contenu | Col droite*/
.layoutContentRight #contents {
	padding: 10px 0 0 10px;
}
/*2 colonnes : col gauche | contenu*/
.layoutLeftContent #contents {
	padding:10px 0 0 10px;
}
/*1 colonne : contenu*/
.layoutContent #contents {
	padding:10px;
}
.layoutContent #contentsInner {
}

/* ------------
HEADER (EN-TETE)
--------------*/
#header{
}
	#header h1{
		font-size:1em;
		margin:0;
	}
	#header h1 a{
		border:0;
		color:#ffffff;
		font-size:1.8em;
		font-weight:bold;
		left:110px;
		position:absolute;
		top:65px;
	}
	#header #logo{
	}
		#header #logo a{
			display:block;
			height:70px;
			width:178px;
			/** Image du logo */
			background:url(/common_images/skins/DefaultSkins1.5/logo.jpg) no-repeat top center;
		}
			#header #logo a span{
				display:none;
			}
#headerInner {
	margin:0 auto;
}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper{
	background:#eeeeee;
	color:#666666;
	font-size:1em;
	padding-bottom:10px;
}
#wrapperInner{
	margin:0 auto;
	padding-bottom:10px;
}
#container{
}
/*#contents {
	padding:25px 235px 25px 25px;
}*/
#contentsInner {
	border:#e0e0e0 solid 1px;
	padding:5px;
	background:#ffffff;
}

/* ------------
COLONNES
--------------*/
#leftbar {
	float:left;
	margin:10px 1%;
	margin-left:10px;
}
#rightbar{
	float:left;
	margin:0 1%;
	margin-left:10px;
}

/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
#footer{
	font-size:1.2em;
}
#footerInner{
 	margin:0 auto;
 	min-height:50px;
 	background:#343536;
 /* -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;*/
}
#signature{
	text-align:center;
}
  #signature p,#signature a,#signature a:visited{
		background:none;
		color:#666666;
		text-decoration:none;
  }
  #signature a:hover{
		color:#ffffff;
  }
 
/* ------------
PAGE ERREUR
--------------*/ 
#error_page {
}
.error{
	color:#ff0000;
}
.error_form{
	color:#ff0000;
}

/* -----------------------
DECLARATION DES COULEURS
POUR LA PERSONNALISATION DU THEME
A L'AIDE DU PARSEUR.
PEUT ETRE SUPPRIMÉ.
------------------------*/
#colorsDefinition {
/** couleur 1 */
color:#007AAA;
/** couleur 2 */
color:#666666;
/** couleur 3 */
color:#cccccc;
/** couleur 4 */
color:#eeeeee;
}

/* -------------------------
CONTEXTUALISATION IZI-MEDIA
-------------------------*/
body.izimedia {
	background:black url(/common_images/skins/DefaultSkins1.5/izi-bg-container.jpg) no-repeat top center;
}
body.izimedia a:link{
	color:#f29d2a;
}
body.izimedia h6 {
	color: #f29d2a;
}
body.izimedia a:visited{
	color:#bb630a;
}
body.izimedia pre{
	background:#f0f6f7;
	border:1px solid #f29d2a;
}
body.izimedia acronym {
	border-bottom:1px dashed #f29d2a;
}
body.izimedia q{
	color:#f29d2a;
}
body.izimedia code{
	background:#f29d2a;
}
body.izimedia body.izimedia #nested .firstLevel li a:hover{
	color: #f29d2a;
}
body.izimedia #nested li.active a{
	border-top:1px solid #f29d2a;
	border-left:1px solid #f29d2a;
	border-right:1px solid #f29d2a;
	background:url(/common_images/skins/DefaultSkins1.5/izi-bg-menu-active.png) repeat-x;
}
body.izimedia #leftbar #nested .firstLevel li a:hover{
	color:#f29d2a;
}
body.izimedia #wrapper #notNested li a:hover {
	color: #f29d2a;
}
body.izimedia #nested .firstLevel li.sfhover ul{
	background: #bb630a;
}
body.izimedia #header #logo a {
	background: url(/common_images/skins/DefaultSkins1.5/izi-logo.jpg) no-repeat 50% 0%;
}
body.izimedia #nested .firstLevel li a:hover{
		color:#f29d2a ;
}
body.izimedia submit input{
	background:#f29d2a;
}
body.izimedia ul li {
	background: url(/common_images/skins/DefaultSkins1.5/list-izi.gif) no-repeat 0 4px;
}
body.izimedia ul.articleAction li {
	background: none;
}