/* GENERAL */
br.clear {
	clear: both
}
hr.separation {
	visibility: hidden;
	height: 0px;
	clear: both;
	margin: -2px;
	padding: 0px;
}

img.alignright {
	float: right
}

img.alignleft {
	float: left
}

.alignright {
	text-align: right
}

.alignleft {
	text-align: left
}

.aligncenter {
	text-align: center;
}

.erreur {
	border: 1px solid red;
	font-weight: bold;
	color: red;
	padding: 5px;
	margin:10px 0 5px 0;
}

.rssImage {
	background: transparent url(front/rss.png) no-repeat right bottom;
	margin: 2px;
	padding-right: 18px;
}

/* Body  [Charte Générale]
****************************************/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

/* Layout
****************************************/
#document {
	width: 100%; 
	margin: 0 auto;
	padding: 0;
}

#bandeauHaut {
	height: 120px;
}

#colonneGauche {
	width: 240px;
	float: left;
	overflow: hidden;
}

#contenu {
	width: 680px;
	float: right;
	margin-top: 10px;
}

#bandeauBas {
	overflow: hidden;
}

.ajuste {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/* Elements HTML [Charte Générale]
****************************************/
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}



h1 {
	color: #993300; /* C2 */
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 124%;
	color: #cc9966; /* C3 */
}

h3 {
	font-size: 130%;
}

#contenu h2, #identification h2 {
	font-size: 160%;
	color: #cc9966; /* C3 */
	border-bottom: 1px solid #cc9966; /* C3 */
	margin-bottom:10px;
	margin-top:5px;
}

h4, h5, h6 {
	font-size: 100%;
}

input,select,textarea {
	background-color: #FFF;
	border: 1px solid #993300; /* C2 */
	color: #993300; /* C2 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.checkbox,input.radio {
	border-style: none;
}

.titreModulesC1, .clColonne .titreModules{
	font-size: 143%;
	padding-top: 25px;
	color: #993300; /* C2 */
}

.titreModulesC2 {
	margin-bottom: -5px;
	color: #993300; /* C2 */
	font-size: 160%;
	padding: 15px 0 0 0;
}

#contenu h3.titreModulesC5 , .clCentralLarge .titrage h3.titreModules {
	color: #ffcc99; /* C5 */
	font-size: 143%;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0;
	font-weight: normal;
	width:auto;
	float:left;
}

.encadreC1, .clColonne .encadre {
	background: #552300; /* C1 */
	color: #993300; /* C2 */
	border: 1px solid #993300; /* C2 */
	padding: 15px;
}

.encadreC1, .clColonne .encadre, .submit{
	background-color: #552300 !important; /* C1 */
	color: #993300 !important; /* C2 */
	border: 1px solid #993300 !important; /* C2 */
}

.encadreC1 a:link,
.encadreC1 a:visited, 
.clColonne .encadre a:link,
.encadre a:visited {
	color: #993300; /* C2 */
}

.mapLink {text-decoration:none;}

.encadreC1 a:hover, .clColonne .encadre a:hover{
	color: #663300; /* C4 */
}

.encadreC1 ul {
	margin-bottom: 20px;
	/*text-align: left;*/
}

.encadreC1 ul li {
	list-style: none;
}

.encadreC1 img {
	margin: 1px auto;
}

#vitDescription ul li, .accroche ul li {
	list-style: disc;
	margin: 3px 0 3px 15px;
}

a:link,a:visited {
	color: #993300; /* C2 */
}

.aligneDroite {
	text-align: right;
}

.aligneGauche {
	text-align: left;
}

.aligneCentre {
	text-align: center;
}

img.aligneDroite {
	float: right;
}

img.aligneGauche {
	float: left;
}

.encadreC5, .clCentralLarge .encadre {
	float: left;
	background-color: #ffcc99; /* C5 */
	color: #663300; /* C4 */
	border: 1px solid #663300; /* C4 */
	padding: 15px;
	width:648px;
}

.encadreC5 #idCategorie{
	width:280px;
}

span.C4 {
	color: #663300; /* C4 */
}

/* Document 		[Charte Générale]
****************************************/
.corps {
	padding: 20px 0;
}
#generationTime  {
	display:none;
}
.chemin {
	width: 960px;
	margin: 0 auto;
	color: #993300; /* C2 */
}

.chemin p {
	font-size: 80%;
	font-weight: bold;
}

/* Bandeau Haut 	[Charte Générale]
****************************************/
#bandeauHaut {
	background: #552300; /* C1 */
}

#vitrineImg {
	padding: 5px 10px 5px 0;
	width: 14%;
	float: left;
}
#vitrineImg .logo {
	vertical-align: middle;
}
#vitrineTxt {
	/*padding: 15px 20px 15px 5px;*/
	float: left;
	width:585px;
}

.tools {
	/*float: right;
	margin-top: 10px;*/
}

.artCont {
	background: #993300; /* C2 */
	width: auto;
	color: #FFF;
	overflow: hidden;
	padding: 10px;
	text-align: center;
  border : 1px solid #FFF;
}

.artCont a {
	color: #FFF;
}
.artCont a:link, .artCont a:visited {
	color: #FFF;
}

.panier {
	padding-left: 20px;
	padding-top: 20px;
	background: url(front/panier.gif) no-repeat bottom left;
}

.contact {
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(front/contact.gif) no-repeat bottom left;
}

.search {
	margin-top: 5px;
	margin-left: 1px;
}

.search input.recherche {
	border: 1px solid #993300; /* C2 */
	color: #993300; /* C2 */
	font-size: 97%;
	margin-right: 1px;
	padding: 0 15px 0 12px;
}

.search input.submit {
	border: none;
	background-color: #552300; /* C1 */
	color: #993300; /* C2 */
	padding-left: 2px;
	font-size: large;
	height: 22px;
	text-align:center;
	width: 32px;
	
}

#marques {
	padding-bottom: 10px;
}

#marques h3 {
	color: #993300; /* C2 */
	font-size: 143%;
	padding-top: 25px;
}

#marques select {
	width: 100%;
	padding: 0;
	margin: 0;
}

#engagements {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#engagements .Securise {
	border-bottom: 1px solid #993300; /* C2 */
	font-size: 90%;
}

#engagements #Paiement {
	font-size: 90%;
}

#engagements p {
	margin-top: 5px;
}

#bonnesAffaires {
	margin-top:10px;
	display:block;
}
#bonnesAffaires .titrageContenu {
	color: #993300; /* C2 */
	border-bottom: 1px solid #cc9966; /* C3 */
	display:block;
	height:2.5em;
}

#bonnesAffaires .rss {
	margin-top: 1.1em;
	font-size: 72%;
	color: #cc9966; /* C3 */
	float: right;
}

.promos {
	width: 213px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	padding: 5px;
}

.picto {
	background: url(/uploads/_palette/30/etoile.png) no-repeat 50% 50%;
	padding: 15px 13px 18px 15px;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 108%;
	text-align: center;
	width: 31px;
}

.pictoBa {
	background: url(/uploads/_palette/30/etoile.png) no-repeat top left;
	padding: 15px 12px 18px 10px;
	float: right;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 108%;
	text-align: center;
	width: 31px;
}

.picto a {
	color: #FFF;
	text-decoration: none;
}

.txtPromo {
	font-size: 107%;
	color: #993300; /* C2 */
	font-weight: bold;
	padding-top: 5px;
}

.lienOffres {
	clear: both;
	font-size: 142%;
	padding-bottom: 15px;
}

/*------------ MINIMODULES ----------*/
#miniModules {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

/*------------ CATEGORIE ------------*/
#categorie {
	margin-top: 10px;
	display:block;
}

#categorie .titrageContenu {
	border-bottom: 1px solid #ffcc99; /* C5 */
	overflow: hidden;
	background: #663300; /* C4 */
	width: 680px;
}

/*------------ NOUVEAUTES ----------*/
#nouveautes {
	margin-top:10px;
	display:block;
}
#nouveautes .titrageContenu, .clCentralLarge .titrage{
	border-bottom: 1px solid #ffcc99; /* C5 */
	display:block;
	height:2.5em;
	background: #663300; /* C4 */
}

#nouveautes .rss {
	margin-top: 1.1em;
	font-size: 72%;
	color: #ffcc99; /* C5 */
	float: right;
	display: inline;
}
#nouveautes .rss a {
	color: #ffcc99; /* C5 */
}

/* un produit */
.produit, .unProduit {
	width: 162px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}

.produit table.divImg td,
.unProduit table.divImg td{
	margin: auto;
	background: #FFF;
	border: 1px solid #DDD;
	width: 160px;
	height: 156px;
	vertical-align: middle;
	text-align: center;
	padding: 3px 0 0 0;
}

.produit h4,
.unProduit h4,
.unProduit .libelle {
	font-size: 130%;
	font-weight: normal;
}

.produit h5,
.unProduit h5,
.unProduit .libelle span {
	font-size: 200%;
	padding: 5px 0;
}

.produit .caddie,
.unProduit .caddie {
	color: #663300; /* C4 */
	background: url(/uploads/_palette/30/panier-produit.png) no-repeat bottom right;
	margin-right: 12px;
}

.caddie a:link,.caddie a.visited {
	color: #993300; /* C2 */
	font-size: small;
	font-weight: bold;
}
.sanslien {
	color: #993300; /* C2 */
	font-size: small;
}
#produitComplet input {
	padding: 1px;
	margin-top: 10px;
}

#produitComplet input#sel_quantite {
	text-align:center;
}

#produitComplet select {
	padding: 1px;
	margin-top: 10px;
}

.spanTaxeEco{
	font-size : 11px;
}

/*------------ NOTRE SELECTION ----------*/
.selection {
	overflow: hidden;
	float: left;
	width: 200px;
	padding-right: 30px;
	border-right: 1px solid #EEE;
}

.selection h3 {
	font-size: 143%;
	padding-top: 25px;
	color: #663300; /* C4 */
	background: #FFF;
}

.sousSelection {
	overflow: hidden;
}

.uneSelection {
	overflow: hidden;
	width: 220px;
	border-top: 1px solid #663300; /* C4 */
}

.image {
	padding: 5px;
	float: left;
	width: 60px;
	text-align: center;
	vertical-align: center;
}

.sousSelection .nom {
	float: left;
	margin-top: 10px;
	width: 100px;
	font-weight: bold;
}

.sousSelection .prix {
	float: left;
	font-size: 129%;
	width: 100px;
}

.ajoutPanier {
	float: right;
	width: 30px;
	height: 45px;
	margin-top: 18px;
}

/*------------ TOP VENTES ----------*/
.topVentes {
	overflow: hidden;
	margin-left: 10px;
	padding-right: 15px;
	float: left;
	width: 200px;
}

.topVentes h3 {
	font-size: 143%;
	padding-top: 25px;
	color: #663300; /* C4 */
	background: #FFF;
}

.unTopVentes {
	overflow: hidden;
	width: 200px;
	border-top: 1px solid #663300; /* C4 */
}

.unTopVentes .nom {
	float: left;
	font-weight: bold;
	margin: 7px 0 0 5px;
	width:150px;
}

.unTopVentes .prix {
	float: left;
	font-size: 129%;
	width: 140px;
	margin: 0 0 7px 5px;
}

.unTopVentes .cellule {
	float: left;
	width: 30px;
	height: 30px;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	color: #993300; /* C2 */
	border: 1px solid #993300; /* C2 */
	background-color: #552300; /* C1 */
	margin: 5px;
}

/*------------ PLAN DU SITE ----------*/
#plansite h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px dotted #993300; /* C2 */;
	border-top: none;
	border-right: none;
	padding: 3px 5px;
}

#plansite h4 a,#plansite h5 a,#plansite h6 a {
	margin-bottom: 5px;
	text-decoration: none;
}

#plansite li {
	margin-left: 20px;
	list-style-type: none;
}

#plansite li {
	list-style-type: none;
}

/*------------ PAGE RSS ----------*/
.flux a:hover {
	color: #663300; /* C4 */
}

/*------------ ACTUALITES ----------*/
.actualites {
	overflow: hidden;
	margin-left: 20px;
	float: left;
	width: 200px;
	font-size: small;
}

.actualites h3 , .clCentral .titreModules{
	font-size: 143%;
	padding-top: 20px;
	color: #663300; /* C4 */
	background: #FFF;
	margin: 0;
}

.actualites h4 {
	font-weight: normal;
	padding-top: 10px;
	color: #000;
}

.encadreActuC5, .clCentral .encadre {
  float: left;
	background-color: #ffcc99; /* C5 */
	color: #663300; /* C4 */
	border: 1px solid #663300; /* C4 */
	padding: 15px;
}

.actualites .encadreActuC5 p {
	font-weight: normal;
	padding-bottom: 10px;
	color: #000;
	font-size: 85%;
}

.actualites a {
	color: #993300; /* C2 */
	text-decoration: none;
	display: block;
}

.actualites a:hover {
	color: #663300; /* C4 */
}

.actualites a strong {
	color: #000;
}

.actualites p.rss {
	text-align: right;
	color: #000;
}

.blcPage {
	border-bottom: 2px dotted #993300;
}
.blcPage h3{
	color: #663300; /* C4 */
	font-size: 130%;
}
.blcPage h3 span{
	color: #993300; /* C2 */
}
.blcPage p.date{
	margin: 3px 0pt 10px 8px;
	font-style: oblique;
	font-size: 90%;
	font-weight: bold;
}
p.rss a {
	text-decoration:underline;
}
p.rss a:link,p.rss a:hover,p.rss a:visited {
	color: #663300; /* C4 */
	font-size: 80%;
}


#bandeauBas {
	padding: 10px;
	background: #993300; /* C2 */
	color: #552300; /* C1 */
	font-weight: normal;
	font-size: small;
}

#bandeauBas a {
	color: #552300; /* C1 */
	text-decoration: none;
}

.sousCategories {
	margin:auto;
	text-align:center;
}

.sousCategories td {
	width: 160px;
	vertical-align:middle;
	text-align:center;
}

.sousCategories h4 {
	font-size: 107%;
}

.sousCategories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sousCategories ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.sousCategories li {
	font-size: 95%;
	font-weight: bold;
	padding: 3px 2px;
}

#footer {
	text-align: center;
	padding: 10px 0;
}

#footer ul {
	list-style: none;
	display: inline;
}

#footer ul li {
	display: inline;
	padding: 0 30px;
	border-right: 1px solid #FFF;
	font-size: 71%;
	font-weight: bold;
}

#footer ul li.rss {
	padding-right: 20px;
	margin-right: 20px;
	border: none;
}

#footer ul li.rss img {
	position: relative;
	top: 3px;
	padding-left: 2px;
}

.categorie .produit,
.categorie .unProduit,{
	padding: 10px 0;
}

.categorie .produit h5,
.categorie .unProduit h5 {
	font-size: 100%;
}

.categorie .produit h4,
.categorie .unProduit h4{
	font-size: 121%;
	font-weight: bold;
}

.categorie .produit h5,
.categorie .unProduit h5 {
	font-size: 100%;
	padding: 0;
}

.categorie .produit .caddie,
.categorie .unProduit .caddie {
	padding: 0;
	color: #663300; /* C4 */
	background: url(/uploads/_palette/30/panier-produit.png) no-repeat bottom right;
	margin-right: 12px;
}

.pagination {
	float: left;
	width: 648px;
	text-align: center;
}

.categorie .pagination {
	margin: 0 auto;
	text-align: center;
}

.pagination .pages {
	padding: 15px 0 5px 0;
}

.pagination .regletteNavigation span a,.pagination .regletteNavigation span strong
	{
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #663300; /* C4 */
	color: #663300; /* C4 */
	text-decoration: none;
	font-weight: bolder;
}

.pagination .regletteNavigation span strong {
	font-weight: bold;
	border-style: dotted;
}


.pagination .regletteNavigation span.left a,.pagination .regletteNavigation span.right a
	{
	padding: 5px;
	background: #ffcc99; /* C5 */
	border: none;
	color: #663300; /* C4 */
	text-decoration: none;
	font-size: 200%;
	font-weight: bolder;
}


h3.titreBlancC5 {
	color: #FFF;
	font-size: 160%;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	display: inline;
	float: left;
}

#produitComplet {
	margin-bottom: 20px;
}

.titrageContenuC2 {
	overflow: hidden;
}

h3.titreBlancC2 {
	color: #FFF;
	font-size: 160%;
	font-weight: normal;
	background-color: #993300; /* C2 */
	width: 100%;
	border: 1px solid #993300; /* C2 */
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

#produitComplet .encadreC1 {
	padding: 10px;
	margin: 0;
}

.encadreC1 {
	overflow: hidden;
}

.gaucheProduit {
	width: 430px;
	text-align: justify;
	font-size: 85%;
	color: #000;
	vertical-align:top;
}

ul#etatProduit {
	padding-top: 10px;
	text-align: center;
}

.gaucheProduit #etatProduit li {
	list-style: none;
	display: inline;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

.gaucheProduit #promos {
	float: left;
	margin-right: 3px;
	overflow: hidden;
	padding: 5px;
}

.gaucheProduit #picto {
	background: url(/uploads/_palette/30/etoile.png) no-repeat top left;
	padding: 15px 12px 18px 10px;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	width: 30px;
}

.gaucheProduit #picto a {
	color: #FFF;
	text-decoration: none;
}

.gaucheProduit #txtPromo {
	font-size: 107%;
	color: #993300; /* C2 */
	font-weight: bold;
	padding-top: 5px;
}

.gaucheProduit #txtPromo a {
	text-decoration: none;
}

.gaucheProduit ul {
	margin: 10px;
}
.gaucheProduit ul li{
	list-style: disc;
}

.droiteProduit {
	text-align: center;
	width: 200px;
	vertical-align:top;
}
.droiteProduit ul {
	list-style: none;	
}
.droiteProduit #divHidder {
	text-align: center;
}
.droiteProduit #blcAchat {
	text-align: center;
}
table.divImg  {
	margin:auto;
	text-align:center;
}
.droiteProduit table.divImg td {
	margin: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 160px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 4px;
}

.droiteProduit .facettes {
	padding-top: 5px;
}

.droiteProduit .prix {
	font-size: 100%;
	/*float: left;*/
	overflow: hidden;
	/*width: 165px;*/
	text-align: center;
	/*margin-right:10px;*/
}
#spanPrix{
  font-size: 160%;
}
.barre{
	text-decoration:line-through;
	font-size:90%;
}

.droiteProduit .choix {
	/*text-align: left;*/
}

#produitComplet .droiteProduit .choix label {
	/*float: left;*/
	padding-top: 10px;
	width: 65px;
}

.droiteProduit .choix input {
	padding: 1px;
	margin-top: 10px;
}

.droiteProduit .choix select {
	padding: 1px;
	margin-top: 10px;
}

.droiteProduit .caddie {
	margin-top: 5px;
	text-align: center;
	/*padding-right: 20px;*/
	background: url(/uploads/_palette/30/panier-ajouter.png) no-repeat scroll 170px;
}
.droiteProduit form {
	margin:0;
	padding:0;
}
.droiteProduit #divEtat {
	clear:both;
	margin:5px 0px ;
	padding:3px 0px ;
	border:none;
	border-top: 1px solid #993300; /* C2 */	
}
.droiteProduit .etatGeneral {
	clear:both;
	margin:5px 0px ;
	padding:3px 0px ;
	border: 1px solid #993300; /* C2 */
	border-left:none;
	border-right:none;		
}

.entoure {
	width: 680px;
	margin: 5px 0 10px 0;
}

.entoure a:hover {
	color: #663300; /* C4 */
}

#caddie {
	background: url(/uploads/_palette/30/panier-ajouter.png) no-repeat 130px;
	padding-right: 50px;
}

#unAmi {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#unAmi h3 {
	color: #993300; /* C2 */
	border-bottom: 1px solid #993300; /* C2 */
	font-size: 160%;
	background: url(/uploads/_palette/30//enveloppe-grande.png) no-repeat center left;
	padding-left: 40px;
	margin-bottom: 10px;
}

#unAmi .colDroite {
	text-align: left;
	float: left;
	width: 420px;
}

#unAmi .colGauche {
	text-align: left;
	float: left;
	width: 250px;
}

#unAmi label {
	height: 20px;
}

#unAmi .colGauche input {
	width: 95%;
	height: 20px;
}

#unAmi .colDroite textarea {
	height: 65px;
	width: 97%;
}

#unAmi .action {
	text-align: right;
	padding: 5px 20px;
}

#unAmi .envoi {
	background: #552300; /* C1 */
	border: 1px solid #993300; /* C2 */
	color: #993300; /* C2 */
}

.titrageContenuRose {
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	background: #993300; /* C2 */
}

#imprime {
	width: 680px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	padding: 4px 0;
}

.imprimer {
	background: url(/uploads/_palette/30/imprimante.png) no-repeat center right;
	padding-right: 20px;
}

.envoyerAmi {
	background: url(/uploads/_palette/30/enveloppe-petite.png) no-repeat scroll 97% center;
	border-right: 1px solid #993300;
	margin-right:2px;
	padding-right:27px;
}

/************************************************************************************/
/*                                   NAVIGATION                                     */
/************************************************************************************/
ul#navigation {
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation ul,#navigation ul ul {
	margin: 0;
	padding: 0;
}

#navigation li { 
	list-style: none;
	background: url(/uploads/_palette/30/fleche-menu.png) no-repeat 0 18px;
	border-bottom: 1px solid #663300; /* C4 */
	margin: 0;
	padding: 10px 0 10px 18px;
	text-align: left;
	color: #663300; /* C4 */
}

#navigation li li li{
	border:none;
	padding: 5px 0 5px 18px;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	color: #cc9966; /* C3 */
}

#navigation .active {
	color: #cc9966; /* C3 */
}

#navigation .active span {
	color: #cc9966; /* C3 */
}

#navigation .selected {
	color: #cc9966; /* C3 */
}

#navigation .selected span {
	color: #cc9966; /* C3 */
}

/* gestion des niveaux */
#navigation li a {
	font-size: 137.5%;
}

#navigation li li span a {
	padding: 0 0 0 10px;
	font-size: 100%;
	background-color: #ffcc99; /* C5 */
	border-bottom: 0px;
	list-style: none;
	font-weight: normal;
	background-image: none;
	display:block;
}

#navigation li li li a,
#navigation li li li span a {
	padding: 0 0 0 15px;
}

/************************************************************************************/
/*                                   CONTACT                                     	*/
/************************************************************************************/
#contenuContact {
	margin: 20px 0 0 0;
}

#contenuContact .envoyer {
	background: #552300; /* C1 */
	border: 1px solid #993300; /* C2 */
	height: 25px;
	padding: 0 20px 0 20px;
	color: #993300; /* C2 */
	cursor: pointer;
}

#contenuContact table {
	color: #993300; /* C2 */
}

#contenuContact input {
	height: 20px;
}

#contenuContact select,#contenuContact textarea {
	width: 99%;
}

#contenuContact th,#contenuContact td {
	vertical-align: top;
	text-align: left;
}

#contenuContact th label {
	font-weight: normal;
	display: block;
}

#contenuContact td {
	padding: 4px;
}

#contenuContact tfoot td {
	text-align: right;
}

/************************************************************************************/
/*                                   NOUS TROUVER 									*/
/************************************************************************************/
table.tadresse {
	width: 100%;
	border-collapse: collapse;
}

table.tadresse td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #993300; /* C2 */
}

/************************************************************************************/
/*                                   PANIER                                     	*/
/************************************************************************************/
#resteFrancoPort, #francoPort {
	font-weight:bold;
}
#asterZone{
	font-size:10px;
}
table.panier{
	border-collapse: collapse;
	color: #993300; /* C2 */
	border-left: 1px solid #993300; /* C2 */
	border-right: 1px solid #993300; /* C2 */
}
table.panier input {
	text-align: center;
}
table.panier th{
	border: 1px solid #993300; /* C2 */
	padding: 5px 0 5px 0;
	font-weight: bold;
	background-color: #552300; /* C1 */
}
table.panier td{
	border-bottom: 1px solid #993300; /* C2 */
	padding:5px;
}
#number{
	text-align:right;
}
table.panier .ssTotal {
	padding: 5px 0 5px 0;
	background-color: #552300; /* C1 */
	text-align:left;
	border: 1px solid #993300; /* C2 */
}
#bouton {
	float: left;
	width: 680px;
	padding: 5px 0 5px 0;
}
#bouton .submit {
	background: #552300; /* C1 */
	border: 1px solid #993300; /* C2 */
	color: #993300; /* C2 */
	padding: 3px;
	cursor: pointer;
}
#bouton #termine {
	float: right;
	width: 50%;
	text-align: right;
	font-style:oblique;
	font-weight:bold;
}
#bouton #poursuivre {
	float:left;
	font-style:oblique;
	font-weight:bold;
	text-align:left;
	width:50%;
}

#videPanier {
	text-align: right;
	font-size: 80%;
	padding-right: 5px;
	color: #993300; /* C2 */
}
#imprimeCommande {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	padding: 0 10px 4px 0;
	float: right;
	width: 200px;
}
/************************************************************************************/
/*                                   COMMANDE                                     	*/
/************************************************************************************/
#commande {
	margin: 0;
	width: 99%;
	color: #993300; /* C2 */
	float: left;
}

#commande .envoyer {
	background: #552300; /* C1 */
	border: 1px solid #993300; /* C2 */
	height: 35px;
	padding: 0 20px 0 20px;
	color: #993300; /* C2 */
	cursor:pointer;
}

#commande table {
	color: #993300; /* C2 */
	width: 100%;
}

#commande input.text {
	height: 20px;
}

#commande textarea {
	width: 97%;
}

#commande th {
	text-align: left;
}

#commande th label {
	font-weight: normal;
	display: block;
	padding: 3px 3px 3px 10px;
}

#commande td {
	padding: 3px;
}

#commande tfoot td {
	text-align: center;
}

#commande select {
	padding: 0;
	margin: 0;
}

#modePaiement, #modeLivraison , #coordonnees  {
	border: 1px solid #993300; /* C2 */
	margin: 0 0 10px 0;
	width:678px;
}

#ID_ZONELIVRAISON{
	width: 540px;
}

#coordonnees table {
	width:100%;
}

#contenu h3.titreCs,
#contenu h3.titreBa {
	font-size: 143%;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0;
	font-weight: normal;
	width:auto;
	float:left;
}

#contenu h3.titreCs {
	color : #ffcc99; /* C5 */
}

.page {
  border-bottom: 2px dotted #993300;
  padding-bottom:20px;
}

/*********/ 
/* COVER */ 
/*********/
#cover {
	display: block;
	z-index: 100;
	filter: alpha(opacity = 50);
	opacity: .5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	cursor: wait;
}

/********************/ 
/* ETAPES COMMANDES */ 
/********************/
#navCommande {
	text-align:center;
}
#navCommande table {
	margin:auto;
	margin-bottom:5px;
}
#navCommande td {
	background: #552300; /* C1 */
	color: #993300; /* C2 */
	padding: 5px 10px;
}
#navCommande td.selected {
	background: #993300; /* C2 */
	color: #552300; /* C1 */
	
}

/***********/ 
/* SLIDER */ 
/**********/

#slider-bg {
    position: relative;
    background:url(../../images/slider/bg-fader.gif) 5px 0 no-repeat;
    height:28px;
    width:228px;
    margin:auto; 
}

#slider-thumb {
    cursor:pointer;
    position: absolute;
    top: 4px;
}

/******************/
/* CONTENU LIBRE */
/*****************/

.clCentral h3 {
	font-size: 17px;
	margin: 0;
}

.clCentralLarge{
	clear : both;
}

.clCentral {
	width: 200px;
	margin: 0 0 0 20px;
	float: left;
}

/******************/
/*bandeau onclick*/
/******************/
#bandeauContrat{
	position: fixed;
	background:#FFFFFF;
	width:100% !important;
}
#bandeauContrat p{
	display:block;
	height:15px;
	text-align:right;
}
#banniereContrat{
	height:104px;
	background :#FFFFFF url(front/bandeau_evalutation.jpg) no-repeat top center;
	color:#FF0000;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	padding-top:15px;
}
.marginBandeauContrat{
  padding-top:145px;
}

.prixUnite{
	font-size:60%;
	font-weight:normal;
	float:left;
	width:100%;
}

.codePromo {
	padding:10px;
}

.modeVacances{
	border:1px solid #552300;
	margin:5px 0;
	padding:5px;
}

.submit{
	cursor:pointer;
	background-color: #552300; /* C1 */
	border:1px solid #993300; /* C2 */
	color:#993300; /* C2 */
	line-height:25px;
	padding:0 20px;
}

#deconnexion{ overflow:hidden; width:100%;}
#deconnexion a{ float:right;}

.connexion{ width:49%; float:left; margin-right:10px;}
.inscription{ width:48%; float:right; margin-left:10px;}
.inscription table tr th,
.deconnexion table tr th  { text-align:right; }