/*-------------------------------------*
 *              Admin menu             *
 *-------------------------------------*/
.green #menu {
	position: relative;
	top: 10px;
	height: 42px;
	font-size: 11px;
	background: transparent url(../images/greenslate_background.gif)
		repeat-x top left;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	text-transform: uppercase;
}

.green #menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}

.green #menu ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

.green #menu ul li a {
	display: block;
	float: left;
	color: #FBDAFA;
	text-decoration: none;
	padding: 14px 22px 0 22px;
	height: 28px;
}

.green #menu ul li a:hover,.green #menu ul li a.current {
	color: #fff;
	background: transparent url(../images/greenslate_backgroundOVER.gif)
		no-repeat top center;
}

/*-------------------------------------*
 *              menu achat              *
 *-------------------------------------*/
	/*.achat_menu #menu{position:relative;height:40px;font-size:11px;background:transparent url(../images/greenslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}*/
.achat_menu #menu {
	position: relative;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvitica, sans-serif;
}

.achat_menu #menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}

.achat_menu #menu ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

.achat_menu #menu ul li a {
	color: #000;
	text-decoration: none;
	padding: 14px 22px 0 22px;
	height: 38px;
}

.achat_menu #menu ul li a.current {
	color: #000;
	background-color: #BD7FAB;
}

.achat_menu #menu ul li a.disabled {
	color: Gray;
	cursor: default;
	background-color: inherit;
}

#new_presentation {
	clear: both;
	margin: 0;
	padding: 0;
	width: 650px;
}

#new_presentation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#new_presentation ul li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 0 2px 2px 0;
	padding: 0;
	width: 175px;
	height: 175px;
	font-size: 1.2em;
	border-width: 1px;
	border-style: solid;
	border-color: Maroon;
}

#new_presentation ul li a {
	display: block;
	text-decoration: none;
}

#new_presentation ul li.first {
	padding: 0 0 0 0;
	width: 180px;
	height: 185px;
	background-color: #844c35;
	border-color: #844c35;
}

#new_presentation ul li.first a {
	padding: 2px 0 2px 0;
	color: white;
}

#new_presentation ul li.second {
	padding: 0px 0 0px 0;
	width: 180px;
	height: 185px;
	background-color: #e3cae0;
	border-color: #e3cae0;
}

#new_presentation ul li.second a {
	padding: 2px 0 2px 0;
	color: #844c35;
}

#new_presentation ul li.third {
	padding: 0px 0 0px 0;
	width: 180px;
	height: 185px;
	background-color: #b2d820;
	border-color: #b2d820;
}

#new_presentation ul li.third a {
	padding: 2px 0 2px 0;
	color: Maroon;
}

#new_presentation ul li.other {
	
}

.img_slide {
	margin: 0 auto;
	width: 180px;
	height: 185px;
	background-color: white /*#844c35*/;
}

.img_slide div {
	width: 180px;
	height: 185px;
}

.img_slide div img {
	margin: auto;
	display: block;
}

/**
 * Begin vente flash
 */
#vente_flash {
	float: left;
	height: 300px !important;
	width: 460px;
	margin: 10px 0 10px 0;
	overflow: hidden; /* empêche le dépassement des flottants */
	border: solid 1px #C38D72;
}

#top {
	
}

#product_vf {
	height: 150px;
	overflow: hidden; /* empêche le dépassement des flottants */
}

.vf_prd_nom {
	background-color: #C38D72;
	color: White;
	text-align: center;
	font: .8em;
	width: 116px;
	margin: auto;
	text-overflow: ellipsis;
	overflow: hidden;
}

#product_vf	.vf_product {
	float: left;
	width: 120px !important;
}

#product_vf .vf_in_line {
	display: block;
	height: 116px;
	line-height: 116px;
	text-align: center;
	margin: auto;
	max-height: 116px;
	max-width: 87px;
}

#product_vf .vf_in_line img {
	vertical-align: middle;
	max-height: 116px;
	max-width: 87px;
}

.vf_pricing {
	clear: both;
	display: block;
	text-align: center;
	font-size: 1em;
	font-weight: bolder;
	color: maroon;
}

.vf_price {
	font-size: .8em;
}

.module_time {
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 2px 5px 5px 5px;
	background-color: #C38D72;
	color: White;
	height: 25px;
	vertical-align: middle;
}

.module_time .text {
	font-size: medium;
	font-weight: bold;
}

.module_time .text #comptearebour {
	font-weight: normal;
}

.module_time #vf_info {
	visibility: hidden;
}

.vf_separator {
	float: left;
	width: 100px !important;
}

/**
 * End vente flash
 */
#cont_menu {
	float: left;
	margin: 15px 0px 0px -23px;
	padding: 0;
}

#btn_panier {
	float: left;
	background-color: White;
	background: white url(../images/panier.gif) no-repeat center;
	margin: 14px 0 0 0px;
	padding: 0;
	width: 200px;
	height: 37px;
}

#panier {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	margin: 0;
	padding: 0;
}

body { /*font-family:Arial,Sans-Serif;*/
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	/*font-style:normal;*/ /*font-variant:normal;*/ /*font-weight:normal;*/
}

#header {
	height: 200px;
	/*background: transparent url('../images/banniere_logo_final2.png') no-repeat scroll top;*/
	background: transparent url('../images/banniere_logo_final_new.gif')
		no-repeat scroll top;
	margin: 0px;
	padding: 0px;
}

#header_msg {
	font-style: italic;
	/*font-weight: bold;*/
}

#header_msg a {
	color: #410005;
	text-decoration: none;
}

.modal {
	opacity: 0.50;
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter: alpha(opacity = 50); /* IE < 8 */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background-color: Gray;
	margin: 0;
	padding: 0;
	/*    z-index: 100000; */ /*    cursor:wait; */
}

.wait_modal {
/*	opacity: 0.20;
	-moz-opacity: 0.20; */
/*	-ms-filter: "alpha(opacity=20)"; *//* IE 8 */
/*	filter: alpha(opacity = 20); */ /* IE < 8 */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	/*background-color: Gray;*/
	background-color: White;
	margin: 0;
	padding: 0;
	/*    z-index: 100000; */ 
	cursor:wait;
}

input {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*border-width:1px;
    border-style:solid;
    border-color:Orange;*/
}

.input_error {
	background-color: Red;
}

.label_input {
	border: none;
}

textArea {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*border-width:1px;
    border-style:solid;
    border-color:Orange;*/
}

select {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*border-width:1px;
    border-style:solid;
    border-color:Orange;*/
}

.bckgbody {
	/*background:transparent url(../images/bckgbody_y.png) repeat-y top center;*/
	/*background:url('../images/st-valentin-bkg.jpg') fixed top;*/
	/*background:url('../images/bordure_noel2010.png') fixed top;*/
	/*background:white url('../images/noel2010_bkg.jpg') no-repeat scroll top;*/
	background-color: #C38D72;
	/*background:white url('../images/bordure_soldes.gif') fixed top;*/
	MARGIN: 0;
}

#left_menu2 {
	float: left;
	width: 175px;
	margin: 10px 0 0 0;
}

#left_menu {
	float: left;
	width: 180px;
	border: solid 1px maroon;
	margin: 0px;
	padding: 0px;
	color: White;
	font-weight: bolder;
}

#left_menu #user_account {
	margin: 0px;
	padding: 0px;
	width: 180px;
}

.title {
	padding: 5px;
}

.separator {
	height: 1px;
	width: 90%;
	border-top: solid 1px gray;
	margin: 7px 0 7px 0;
}

#left_menu #user_account .left_title {
	height: 26px;
	margin: 0px;
	/*padding:5px 5px 5px 10px;*/
	background-color: transparent;
	background-image: url(../images/bkg_product_header.png);
}

.left_container { /*    border-left-color:black;
    border-left-style:solid;
    border-left-width:1px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-color:black;
    border-right-style:solid;
    border-right-width:1px; */
	padding-top: 5px;
	padding-left: 5px;
}

#left_menu #news_inscription {
	margin: 0px;
	width: 160px;
	padding: 0px;
}

#left_menu #news_inscription .left_title {
	height: 26px;
	margin: 0px;
	/*padding:5px 5px 5px 10px;*/
	background-color: transparent;
	background-image: url(../images/bkg_product_header.png);
}

/*#left_menu #news_inscription .left_container
{
    border-left-color:black;
    border-left-style:solid;
    border-left-width:1px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-color:black;
    border-right-style:solid;
    border-right-width:1px;
    padding:5px 4px;
}*/
#left_menu #help {
	margin: 0px;
	width: 160px;
	padding: 0px;
}

#left_menu #help .left_title {
	height: 26px;
	margin: 0px;
	/*padding:5px 5px 5px 10px;*/
	background-color: transparent;
	background-image: url(../images/bkg_product_header.png);
}

/*#left_menu #help .left_container
{
    border-left-color:black;
    border-left-style:solid;
    border-left-width:1px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-color:black;
    border-right-style:solid;
    border-right-width:1px;
    padding:5px 4px;
}*/ /*#footer 
{
    height:30px;  
    *border:solid 3px green;*
    font-family:*Arial,Verdana,*Helvitica,sans-serif;
    font-size:10px;
    *font-size:smaller;*
    font-weight:bold;
    *text-align:center;
    vertical-align:text-bottom;*
}*/
#footer {
	background: #FFFFFF none repeat scroll 0 0;
	clear: both;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
/*	height: 40px;*/
	padding: 0 0 5px 0px;
	text-align: center;
	text-transform: uppercase;
/*	width: 900px;*/
}

/*#account_customer
{
    border-bottom-color:#FFAC00;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#FFAC00;
    border-left-style:solid;
    border-bottom-width:1px;
    border-right-color:#FFAC00;
    border-right-style:solid;
    border-bottom-width:1px;
}*/
#footer a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: Orange;
	font-weight: bold;
	cursor: pointer;
}

/*#rowProducts
{
    height: 340px;
    overflow:hidden;
    margin-top: 10px;
}*/
.product #details img { /*padding-top:2px;*/
	
}

.product #details #productDescriptif {
	clear: left;
	padding-top: 3px;
	width: 200px;
	height: 32px;
	overflow: hidden;
}

/*.product #product_header #product_zoom
{
    float:left;
    margin:1px;
    cursor:pointer;
    background-color:Transparent;
    background-image:url(../images/ico_details2.png);
     width:20px;
    height:20px;
}*/
.zoom_product_title {
	height: 35px;
	font-family: Verdana;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.zoom_product_price {
	height: 25px;
	font-weight: bold;
	font-size: large;
	font-family: Verdana;
	padding: 5px 0 10px 0;
}

#btnClose { /*    height:25px;
    width: 70px;*/
	
}

/*.product #product_header #product_panier
{
    float:left;
    margin:1px;
    width:20px;
    height:20px;
    background-color:Transparent;
    background-image:url(../images/ico_panier2.png);
    cursor:pointer;
}*/ /************************************/
#content {
	float: left;
	width: 632px;
}

#sidebar {
	float: right;
	width: 320px;
}

/*
================================
=SECTIONS
================================ */ /*
----------------
=HEADER
---------------- */ /*
----------------
=CONTENT
---------------- */
#content h2 {
	padding-left: 25px;
}

/*
=gallery
-------- */
.gallery {
	min-height: 108px;
	padding: 0;
	margin: 18px 0;
	list-style: none;
}

* html .gallery {
	height: 108px; /* min-height for lte IE6 */
}

.gallery.active {
	background: #eee;
}

.gallery li {
	float: left;
	width: 160px;
	padding: 0 25px;
	margin: 0 0 8px;
}

.gallery img {
	display: block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
}

.displayBox img {
	border: 25px solid #222;
}

/* img title */
.gallery p {
	float: left;
	padding: 0;
	margin: 0;
}

/* img toolbar */
.gallery div {
	float: right;
}

.gallery div a {
	float: left;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Phark revisited image replacement */
}

.gallery div a:focus {
	outline: 0;
}

.tb_supersize {
	background-image: url('../img/search_16.gif');
	/* Thanks to Iconbuffet.com */
}

.tb_trash {
	background-image: url('../img/trash_16.gif');
	/* Thanks to Iconbuffet.com */
}

/*
----------------
=SIDEBAR
---------------- */
.box {
	margin: 18px;
	border: 1px solid #ccc;
	background: #fff;
}

.box h2 {
	padding: 0 8px;
	margin: 0;
	font-size: 1.5em;
	line-height: 2em;
	background: #525252 url('../img/header_bg.png') repeat-x bottom;
	color: #fff;
}

.box div {
	min-height: 128px;
	border: 2px solid #fff;
}

.inputDisabled {
	color: Gray;
}

.inputEnabled {
	color: Black;
}

.inputPwdDefault {
	display: none;
}

#tableNouveauClient td {
	border-collapse: collapse;
}

#tableNouveauClient td>input {
	width: 200px;
}

.cellColor {
	background-color: #FFF0DE; /*#BEF574; * couleur pistache */
	width: 210px;
	padding-left: 3px;
	font-size: 12px;
}

.headerCell {
	background-color: #EED9C3; /* #BEF574; */
	height: 30px;
	vertical-align: middle;
	font-family: Arial, Sans-Serif;
	/*    font-size:larger;*/
	font-style: normal;
	font-weight: bold;
	padding-left: 3px;
}

.asterisque {
	font-family: Arial, Sans-Serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: Gray;
}

.asterisque2 {
	font-family: Arial, Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: Gray;
}

/*********************************************/
	/*                                           */
	/*              CONTAINER                    */
	/*                                           */
	/*********************************************/
#container2 {
	float: left;
	width: 904px;
	margin-top: 5px;
	background-color: #B27658;
}

#cont_header_topleft {
	float: left;
	width: 46px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/container_topleft.gif');
}

#cont_header_title {
	float: left;
	width: 0px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #B27658;
}

#cont_header_wave {
	float: left;
	width: 60px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image: url('../images/container_vague_top.gif');
}

#cont_header_panier {
	float: left;
	width: 400px;
	height: 37px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-color: White;
}

#cont_header_panier_right {
	float: left;
	width: 25px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image: url('../images/container_topright.gif');
}

#cont_container {
	clear: both;
	margin-left: 24px;
	padding: 0;
	float: left;
	background-color: #fff;
}

#cont_container_cornerleft {
	float: left;
	width: 21px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/cont_container_cornerleft.gif');
}

/*#cont_container_bandeau
{
    float:left;
    width:834px;
    height:1px;
    margin:0px;
    padding:0px;
}*/ /*#cont_container_borderright
{
    float:left;
    width:25px;
    margin:0px;
    padding:0px;
    background-image:url('../images/cont_container_borderright.gif');
	background-repeat: repeat-y;
    background-position: right;
}*/
.cont_container_borderright {
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/cont_container_borderright.gif')
		repeat-y scroll top right;
	width: 880px;
	font-size: 13px;
	font-family: Century Gothic;
}

#cont_bas {
	float: left;
	width: 904px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/container_bottom.gif');
	background-repeat: repeat-x;
}

#cont_bas_coingb {
	float: left;
	width: 33px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/container_bottomleft.gif');
	background-position: left;
}

#cont_bas_coindb {
	float: right;
	width: 25px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/container_bottomright.gif');
}

/* FIN CONTAINER                             */
	/*********************************************/
	/*********************************************/
	/*                                           */
	/*              CADRE PHOTO                  */
	/*                                           */
	/*********************************************/
#cadre {
	text-align: center;
	width: 180px;
	padding-left: 10px;
	/*margin:0 0 0 10px;*/
}

#principal_left {
	float: left;
	/*    width:200px;*/
	background-image: url('../images/area_left.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#principal_right {
	float: left;
	background-image: url('../images/area_right.png');
	background-repeat: repeat-y;
	background-position: right;
}

#haut {
	float: left;
	height: 12px;
	width: 156px;
	background-image: url('../images/haut.png');
	background-repeat: repeat-x;
}

#haut img {
	vertical-align: top; /* for ie5*/
}

#coingh {
	width: 12px;
	height: 12px;
	background-image: url('../images/coingh.png');
	float: left;
}

#coindh {
	width: 12px;
	height: 12px;
	background-image: url('../images/coindh.png');
	float: left;
}

#contenu {
	
}

#bas {
	float: left;
	height: 12px;
	width: 156px;
	background-image: url('../images/bas.png');
	background-repeat: repeat-x;
}

#coingb {
	width: 12px;
	height: 12px;
	background-image: url('../images/coingb.png');
	float: left;
}

#coindb {
	width: 12px;
	height: 12px;
	background-image: url('../images/coindb.png');
	float: left;
}

/* FIN CADRE PHOTO                           */
	/*********************************************/
	/*********************************************/
	/*                                           */
	/*              CADRE DLG                    */
	/*                                           */
	/*********************************************/
#dlg_left {
	width: 100%;
	/*background-image:url('../images/area_left.png');*/
	/*background-repeat: repeat-y;*/
	background-color: #FFFFFF;
	border: solid 3px black;
}

#dlg_right { /* background-image: url('../images/area_right.png');*/
	/* background-repeat: repeat-y; */
	background-position: right;
	/*border:solid 3px black;*/
}

#dlg_haut { /*height:25px;
    background-image: url('../images/haut.png');**/
	/*background-repeat: repeat-x;
    border:solid 6px black;*/
	
}

#dlg_haut img {
	vertical-align: top; /* for ie5*/
}

#dlg_coingh { /*width:25px;
    height:25px;
    background-color:Transparent;
    background-image: url('../images/dlg_coingh.png');*/
	float: left;
}

#dlg_coindh { /*width:25px;
	height:25px;
    background-color:Transparent;
    background-image: url('../images/dlg_coindh.png');*/
	float: right;
}

#dlg_bas { /*height:25px;
    background-image: url('../images/bas.png');
    background-repeat: repeat-x;
    border:solid 6px black;*/
	
}

#dlg_coingb { /*    width:25px;
    height:25px;
    background-color:Transparent;
    background-image: url('../images/dlg_coingb.png');*/
	float: left;
}

#dlg_coindb { /*    width:25px;
	height:25px;
    background-color:Transparent;
    background-image: url('../images/dlg_coindb.png');*/
	float: right;
}

/* FIN CADRE DLG                           */
	/*********************************************/
.frame_roundrect {
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	background-color: white;
	font-size: 12px;
	font-family: Century Gothic;
}

.frame_top {
	margin: 0;
	padding: 0;
	width: 177px;
	border-right: solid 2px #A72D06;
	z-index: 5000;
	position: relative;
}

.frame_corner_topleft {
	margin: 0;
	padding: 0;
	position: relative;
	width: 18px;
	height: 42px;
	background: transparent url('../images/roundrect/roundrect_topleft.gif')
		;
}

.frame_title {
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	color: white;
	left: 16px;
	height: 24px;
	width: 161px;
	background: transparent url('../images/roundrect/degrade_top.gif');
	font-size: 13px;
	font-weight: 600;
}

.frame_container {
	margin: 0;
	padding: 0 0 0 10px;
	width: 165px;
	border-left: solid 2px #A72D06;
	border-right: solid 2px #A72D06;
}

.frame_container ul {
	margin: 0 !important;
	padding: 0 !important;
}

.frame_container ul li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 1px 5px 0px 0px;
}

.frame_container ul li a {
	display: block;
	color: #A72D06;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: transparent url('../images/arrow.gif') no-repeat scroll
		center left;
	height: 20px;
}

.frame_container ul li a:hover {
	font-weight: 600;
	background-color: #FFF0DE;
	overflow: hidden;
}

.frame_bottom {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 20px;
	border-left: solid 2px #A72D06;
	border-bottom: solid 2px #A72D06;
}

.frame_corner_bottomright {
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	left: 155px;
	width: 22px;
	height: 22px;
	background: #fff url('../images/roundrect/roundrect_bottomright.gif')
		no-repeat scroll top right;
}

#box_top {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 35px;
	background-image: url('../images/box_top.gif');
}

#box_left {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/box_left.gif');
	background-repeat: repeat-y;
}

#connexion_editor {
	margin: 0px;
	padding: 0 0 10px 0;
}

#box_contenu {
	margin: 0px;
	padding: 0 0 0 15px;
	width: 152px;
	font-size: 14px;
	font-family: Papyrus;
	color: #B27658;
}

#box_contenu a {
	color: #B27658;
	text-decoration: none;
}

#box_contenu a:hover {
	color: Orange;
}

#box_right {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/box_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#box_bottom {
	width: 180px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/box_bottom.gif');
}

#title_box {
	padding: 3px 7px 0 12px;
	font-size: 14px;
	font-family: Papyrus;
	font-weight: bold;
	color: White;
}

.page_definition {
	margin: 0;
	padding: 0;
	float: left;
	width: 860px;
	font-size: 13px;
	font-family: Century Gothic;
	color: #883E23;
	min-height:640px;
}

.page_definition h1 {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: Black;
	font-size: 28px;
	font-weight: bolder;
	font-family: Segoe Print;
}

.page_definition h2 {
	margin: 10px 0 10px 0;
	padding: 0px;
	color: Black;
	font-size: 18px;
	font-weight: bold;
	font-family: Segoe Print;
}

.page_definition h3 {
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #A800A8;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
}

.page_definition p {
	text-align: justify;
	margin-right: 50px;
}

.page_definition strong {
	margin: 0;
	padding: 0;
	color: Black;
	font-size: 16px;
	/*font-weight:bold;  */
	font-family: Segoe Print;
}

/************************************************/ /* table */
.achat_tb table {
	border-collapse: collapse;
	border: solid 1px #EED9C3;
	width: 100%;
}

.achat_tb th { /*background: #824900 url('images/thbg.gif') repeat-x;*/
	background: #A8814D url('images/thbg.gif') repeat-x;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: solid 1px #A8814D;
	border-bottom: solid 2px #ffffff;
}

.achat_tb tr {
	height: 30px;
}

.achat_tb td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: solid 1px #EED9C3;
	border-bottom: solid 1px #ffffff;
}

.achat_tb  td.first,th.first {
	border-left: 0px;
}

.achat_tb  tr.rowA {
	background: #FFF0DE url('images/trbg1.gif') repeat-x;
}

.achat_tb  tr.rowB {
	background: #FFFAF4 url('images/trbg2.gif') repeat-x;
}

/***********************/ /* Default pages value */
#__errorMsg {
	display: none;
	visibility: hidden;
}

/*********************/ /* animated */
.innerfade-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 290;
	width: 100%;
	background: #00a7ee url(images/img/title-bg.png);
	height: 34px;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: .8;
	border-top: 1px solid white;
}

.innerfade-title h2 {
	color: white;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	line-height: 34px;
}

.mycontrolboxclass {
	position: absolute;
	right: 35px;
	top: 20px;
}

.pics {
	height: 340px;
	width: 265px;
	padding: 0;
	margin: 0;
}

.pics img {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #EED9C3;
	width: 240px;
	height: 320px;
	top: 0;
	left: 0
}

/* special parure */
div.caption { /*border: solid 2px #C38D72;*/
	background-color: #C38D72;
	padding: 5px;
	color: white; /*#ccc;*/
	height: 270px;
}

div.caption a {
	color: #fff;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

/* Pour les Partages des r�seaux sociaux */
div.sociable {
	margin: 16px 0;
}

span.sociable_tagline {
	position: relative;
}

span.sociable_tagline span {
	display: none;
	width: 14em;
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

/*.sociable-hovers 
{
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.sociable-hovers:hover 
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}*/
div#nouveautes {
	clear: both;
	display: block;
	margin: 10px 0px;
	width: 640px !important;
	height: 298px !important;
	border: 1px solid black;
}

div#nouveautes .title {
	margin: 0;
	padding: 0;
	height: 56px !important;
	background: #fff url('../images/top_title_nouveautes.png') no-repeat
		scroll top left;
}

div#nouveautes .title .bullet {
	background: Transparent url('../images/bo_bullet3.png') no-repeat scroll
		top left;
	margin: 10px;
	float: left;
	width: 32px !important;
	height: 32px !important;
}

div#nouveautes .title .text {
	margin: 10px 10px 10px 0;
	float: left;
	font-size: 24px;
	font-family: University Roma LET, Century Gothic;
	color: #883E23;
}

div#nouveautes .cadre {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: black;
	height: 214px !important;
	width: 640px !important;
}

div#nouveautes .bottom {
	margin: 0;
	padding: 0;
	height: 28px !important;
	background: #fff url('../images/top_title_nouveautes.png') no-repeat
		scroll top left;
}

/*.img_nouveautes
{
	float:left; 
	margin-right:3px; 
	padding:1px; 
	width:149px;
	height:208px;
	background-color:white;
}*/ /* poisson d'avril */
div#fish {
	margin: 10px 0px;
	width: 640px !important;
	height: 395px !important;
	border: 1px solid black;
}

div#fish .title {
	margin: 0;
	padding: 0;
	height: 56px !important;
	/*background:#fff url('../images/top_title_nouveautes.png') no-repeat scroll top left;*/
}

div#fish .title .bullet {
	/*background:Transparent url('../images/bo_bullet3.png') no-repeat scroll top left;*/
	margin: 0px 0px 0 10px;
	/*float:left;
	width:32px !important;
	height:32px !important;*/
}

div#fish .title .text {
	margin: 0px 0px 0px 250px;
	float: left;
	font-size: 24px;
	font-family: University Roma LET, Century Gothic;
	color: #883E23;
}

div#fish .cadre {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: black;
	height: 214px !important;
	width: 640px !important;
}

div#fish .bottom {
	margin: 5px 7px 0 7px;
	padding: 0;
	/*height:28px !important;
	background:#fff url('../images/top_title_nouveautes.png') no-repeat scroll top left;*/
}

div#faq h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: University Roma LET, Century Gothic;
	color: #883E23;
}

div#faq strong {
	font-size: 14px;
	font-family: University Roma LET, Century Gothic;
	color: #883E23;
}

div#faq div {
	font-size: 12px;
	font-family: University Roma LET, Century Gothic;
	/*color: #883E23;*/
	top: -8px;
}

.socialHeader {
	bottom: 0;:
	/*height: 40px;*/
	height: 24px;
	/*overflow-x: hidden;*/
	/*overflow-y: hidden;*/
	/*/position:absolute;/*/
	position: relative;
	right: 0;
	width: 150px;
/*	left: 800px;
	top: 145px;*/
}

/*.socialHeader a {
	bottom: 0;
	height: 25px;
	position: absolute;
}

.socialHeader a.icoFacebookBig {
	right: 0;
	border: 0;
}

.socialHeader a.icoTwitterBig {
	right: 50px;
	border: 0;
}

.socialHeader a.icoRssBig {
	right: 100px;
	border: 0;
}

.socialHeader a:hover {
	height: 40px;
	border: 0;
}
*/
.socialHeader a img {
	text-decoration: none;
	border: none;
}

.msg_error {
	margin: 10px 5px 5px 5px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

.margin_yes {
	margin:5px 5px 5px 15px;
	width:840px;
}

