/* @override 
	http://localhost/sabinedesign/themes/sabine/sabine.icsFastCss/start.php
	http://beta.sabine-design.com/themes/sabine/sabine.icsFastCss/start.php
*/

/* @group Sabine-Design */


/*body, #main, #header, #footer {
	background-image: none;
	background-color: orange;
}*/


/* @group Header */

#header {
	height: 180px;
}

#header .header_marge {
	height: 180px;
	background-repeat: no-repeat;
}

#header .logoSite {
	display: block;
	width: 165px;
	height: 98px;
	float: left;
	margin-top: -10px;
	background: url(images/logo-Sabine.png) no-repeat;
}

#header .logoSite .logoSite_contenu {
	position: absolute;
	top: 140px;
	left: 170px;
	color: #f8200f;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,0.2) 3px 3px 5px;
	font: italic bold 25px Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
}

/* @end */

/* @group main */

/* @group menu */

#menu {
	position: absolute;
	top: -75px;
}

/* @end */

/* @group Contenu */

/* @group zone Article */

#contenu div.zoneArticle {
	display: table;
	height: 500px;
	width: 570px;
	background: url(images/zone_article_01.png) no-repeat center top;
}

#contenu div.zoneArticle .zoneArticle_marge {
	padding: 0 0 6px;
	display: block;
	background: url(images/zone_article_03.png) no-repeat center bottom;
	margin: 6px 0;
	width: 570px;
}

#contenu div.zoneArticle .zoneArticle_contenu {
	padding: 1px 2px;
	width: 569px;
	margin: 0;
	background: url(images/zone_article_02.png) repeat-y;
	height: 720px;
	display: table;
}

#contenu div.zoneArticle p {
	margin-left: 10px;
	margin-right: 10px;
}

/* @end */

/* @group Colonne de Gauche */

div.margegauche {
	width: 170px;
	display: block;
	float: left;
	margin-top: -7px;
}

div.margegauche div.article {
	padding: 0;
	margin: 5px;
}

div.margegauche div.produits_listecategories_souscategories {
	margin-top: 10px;
}

div.margegauche div.listeSousCategorie {
	margin-bottom: 10px;
}

div.margegauche div.produit_categorie_simple {
	list-style-position: outside;
	margin-left: 22px;
}

div.margegauche div.hyperlien_standard {
	text-align: left;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
	opacity: 1;
	margin-left: 22px;
}

div.margegauche h4 {
	background: url(images/colonnegauche_titre.png) no-repeat 0 0;
	margin: 5px 0 -4px;
	height: 30px;
	color: white;
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	width: 168px;
}

div.margegauche h4 span.h4_marge {
	padding-top: 3px;
	display: block;
	padding-left: 12px;
}

/* Titre de Catégories */

div.margegauche div.listeSousCategorie h4 {
	background-image: url(images/colonnegauche_titre_bijoux.png);
}

/*div.margegauche div.-souscategorie_bijoux h4 {
	background-image: url(images/colonnegauche_titre_bijoux.png);
}*/

/* @end */

/* @group Colonne de Droite */

div.margedroite {
	width: 170px;
	display: block;
	float: right;
	margin-top: -7px;
	text-align: center;
}

/* @group Bloc Article */

div.margedroite div.article {
	padding: 0;
	margin: 3px 0 5px;
}

div.margedroite div.article div.article_base {
	display: block;
	background: url(images/colonnedroite_article_01.png) no-repeat center top;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 170px;
	position: relative;
}

div.margedroite div.article div.article_marge {
	display: block;
	background: url(images/colonnedroite_article_03.png) no-repeat center bottom;
	margin: 0;
	width: 170px;
	padding: 10px 0 35px;
}

div.margedroite div.article div.article_contenu {
	display: table;
	background: url(images/colonnedroite_article_02.png) repeat-y center center;
	text-align: center;
	margin: 0;
	padding: 0 22px;
	width: 170px;
}

/* @end */

div.margedroite h2 {
	display: block;
	position: absolute;
	top: 6px;
	left: 14px;
	width: 143px;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 16px;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
}

div.margedroite p.alert {
	color: red;
	font-weight: bold;
	text-align: center;
}

div.margedroite p.misEnAvant {
	color: #0a1a83;
	font-weight: bold;
	text-align: center;
}

div.margedroite p.legende {
	font-size: 11px;
	text-align: center;
}

div.margedroite div.hyperlien_standard {
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
}

div.margedroite div.formulaireAuto {
	font-size: 12px;
}

div.margedroite div.formulaireAuto input {
	width: 124px;
	display: inline;
}

div.margedroite div.formulaireAuto p.erreur {
	color: red;
	text-align: center;
}

div.margedroite div.formulaireAuto .reponseFormulaire p {
	text-align: center;
}

div.margedroite div.formulaireAuto .reponseFormulaire fieldset.message {
	display: none;
}

div.margedroite div.formulaireAuto  .reponseFormulaire span.bouton {
	display: none;
}

div.margedroite div.formulaireAuto #champObligatoire {
	color: gray;
	font-style: italic;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer .footer_marge {
	background-image: url(images/footer_separation_sb.png);
}

/* @end */

/* @end */