/* -------------------------
GABARITS DE MISES EN PAGE
-------------------------*/
/*3 colonnes : Col gauche | contenu | Col droite*/
.layoutLeftContentRight #leftbar {
	margin: 10px 0 0 -970px;
	width:190px;
}
.layoutLeftContentRight #contents {
	padding: 0;
}
.layoutLeftContentRight #contentsInner {
	width: 720px;
	margin:0 0 0 20px;
}
.layoutLeftContentRight .product_detail #ProductRightCol {
    width: 225px;
}
.layoutLeftContentRight .cart table{
	overflow: auto;
	width: 475px;
	display: block;
}
/*2 colonnes : contenu | Col droite*/
.layoutContentRight #contents {
	padding:25px 230px 20px 21px;
}
/*2 colonnes : col gauche | contenu*/
.layoutLeftContent #contents {
	padding:10px 10px 10px 220px;
}
/*1 colonne : contenu*/
.layoutContent #contents {
	padding:10px;
}
.layoutContent #contentsInner {
	width: 950px;
}

/* ------------
HEADER (EN-TETE)
--------------*/
#page{
	width:1000px;
	margin:0 auto;
}
#header{
	height:104px;
	width:1000px;
	background: transparent url(/images/cf/02_simon/structure/bg_header.png) repeat-y top center;
	position:relative;
	z-index:99;
}
	#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{
			height:95px;
			width:235px;
			margin-left:15px;
			margin-top:5px;
			float:left;
	}
		#header #logo a{
			display:block;
			height:59px;
			width:235px;
			/** Image du logo */
	background: transparent url(/images/cf/02_simon/structure/logo-simon.png) repeat-y top center;
		}
			#header #logo a span{
				display:none;
			}
	#header #slogan{
		position: absolute;
		color: #fff;
		top: 70px;
		left: 30px;
		font-family: 'AUdimatRegular',Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 14px;
		width: 260px;
	}
#headerInner{
	height:104px;
	width:991px;
	background: transparent url(/images/cf/02_simon/structure/bg_headerinner.jpg) repeat-x top center;
	margin:0 4px;
}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper{
	background: url(/images/cf/02_simon/structure/bg_header.png) repeat-y scroll center top;
	font-size:1em;
	margin:0 auto;
	width:1000px;
	height:500px;
}
#wrapperInner{
	width:991px;
	margin:0 auto;
}
#container{
	float:left;
	width:991px;
	background:#fff;
	min-height:930px;
	height:auto !important;
	height:930px;
}
.home_simon #container{
	float:left;
	width:991px;
	background:#fff;
	min-height:760px;
	height:auto !important;
	height:760px;
}

/*#contents {
	padding:25px 235px 25px 25px;
}*/
#contentsInner {
	border:none;
	padding:25px 0 10px 0;
	background:#ffffff;
	width: 720px;
}

/* ------------
COLONNES
--------------*/
#leftbar {
	float:left;
	margin:10px 0 0 -965px;
	width:190px;
}
#rightbar{
	float:left;
	margin: 25px 0 0 -251px;
	width:230px;
}

/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
#footer{
	font-size:1.2em;
	width:1000px;
	background: url("/images/cf/02_simon/structure/bg_footer.png") no-repeat;
 	margin:0 auto;
}
#footerInner{
 	margin:0 auto;
 	width:991px;
 	min-height:50px;
 	background:none;
}
/*CSSEditor|structure,global|Zone de signature*/
#signature{
	width:60px;
	margin:20px auto 0;
}
#signature a.logo_signature{
	text-decoration: none;
	color: #fff;
	outline:none;
}
#signature a.logo_signature span{
	display: block;
	width:100px;
	height: 15px;
	text-align:left;			
	background: transparent url("http://ovny.fr/images/signature-ovny/images/signature_ovny_site.png") 0px 50% no-repeat;
	text-decoration: none;
	padding:0 0 0 20px;
	font-size:0.8em;
}
#signature a.logo_signature:hover{
	text-decoration: none;
	color: #000;
	outline:none;
}

		
/* ------------
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;
}




.breadcrumb_label {
	display:none;
}
.breadcrumb {
	text-align:right;
	width:945px;
}
.breadcrumb a{
	text-decoration:none;
	color:#999;
}
