/*-------------------parametres generales HTML--------------------*/
body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #82091D;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.hidden {
	visibility: hidden;
}
/*---------------creation entete et pied de page------------------*/
#contenu {
	margin: auto;
	width: 857px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;
	text-align: left;
}
*html #contenu {
	background-image:none;
	padding-right: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/bg.png', sizingMethod="scale"); 
}
#head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	padding-right: 18px;
	padding-left: 18px;
	height: 18px;
	margin: auto;
	width: 857px;
}
a, input, table
{
	position: relative;
	z-index: 1;
}
#entete {
	height: 200px;
}

#bandeau {
	position: absolute;
	text-align: left;
	width: 684px;
	height: 210px;
}
#panier {
	height: 108px;
	width: 110px;
	background-image: url(images/bgpanier.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 717px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background-position: right;
}
#flash {
	position: relative;
	top: 10px;
	left: -27px;
}
*html #panier,*html #bandeau {
	margin-bottom: -2px;
}
#main {

	width: 485px;

	float: left;
	text-align: left;
	padding-top: 26px;
	padding-left: 7px;
	background-color: #FFFFFF;
	padding-right: 5px;
}
#titre {
	font-size: 18px;
	font-weight: bold;
	color: #82091D;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	font-variant: small-caps;
	margin-bottom: 20px;
}
.rouge {
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
}
.nom {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.article2 {
	background-image: url(images/bgsel.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width:200px;
	height: 265px;
	float: left;
	position: relative;
	margin-left: 20px;
}
*html .article2 {
	margin-left: 10px;
}
.article {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #ffffff;
	padding-bottom: 150px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: -5px;
}
.article3 a img {
	border: 1px solid #000000;
}

.descriptif {
	padding-left : 55px;
	padding-right: 25px;
	width: 225px;
	text-align: justify;
	color: #666666;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.article:hover .descriptif {	
	color: #000;

}
*html .descriptif {
	padding-left : 15px;
	padding-right: 25px;
	width: 265px;
}
.descriptif2 {
	width: 125px;
	color: #333333;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.descriptif a {
	display: block;
	text-align: right;
	width: 70px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bts a {
	width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
float: left;
	left: -50px;
}
*html .bts a {
	left: -10px;
}
.detail {
	margin-bottom: 20px;
	color: #6E276B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.detail a{
	text-decoration: underline;
	color: #6E276B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.detail a:hover{
	text-decoration: none;
}
.prix {	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: -15px;
	padding-left: 10px;
	width: 150px;
	font-size: 10px;
}
*html .prix {
	height: 150px;
}
*+html .prix {
	height: 150px;
}
.prix span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3333;
	font-weight: bold;
}
.info {
	float: left;
	position: absolute;
	top: 216px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
*html .info {
	float: left;
	position: absolute;
	top: 209px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
*+html .info {
	float: left;
	position: absolute;
	top: 209px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
*html .prixfixe {
	margin-top: 5px;
	margin-right: 2px;
}
*+html .prixfixe {
	margin-top: 0px;
	margin-right: 5px;
}
.prix em {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}



#etikette {
	position: absolute;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 325px;
}

.boutton {
	width: 135px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	color: #EE3E00;
	background-color: #FFFFF3;
	position: absolute;
	padding-left: 0px;
	border-width: 0px;
	margin-top: -5px;
	background-image: url(images/ajout.jpg);
	background-repeat: no-repeat;
}
.boutton:hover {
	background-image: url(images/ajoutup.jpg);
	background-repeat: no-repeat;
}

#pied {	text-align: center;
	width: 871px;
	margin-left: -7px;
}
#adresse {
	background-image: url(images/pied.gif);
	height: 50px;
	background-repeat: repeat;
}
#menu_bas {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #333333;
	font-size: 9px;
	width: 840px;
	margin-left: 11px;
}
#menu_bas div {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 9px;
}
#menu_bas a{
	color: #333333;
	text-decoration: none;
}
#menu_bas a:hover{
	color: #333333;
	text-decoration: underline;
}
*html #menu_bas {
	padding-left: 0px;
	margin-left: 0px;
}
*+html #menu_bas {
	padding-left: 0px;
	margin-left: 0px;
}
/*----------------------------Page CGV----------------------------*/
#soustitre {
	color: #82091D;
	font-weight: bold;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}
/*----------------------------Tableaux---------------------------*/
.Panier
{
	width:100%;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-family: Arial;
	color:black;
}
.Panierbis
{
	margin-top: -25px;
	margin-bottom: 15px;
	padding: 5px;
	width:250px;
	border: solid 1px #CCCCCC;
	font-family: Arial;
	color:black;
}
.Panier TD, .Panier TH, .PanierCadre TD
{
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 16px;
padding-left: 5px;
padding-right: 5px;
}
.Panier .vide, .PanierCadre .vide
{
	border:none;
	padding-right: 5px;
	padding-left: 5px;
}
.vide a img
{
	padding-top: 3px;
}
.Panier .gauche
{
	padding-left: 5px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 25px;
}
.Panier .bas
{
	padding-left: 5px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 2px;
}
.Panier .prix2, .PanierCadre .prix2
{
	padding-right:10px;
	text-align:right;
	height: 16px;
}
.PanierCadre
{
	width:100%;

	border-right: solid 1px #CCCCCC;
	font-family: Arial;
	color:black;
}
.PanierCadre #haut
{
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding-right:10px;
	height: 16px;
	}
.PanierTotal
{
	font-family: Arial;
	font-size: 12px;
	padding-right:10px;
	background-color:#E5E3E6;
	text-align:right;
	font-weight:bold;








	color:#6C266C;
	border:none;
	width: 75px;
}
#recalculer, #envoyer{
	background-color: #E4E4E4;
	color: #333333;
	font-variant: small-caps;
	border: 1px solid #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#valider {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#valider a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.vide a, .gauche a {
	color: #82091D;
}
#coupon_code{
	width: 47px; 
	margin: 2px;
}
*html #coupon_code{
	width: 44px; 
}
*+html #coupon_code{
	width: 44px; 
}

/*----------------------------Contact---------------------------*/
#mail {
	margin-top: 8px;
	margin-right: 5px;
}
#credit {
	text-align: right;
	margin-top: -17px;
	margin-right: 7px;
}
#credit a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
/*----------------------------comentaire---------------------------*/
#coms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-variant: normal;
	font-weight: normal;
}
#coms #titre {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-variant: normal;
	border: 1px solid #A5ACB2;
	width: 150px;
	height: 18px;
	font-weight: normal;
}
/*----------------------------selection---------------------------*/



/* Error list */
.error_list {
	color: #FF0033;
}
.error {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ad1112;
	background-color: #fdeaea;
	width: 95%;
	margin: 5px;
	padding: 5px;
	border: 1px solid #990000;
}
h3 {
	text-decoration: line-through;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;	
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
.small
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #444444
}
table.facture em{
    color: #C00;
	margin-left: 3px;	
}
.big{
	color: #830A1B;
	font-size: 15px;
	font-weight: bold;
}
fieldset{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #D4D4D3;
	color: #3D3D3D;
}
.inputform {
	color: #3c3c3c;
	padding-left: 5px;
	border: 1px solid #D4D4D4;
	background-image: url(../images/select_2.gif);
	height: 16px;
	background-position: left top;
}
.inputform:hover, .inputform:focus, .inputform:active {
	border: 1px solid #82091D;
}

/*Parrainage styles*/
.parrainage_title {
	color: #830A1B;
	font-size: 15px;
	font-weight: bold;
	style: width: 100%;
	border-bottom: 1px solid #003300;
	display: block;
}

.submenu li {
	margin-left: 15px;
	padding-left: 10px;
}
#promo span {
	position: absolute;
	margin-left: -480px;
	margin-top: 100px;
	width: 150px;
}
#promo a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #82091D;
	text-decoration: underline;
}
#promo a:hover {
	color: #000000;
}
