
/* --------------- Defaults --------------- */

img {
	border: 0;
}
body {
	font: 12px/20px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: left;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #222222;
}
hr {
	border: 1px solid silver;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* --------------- MAIN DIV ID's --------------- */

/**
 * div#wrapper
 * @ C'est le conteneur global du site 768px large
 *
 */
#wrapper {
	width:1000px; /*768*/
	margin:0 auto;/*background: transparent;*//*background: transparent url("../images/modele_grain1.jpg") repeat-y 0 0; /* bck-5.5.jpg */
	}
/**
 * div#header
 *
 */
#header {
	width:auto;
	height:149px;
	padding:0;
	background:#666666 url("../img/logo_grand_mpg.jpg") no-repeat left center;
	padding-left: 208px;
}
/**
 * div#content
 * C'est le block sidebar et main
 * donc le float left et le float right
 * sans le block header
 */
#content {
	width:1000px;
	background: transparent;
} /* 768px */
#main {
	width: 560px;
	background: white;
} /* 560px */
/*#main .images img {border: 1px #e2e2e2 solid;}*/
#main .images td {
	padding: 20px;
	padding-bottom: 5px;
	padding-top:5px;
}
#main .images table {
	margin-top: 2px;
	margin-bottom: 2px;
}
#main .images table.small {
	margin: 0px;
	padding: 0px;
	border-top: 1px #e2e2e2 solid;
}
#main .images tr.small, #main .images td.small {
	padding: 10px;
	margin: 0px;
	text-align: center;
}
#main .images table.small {
	padding-top:5px;
	padding-bottom:5px;
}
#main .images td.small img {
	border: 0px;
}
#sidebar, #sidebar2 {
	float:left;
	width: 207px;
	background: transparent;
	background-image: url('../images/modele_grain1.jpg');
	border: 1px #c9c8bd solid;
}
#sidebar2 {
	width:210px;
}
#sidebar .sidebar_separator, #sidebar2 .sidebar_separator {
	border-top: 2px solid silver;
}
#inner_sidebar2 {
	margin: 0px 0px 0px 0px;
}
/**
 * #content > #sidebar
 * @ c'est la partie à gauche du site en float left
 * l'endroit ou se trouve le menu login
 * les promotions, etc...
 */
#sidebar {
	float:left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
 * #content > #main
 * @ c'est la partie droite du site en float right
 * Toutes les pages sans le header ni footer
 * apparaissent ici
 */
#main {
	float:left;
	margin: 0;
	padding: 0;
}
.images {
	width: 560px;
}
/* ---------------- HEADER --------------------- */




/* --------------- STATUS IN BIENVENUE LOUIS --------------- */
/**
 * div#header > div#statusbar
 * @ WRAPPER de l'Endroit ou se trouve le nom de la personne connecté
 * on y ajoute une images en arriere plan
 */
#status_info {
	height: 58px;
	/* background: #ffffff url("../img/") no-repeat 95% 80%; */ /* move into lang css folder fel 13 décembre 2008*/ 
	position:relative;
	border-right: 1px solid silver;
}
/**
	 * div#header > div#statusbar > div#status_bar_inner
	 * @ Endroit ou se trouve le nom de la personne connecté
	 */
	#status_info_inner {
	position: absolute;
	bottom: 0;
	left: 6px;
	background: transparent;
	font-size: 1.2em;
}
/* --------------- ICON'S --------------- */

/**
 * div#header > div#icon_nav
 * @ Endroit ou se trouve les icones, paiement, confirmation, panier...
 */
#icon_nav {
	height: 142px;
	text-align: right;
	background-image: url('../images/modele_grain1.jpg');
	border-top: 1px solid silver;
	position:relative;
	margin:0px;
	padding:5px;
}
#icon_nav p A {
	padding-right: 20px;
}
#icon_nav p {
	position:absolute;
	bottom:0;
	margin-left: 380px;
	font-family : Verdana;
	font-size: 13px;
}
/* --------------- NAVIGATION MENU --------------- */
/**
 * div#header > div#menu
 * @ Le menu de navigation sous les icones
 */
#menu {
	background-color: #c9c8bd;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana;
	color: white;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	height: 38px;
	padding: 0px;
	margin: 0px;
	width: 560px;
}
#menu a {
	color: white;
}
/* ------------------------------------ end part 1 header ----------------------------- */








/* ----------------------------------- start part 2.1 Sidebar ------------------------------ */



/**
 * #content > #sidebar > .login_menu
 * #content > #sidebar > .panier_promo
 * @ c'est la partie à gauche du site
 * l'endroit ou se trouve le menu login
 * les promotions, etc...
 */

#sidebar .login_menu, .panier_promo_1, .panier_promo_2, .panier_promo_3 {
	text-align: center;
}
#sidebar .login_menu {
	margin: 10px 0px 10px 0px;
}
#sidebar .catalogue {
	font-weight: normal;
	margin: 15px 0 10px 0;
}
#sidebar .panier_promo_1 {
	margin: 0px 0px;
}
#sidebar .panier_promo_2 {
	margin: 0px 0px;
}
#sidebar .title_promo_2, .title_promo_3 {
	font-weight: normal;
	display: block;
}
#sidebar .panier_promo_3 {
}
#sidebar hr {
	border: 1px solid silver;
	width: 205px;
}
#sidebar .paiement_icon {
	margin: 0 0 0 0;
}
div#infolettre, div#quand, div#talkaboutus, div#certificats {
	background: #666666;
	color: white;
}
/* ----------------------------------- end part 2.1 Sidebar ------------------------------ */
















/* ----------------------------------- start part 2.2 Main ------------------------------ */
/*
 * #content > #main > #title_bar
 */
#title_bar {
	height: 54px;
	background: #e2e2e2;
	border-bottom: 1px #c7c9c9 solid;
	border-top:1px #c7c9c9 solid;
	width: 560px;
	position: relative;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-top: 7px;
}
/*
	 * #content > #main > #title_bar > .pos_du_txt
	 * 
	 */	
	#title_bar .pos_du_txt {
	position: absolute;
	font-size: 13px;
	color: #777777;
	left: 20px;
	top: 20px;/* background: silver; */
}
/* style special pour accueil titre
	 * letter-spacing: 1px;
	 */
	#title_bar .acc_title_style {
	font-weight: bold;
}
/*
 * #content > #main > .content_inner
 * @ C'est tout l'interieur du block affaichage par les 
 * differentes pages
 */

 
 	 #main #content_inner, .content_inner_2 {
	font: 12px Verdana, sans-serif;
	background-color: white;
	text-align: left;
}
#main .content_inner {
	padding: 0px 20px 0px 20px;
}
#main .content_inner_2 {
	padding: 0px 20px 120px 20px;
}
#main .content_inner_3 {
	padding: 0px 20px 30px 20px;
}
#main .content_inner h1, .content_inner_2 h1, .content_inner_3 h1 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h2, .content_inner_2 h2, .content_inner_3 h2 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h3, .content_inner_2 h3, .content_inner_3 h3 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h4, .content_inner_2 h4, .content_inner_3 h4 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h5, .content_inner_2 h5, .content_inner_3 h5 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h6, .content_inner_2 h6, .content_inner_3 h6 {
	font-size: 12px;
	color:#666666;
}
#main .content_inner h1, h2, h3, .content_inner_2 h1, h2 {
	margin: 1em 0px 1em 0px; /* top, right, bottom, left */
	display: block;
	color: #666666;
	font-weight: bold;
}
#main .content_inner h3 {
	margin: 1em 0px 0px 0px; /* top, right, bottom, left */
	color: #666666;
}
#main .content_inner b {
	font-weight: bold;
}
#main .content_inner p {
}
/*
 * #content > #main > .commentaires
 * @ Commentaires fait par les utilisateurs
 */	
#main .commentaires {
	font-style: italic;
}
#main .content_inner ul.list_panier {
	/* list-style: none; */
margin: 1em 0 0 0; /*top right bottom left*/
	padding: 0 10px 0 18px;
	border: none;
}
#main .content_inner ul.list_traitement_command {
	/* list-style: none; */
margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 1.5em;
	border: none;/* font-style: italic; */
}
/*
 * #content > #main > .content_inner_display_basket
 * @ C'est tout l'interieur du block affaichage par les 
 * paniers uniquement
 */
 
 #main .content_inner_display_basket {
	padding: 0 0 0 0;
	text-align: left;
}
.corporate_basket {
	margin: 0 20px 0 20px;
}
.corp_basket_form {
	float: right;
}
#thumbs_row {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#thumbs_row li {
	float: left;
	width: 250px;
	margin: 20px 20px 6px 0;
}
#thumbs_row img {
	display: block;
}
#main .content_inner_display_basket .pagination {
	width: 559px;
	/* background: #666; */ 
	display: block;
}
.specialpage {
	position: absolute;
	display: block;
	bottom: 6px;
	right: 0;
	margin-right: 5px;
	text-align: right;
	font-size: 11px;
}
/* @group Pages */
		.pages {
	/* font: bold 12px Verdana, Sans-Serif; */
			text-align:right;
}
.pages p {
	margin: 0;
	padding: 0;
	position: absolute;
}
.pagelist {
	list-style:none;
	color: #ff9933;
	margin-top: 2px;
	padding: 0;
	text-align: right;
	margin-right: 45px;
}
.pagelist li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0;
}
#main .content_inner_display_basket .active_slash {
	color: #666666;
}
#title_bar .specialpage .active_slash {
	color: #ffffff;
}
#main .content_inner_display_basket .pagination a, #main .content_inner_display_basket .pagination li a {
	text-decoration:none;
	color:#666666;
}
#title_bar .specialpage .pagelist a, #title_bar .specialpage .pagelist li a {
	text-decoration:none;
	color:white;
}
/* @end */


.horraire_bck {
	margin-top: 10px;
	height: 650px;
	padding: 100px;
	overflow: hidden;
}
.confirmation_bck_top {
	height: auto;
	padding: 70px 100px 0 100px;
	margin: 0;
	background: transparent url("../img/confirmation_top.jpg") no-repeat 50% 0;
	overflow: hidden;
}
.confirmation_bck_middle {
	height: auto;
	padding: 10px 100px 20px 100px;
	margin: 0;
	background: transparent url("../img/confirmation_middle.jpg") repeat-y 50% 0;
	overflow: hidden;
}
.confirmation_bck_bottom {
	height: 395px;
	padding: 0 100px 0 100px;
	background: transparent url("../img/confirmation_bottom.jpg") no-repeat 50% 0;
	overflow: hidden;
}
.horraire_inner {
	padding: 70px 70px 70px 70px;
}
.horraire_inner h3, .horraire_inner h4 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 1.2em;
	margin: 0;
}
.horraire_inner h3 {
	padding-bottom: 1.6em;
}
.horraire_inner h4 {
}
.horraire_inner ul {
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
.horraire_table table {
	border: none;
	padding: 0;
	margin: 0;
}
.horraire_table td, .horraire_table tr {
	border: none;
	padding: 0 12px 0 0;
	margin: 0;
	font: 12px/12px Verdana, sans-serif;
}
#main .panier_details {
	border-top: 0px solid silver;
	padding: 0px 0px 0px 0px;
}
#main .panier_details h1 {
	font-size: 1em;
	color: #666;
}
#main .panier_details .colorate_link a {
	color: #ff9933;
}
#main #h1_corpo h2 {
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#main{
	border-top: 1px black;
}
.separator {
	border-top: 1px solid silver;

}

/**
 *
 * DESCRIPTION DES PANIER
 *
 */
#main #panier_desc ol, #main #panier_desc ul {
	list-style: none;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 2em;
	border: none;
}
#main #panier_desc li {
}
#form_inner {
	padding: 10px 10px 10px 10px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.form_inner2{
/text-align: left;
}
#form_inner h1, #form_inner h2, #form_inner h3, #form_inner h4, #form_inner h5, #form_inner h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
/* ----------------------------------- end part 2.2 Main ------------------------------ */





#annonces {
	text-align: center;
}
#tdr {
	text-align: center;
	font-size: .9em;
}
/*
#annonces { margin-top: 40px;text-align: center;}
#tdr {text-align: center;}
*/
/* --------------- Classes --------------- */

hr.clear {
	clear:both;
	display:block;
	visibility:hidden;
}
.bolder {
	font-weight: bold;
}
.bolder_white {
	font-weight: bold;
	color: white;
}
form {
}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}
form div label {
	float: left;
	width: 40%;
	font-weight: bold;
	font-style: normal;
}
form div optgroup {
	font-style: normal !important;
}
 [label] {
 color: #a3b70d;
 background-color: white;
}
option {
	color: black;
}
form fieldset legend {
	font: bold 1.5em Verdana, sans-serif;
	color: #666666;
}
/* input.txt {border: 1px solid #7F9DB9;} */
input.btn {
	cursor: pointer;
	color: #fff;
	background-color: #4d4d4d;
	border: 1px outset;
}
input.btn_sidebar {
	cursor: pointer;
	color: #fff;
	background-color: #a3b70d;
	border: 1px outset;
	font-family: Verdana;
	font-weight: bold;
	padding:1px;
}
/* LJ - Bouton commander */
input.btn_cmd {
	cursor: pointer;
	color: #fff;
	font-family: Verdana;
	width:125px;
	height: 18px;
	background: url('../images/Bouton-commander-2010-G7.png') left top no-repeat;
	border: 0px outset;
	background-color: white;

}
input.btn_cmd_en {
	cursor: pointer;
	color: #fff;
	font-family: Verdana;
	width:125px;
	height: 18px;
	background: url('../images/Bouton-commander-2010_en.png') left top no-repeat;
	border: 0px outset;
	background-color: white;
}
input.btn2 {
	cursor: pointer;
	color: #666666;
	background-color: #ffffff;
	border: none;
}
input.btn3 {
	cursor: default;
	color: #ffffff;
	background-color: #ffffff;
	border: none;
}
div .notes {
	color: gray;
}
#form_inner ol {
	padding: 0;
	margin: 0;
	margin-left: 25px;
}
.go, .stop, .error {
}
.stop {
	color: #ff9933;
}
.error {
	color: #ff9933;
}
.go {
	color: green;
}
.red {
	color: #9aad06;
}
.orange {
	color: #9aad06;
}
.star {
	color: #9aad06;
}
#form_result {
	padding: 10px;
	margin-bottom: 30px;
}
#form_result ul {
	list-style: none;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0.6em;
	border: none;
}
#form_result li {
	color: #ff9933;
}
#form_result label {
	margin:0;
	padding: 0;
	color: #666666;
}
#version {
	margin-right: 20px;
	text-align: right;
	color: #4d4d4d;
	font-size: 0.9em;
}
#version a {
	color: #4d4d4d;
}
/****************************************************************************************/
/* cart inner est dans le fichier template*/

#cart {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: transparent url("../images/modele_grain1.jpg") repeat-y 0 0;
}
#cart_page {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: white;
}
/* dans database.php */
#cart_inner {
/*margin: 0 20px 0 20px;
	border-left: 1px solid silver; 
	border-right: 1px solid silver;*/
  
	}
.cart_inner_right {
	float: right;
	width: 390px;/* margin-top: 35px; */
}
.cart_inner_left {
	float: left;
	width: 130px;
}
.hidden {
	display: none;
}
.cart_inner_left img {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 10px 10px 10px;
}
.cart_thumbnails {
	float: right;
	display: inline;
}
.thumbnails {
	margin-top: 5px;
	margin-bottom: 53px;
}
#bbcckk {
	width: 454px;
	height: 578px;
	background: transparent url("../img/loi.jpg") no-repeat center center;
	padding: 0;
	margin: 0;
}
#bbcckk_inner {
	padding: 60px 20px 50px 20px;
}
#bbcckk_inner iframe {
	width: 100%;
	border: none;
	height: 390px;
	margin-bottom: 30px;
}
.datatable {
	/* border: 1px solid silver; */
	width: 100%;
	font-size: 12px;
}
.datatable th {
	/* border: 1px solid #73c0d4; */
	text-align: left;
}
.onparledenous {
	margin: 0;
	border-bottom: 1px solid silver;
	padding:20px 10px;
}
.onparledenous img {
	padding:20px;
}
.onparledenous h1 {
	font-size: 12px;
	font-family: verdana;
}
.onparledenous a {
	font-size: 12px;
	font-family: verdana;
	color: #999999;
	text-decoration: underline;
}
/*Ajouts LJ*/
.details_button {
	position: absolute;
	margin-top: 5px;
	margin-left : 15px;
}
.overlay_panier, .overlay_details_panier {
	position: relative;
	/*background-image: url('../img/Overlay_Panier2.png');
  background-repeat: repeat;*/
  font-family: Verdana;
	width: 255px;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}
h1.overlay_panier {
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.overlay_details_panier {
	right: 0.01em;
	margin-top: 5px;
	padding-top: 0px;
	color: black;/*background-image: url('../img/Overlay_Panier2.png');
  background-repeat: repeat;*/
}
.image {
	width: 265px;
	height: 260px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.overlay_panier a, .overlay_panier a:hover, .overlay_panier a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
#bottom_panier {
	text-align: center;
	margin:0;
	padding:0;
	position: relative;
	bottom: 50px;
	/*background-image: url('../img/Overlay_Panier2.png');
  background-repeat: repeat;*/
  font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	width: 255px;
	height: 85px;
	color: black;
	line-height:normal;
}
.price {
	text-align: center;
	margin:0px;
	padding:3px;
	font-size: 13px;
	color: #a3b70d;
	font-weight: normal;
}
#title_sidebar {
	background-color: #666666;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.title_howto {
	color: #9c669a;
	border-bottom: 1px dotted #9c669a;
	font-size: 21px;
	font-family: Verdana;
}
#zoom_box {
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-top: 180px;
	margin-left: 127px
}
#dejcadeaux {
	position: absolute;
	background-color: #aaa798;
	color: #ffffff;
	top: 192px;
	font-family: Verdana;
	font-size: 13px;
	padding: 5px;
	display: none;
	text-align: left;
	margin:0;
}
.onparledenous{
text-align: left;
}
#dejcadeaux A, #dejcadeaux A:visited {
	color: white;
}
#dejcadeaux A:hover {
	color: #666666;
}
#dejcadeaux h1 {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.button_menu {
	padding:0px;
	margin: 0px;
	text-align: center;
	background: #c9c8bd;
	margin-top: 0px;
	line-height: 13px;
	font-size: 13px;
	border-collapse: collapse;
	width: 140px;
}
#login_area {
	text-align: left;
	padding: 5px;
	padding-left: 20px;
	background-color: #e2e2e2;
	font-size:11px;
	font-family: Verdana;
	color : #999999;
	line-height: 14px;
}
#login_area A {
	font-size:12px;
	font-family: Verdana;
	color : #999999;
	line-height: 14px;
}
#login_area input.login {
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 17px;
}
#cart {
	background-color: white;
	text-align: center;
	/*background-image: url('../images/modele_grain1.jpg');*/
	border-bottom: 1px #e2e2e2 solid;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
}
#cart table, #cart td, #cart tr {
	text-align: left;
}
#calculator {
	margin: 8px;
	margin-top: 20px;
	padding: 5px;
	padding-left: 15px;
	background-color: #c9c8bd;
	font-size:12px;
	font-family: Verdana;
	color: white;
	line-height: 14px;
	height: 88px;
	text-align: left;
}
#calculator A {
	float:right;
	color: white;
	text-decoration: underline;
}
#calculator input.calculate {
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 17px;
	width: 50px;
}
#sidebar_block, #sidebar_block_end {
	border-top: 1px #c9c8bd dotted;
	text-align: left;
	width: 195px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar_block_end {
	border-bottom: 1px #c9c8bd dotted;
	margin-bottom: 15px;
}
#search_box {
	background-color: #c9c8bd;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 15px;
	width: 165px;
	height: 95px;
	font-size:12px;
	font-family: Verdana;
	color: white;
	line-height: 14px;
}
#search_box select {
	width: 150px;
	margin: 1px;
}
#preview {
	border-bottom : 1px #e2e2e2 solid;
	padding: 3px;
	padding-bottom: 10px;
	width: 520px;
	text-align: left;
	margin-bottom: 7px;
}
.separator_paniers {
	width: 520px;
	height: 1px;
	background-color : #e2e2e2;
	margin-top: 307px;
	margin-bottom: 5px;
	margin-left: 7px;
	/margin-top: 30px;
	/margin-left: -260px;

}
.success, .fail {
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-weight: bold;
}
.success {
	color: #9aad06;
}
.fail {
	color: rgb(153,0,0);
}
#sidebar_block table, #sidebar_block tr, #sidebar_block td {
	border-collapse: collapse;
}
.icons_sidebar {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
tr.icons_sidebar {
	padding-bottom: 5px;
}
#footer_links {
	text-align: center;
	width: 100%;
	border-bottom: 1px #e2e2e2 solid;
}
#footer_links h1 {
	color: #a3b70d;
	font-size: 14px;
	font-family: Verdana;
	text-align:left;
}
#footer_links A {
	color: #999999;
}
#footer_links table, #footer_links tr, #footer_links td {
	border-collapse: collapse;
}
#footer_links td {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	width: 200px;
	text-align: left;
}
#bloc_footer, #bloc_footer A {
	color: #999999;
	font-size: 12px;
}
.bloc_footer {
	padding-left: 10px;
	padding-right: 10px;
}
.old_price {
	color: #C63580;
	text-decoration: line-through;
	font-size: 13px;
}
#home_left{
margin-left: 10px;
	width: 228px;
	height: 228px;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;

}
#home_right{
	width: 228px;
	height: 228px;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}
select {
	font-size: 12px;
	font-family: Verdana, Verdana, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}
select {
	border: 1px solid #bdc2c9;
	outline: none;
}
.switch_ajouts {
	margin: 0px;
	margin-top: -2px;
	margin-bottom : 5px;
	padding:3px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	color: white;
	border: 1px #BDBDBD solid;
	height: 13px;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	float: left;
}
#list_ajouts {
	font-size: 13px;
	color: #a3b70d;
	text-align: left;
	margin-left: 7px;
	margin-bottom: 5px;
}
.info {
	color: #a3b70d;
}
#links_sidebar {
	padding-left: 7px;
}
#links_sidebar a {
	color: #999999;
}
#links_sidebar a:hover {
	color: #666666;
}
#questions A:hover {
	color: #e2e2e2;
}
label.checkbox span.holder {
	background: transparent url('http://bormat2.free.fr/image/checkbox.gif') repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	height: 61px;
}
label.radio span.holder {
	background: transparent url('http://bormat2.free.fr/image/radio.gif') repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	height: 61px;
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder {
	top: -42px ! important;
}
input.hiddenCheckbox {
	left: -999px;
	position: absolute;
}
label.prettyCheckbox span.holderWrap {
	overflow: hidden;
	float: left;
	position: relative;
}
label.prettyCheckbox span.holder {
	display: block;
	position: absolute;
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder {
	top: -42px ! important;
}
label.checkbox:hover span.holder, label.radio:hover span.holder {
	top: -21px ! important;
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder {
	top: -42px ! important;
}
.bloc_footer{
font-size: 11px;
}

.info_price{
    height: 100px;
}
#span_cat{
cursor: pointer;

}

