body {
	margin: 0px;
	padding: 0px;

    color: #333;
	background-color: #e9e9e9;

    font-family: arial, helvetica, sans-serif;
	font-size: 10px;

	cursor: default;
}

a {
    color: #333;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	color: #cc0000;
	background-color: white;
}
#cliquable {
	cursor: hand;
}

a img {
	border-style: none;
}
img {
	display: block;
}

/*** *** *** *** *** [ PAGE] *** *** *** *** ***/
.page {
	position: relative;
	width: 839px;

	margin: 0px auto 0px auto;
	padding: 0px;

	background-color: white;

	overflow: hidden;
}

.page_entete {
	position: absolute;
	top: 0px;
	left: 622px;
	width: 187px;
	height: 266px;
	background-color: #333;
	color: white;
	padding: 15px;
	overflow: hidden;
}
.page_entete_titre {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
.page_entete_soustitre {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed white;
}
.page_entete_txt {
	padding: 5px;
	text-align: justify;
}
.page_entete_prix {
	position: absolute;
	padding: 15px;
	text-align: right;
	right: 0px;
	bottom: 0px;
}
.commander {
	color: white;
	margin: 0px 5px;
	padding: 1px 2px;
	border: 1px solid white;
}
.left_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
}

.content {
	position: relative;
	width: 839px;
	height: auto;

	overflow: hidden;
}
.content_left {
	float: left;
	width: 221px;
	overflow: hidden;
}
.content_right {
	float: right;
	width: 617px;
	padding-bottom: 8px;

	overflow: hidden;

	border-left: 1px solid #cecece;
}
.content_galerie {
	float: right;
	width: 195px;
	display: inline;
	overflow: hidden;
	margin: 25px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #cecece;
}
.content_textleft {
	float: left;
	width: 400px;
}
.content_titre {
	margin: 25px 20px 5px 20px;
	padding-left: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px dashed #cecece;
}
.content_txt {
	margin: 5px 25px;
	text-align: justify;
}
.content_car {
	position: relative;
	height: auto;
	border-bottom: 1px solid #cecece;
	margin: 0px 25px 3px 25px;
	padding-bottom: 2px;
	#width: 350px;
	overflow: hidden;
}
.content_car_title {
	float: left;
	width: auto;
}
.content_car_txt {
	text-align: right;
	float: right;
	width: auto;
}

.footer {
	position: relative;
	width: 839px;
	height: 20px;

	overflow: hidden;
}
.footer_left {
	position: absolute;
	width: 221px;
	height: 20px;

	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;

	padding-top: 3px;
	text-align: center;
}
.footer_right {
	position: absolute;
	width: 612px;
	height: 20px;
	left: 222px;

	padding-right: 5px;

	border-top: 1px solid #cecece;

	padding-top: 3px;
	text-align: right;
}
/*** *** *** *** *** *** *** *** *** *** *** ***/

/*** *** *** *** *** [ CLIPS] *** *** *** *** ***/
.clip {
	display: inline;
	float: left;
	width: 134px;
	margin: 15px 0px 0px 15px;

	overflow: hidden;
}
.clip img {
	border: 1px solid #cecece;
}
.clip div {
	background-image: url('../images/puce.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
}
.clip a:hover div {
	background-image: url('../images/puce_r.gif');
}
/*** *** *** *** *** *** *** *** *** *** *** ***/
.content_galerie_img {
	display: inline;
	float: left;
	width: 89px;
	margin: 3px;
	border: 1px solid #cecece;

	overflow: hidden;
}
.content_galerie_titre {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/*** *** *** *** *** [ MENU ] *** *** *** *** ***/
.btn_menu {
	position: relative;
	width: 220px;
	height: 23px;
	margin: 1px;
}
.btn_menu_in {
	position: relative;
	width: 222px;
	height: 23px;
	border-bottom: 1px solid #cecece;
}
.btn_menu_in_title {
	border-bottom: 1px dashed #cecece;
}
.btn_menu_in_selection, .btn_menu_in_selected {
	border-bottom: none;
}
.btn_menu_in_last {
	border-bottom: 1px solid #cecece;
}

.btn_txt {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 23px;
	padding-left: 20px;
	line-height: 23px;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: hand;
}
.btn_menu .btn_txt {
	color: white;

	background-image: url('../images/puce_b.gif');
	background-repeat: no-repeat;
	background-position: 210px 8px;
}
.btn_menu_in .btn_txt {
	color: #333;

	background-image: url('../images/puce_bas.gif');
	background-repeat: no-repeat;
	background-position: 7px 8px;
}
.btn_menu_in_selected .btn_txt {
	color: #cc0000;
	background-image: url('../images/puce_r.gif');
	background-position: 8px 8px;
	text-transform: none;
}
.btn_menu_in_selection .btn_txt {
	background-image: none;
	text-transform: none;
}
.btn_menu a:hover .btn_txt, .btn_menu a .btn_txt_hover {
	color: #cc0000;
	background-image: url('../images/puce_r.gif');
	background-position: 210px 8px;
}
.btn_menu_in a:hover .btn_txt {
	color: #cc0000;
	background-image: url('../images/puce_r_bas.gif');
	background-position: 7px 8px;
}
.btn_menu_in_selected a:hover .btn_txt {
	background-image: url('../images/puce_r.gif');
	background-position: 8px 8px;
}
.btn_menu_in_selection a:hover .btn_txt {
	background-image: none;
}
.btn_back {
	width: 220px;
	height: 23px;
	background-color: white;
	filter:alpha(opacity=10);
	opacity: 0.1;
}
a:hover .btn_back, .btn_back_hover{
	width: 220px;
	height: 23px;
	background-color: white;
	filter:alpha(opacity=10);
	opacity: 0.1;

	filter:alpha(opacity=100);
	opacity: 1;
}

.submenu {
	display: none;
	position: absolute;
	height: 438px;
	top: 1px;

	background-color: white;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
#sub_left {
	width: 130px;
	left: 223px;
}
#sub_middle {
	width: 130px;
	left: 354px;
}
#sub_right {
	width: 130px;
	left: 485px;
}
.subbtn {
	display: none;
	position: absolute;
	width: 130px;
	height: 23px;

	text-align: center;
	line-height: 23px;
	vertical-align: middle;

	color: #333;
	background-color: white;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
.subbtn:hover, .subbtn_hover {
	color: #cc0000;
	filter:alpha(opacity=100);
	opacity: 1;
}
.subleft {	left: 223px;}
.submiddle {	left: 354px;}
.subright {	left: 485px;}
.hasmore {
	background-image: url('../images/puce.gif');
	background-repeat: no-repeat;
	background-position: 120px 8px;
}
.hasmore:hover, .hasmore_hover {
	background-image: url('../images/puce_r.gif');
	background-repeat: no-repeat;
	background-position: 120px 8px;
}
.top01 {	top: 9px;}
.top02 {	top: 33px;}
.top03 {	top: 57px;}
.top04 {	top: 81px;}
.top05 {	top: 105px;}
.top06 {	top: 129px;}
.top07 {	top: 153px;}
.top08 {	top: 177px;}
.top09 {	top: 201px;}
.top10 {	top: 225px;}
.top11 {	top: 249px;}
.top12 {	top: 273px;}
.top13 {	top: 297px;}
.top14 {	top: 321px;}
.top15 {	top: 345px;}
.top16 {	top: 369px;}
.top17 {	top: 393px;}
/*** *** *** *** *** *** *** *** *** *** *** ***/

/*** *** *** *** *** [ APERCU ] *** *** *** *** ***/
.menu_aff {
	display: none;
	position: absolute;
	width: 222px;
	height: 438px;
	top: 1px;

	color: #333;
	background-color: white;
	overflow: hidden;
}
.menu_aff_loading {
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
#aff_right { left: 616px; }
#aff_middle { left: 485px; }
#aff_left { left: 354px; }

.aff_title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	padding: 5px 0px;
}
.aff_img {
	position: relative;
	left: 10px;
	border: 1px solid #cecece;
}
.aff_subtitle {
	text-align: left;
	font-size: 11px;
	color: #cc0000;
	padding: 5px 10px 2px 18px;
	background-image: url('../images/puce_r.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.aff_txt {
	text-align: justify;
	padding: 0px 10px;
}
.aff_car {
	position: relative;
	height: auto;
	border-bottom: 1px solid #cecece;
	margin: 0px 10px 2px 10px;
	#width: 202px;
	overflow: hidden;
}
.aff_car_title {
	float: left;
	width: auto;
}
.aff_car_txt {
	text-align: right;
	float: right;
	width: auto;
}
.aff_more {
	text-align: center;
	padding: 10px 10px;
}
.aff_more a {
	padding: 0px 5px;
	border: 2px solid #cecece;
}
.aff_more a:hover {
	padding: 0px 5px;
	border: 2px solid #cc0000;
}
.aff_a_logo {
	position: absolute;
	width: 100%;
	bottom: 5px;
}
.aff_logo {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*** *** *** *** *** *** *** *** *** *** *** ***/

/*** *** *** *** *** [ MENU BLEU ] *** *** *** *** ***/
.menu_separator {
	line-height: 30px;
}
.btn_bmenu {
	width: 126px;
	height: 17px;
	margin-top: 5px;
	margin-left: 47px;
	border: 1px solid white;
}
.btn_bmenu_in {
	width: 116px;
	height: 15px;
	padding-left: 8px;
	line-height: 15px;
	vertical-align: middle;
	border: 1px solid black;
	color: white;
	background-color: #5b85ad;
}
a:hover .btn_bmenu_in {
	color: #5b85ad;
	background-color: white;
	cursor: hand;
}
/*** *** *** *** *** *** *** *** *** *** *** ***/

#fade_partenaires img {
	display: none;
	position: absolute;
}

#diaporama {
	position: relative;
	left: 221px;
	width: 400px;
	height: 296px;
	border-left: 1px solid #cecece;
	z-index: 2;
	overflow: hidden;
}

.panier table {
	position: relative;
	left: 50px;
}

.panier_produit, .panier_prix {
	margin: 0px;
	background-color: #f9f9f9;
	padding: 5px 15px;
}

.panier_produit {
	width: 300px;
}

.panier_prix {
	width: 50px;
	text-align: right;
}

.panier_produit_t, .panier_prix_t {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px;
}

.panier_total, .panier_total_prix, .panier_suppr {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px;
}

.print, .panier_total, .panier_total_prix {
	background-color: white;
	font-size : 15px;
}
