/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	/*background-color: #ED6010;*/
	/*background-color: #f0f0f0;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/fd_body.jpg);*/
	background-repeat: repeat-y;
	background-position: 50% 0;
}

p {padding:0;margin:0}
select {
}

img {
  border:0;
}	
a:link {
	color: #542F07;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #542F07;
}
a:hover {
	text-decoration: none;
	color: #E1500E;
}
a:active {
	text-decoration: none;
	color: #542F07;
}

.linkBack {
	font-weight:bold;	
}
.linkBack span{
text-decoration:underline;
}

.linkBack a:link{
	text-decoration:underline;
	}
.linkBack a:visited {
	text-decoration: underline;
}
.linkBack a:hover {
	text-decoration: underline;
}
.linkBack a:active {
	text-decoration: underline;
}
/* Header */
.header {
	height:130px;
	width:1029px;
	/*background-image:url(../images/fd_header.png);*/
	background-color: #f0f0f0;
	background-repeat:no-repeat;
}

/*#menu_header {
  float:right;
  height:40px;
  width:300px;
  background-color:white;
}*/

ul.menu_header { 
height : 30px;
margin : 0;
padding : 0;
/*background-color : #d8d7d7;*/
list-style-type : none; 
}
 
ul.menu_header li {
padding : 0;  
line-height : 30px;
}

ul.menu_header li.bouton_gauche {
float : left; 
}

ul.menu_header li.bouton_gauche img { 
border : none;
padding :  0 0.5em;
margin-top:5px;
margin-bottom:-5px;
}
 
ul.menu_header li.bouton_droite {
float : right;
}
 
ul.menu_header a {
color : black;
text-decoration : none;
padding : 0 2px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
 
ul.menu_header a:hover { text-decoration : underline; }

ul.menu_header a img { 
border : none;
padding :  0 0.5em;
}


.centre {
	/* background-image:url(../images/fd_centre.gif);
	background-repeat:repeat-x; */
}

/* Menu principal */
.menug
{
	position:relative;
	top:10px;
	left:0px;
	width:175px;
	clear:both;
}
.menu_h {
	position:relative;
	width:175px;
	height:11px;
	/*background-image:url(../images/menu_haut.gif);*/
	background-repeat:no-repeat;
	float:left;
}
.menu_b {
	position:relative;
	width:175px;
	height:11px;
	/*background-image:url(../images/menu_bas.gif);*/
	background-repeat:no-repeat;
	float:left;
}
.menu_bouton {
	position:relative;
	width:235px;
	height:26px;
	background-image:url(../images/fond-menu-gris.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menu_cat {
	position:relative;
	font-size:13px;
	border-bottom:#ED6010 1px solid;
	width:235px;
	height:26px;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
	float:left;
	color:#923f0f;
}

.menu_lien {
	display:block;
	position:absolute;
	left:10px;
	top:5px;
	height:16px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	color:#923f0f;
	font-family:Tahoma, Verdana;
}
.menu_lien a:link{color:#923f0f;}
.menu_lien a:visited{color:#923f0f;}
.menu_lien a:hover{ color:#E1500E; }

.menu_rub {
	display:block;
	position:absolute;
	left:10px;
	top:5px;
	height:20px;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Verdana;
}

	
.menu_rub a:link{color:#923f0f}
.menu_rub a:visited{color:#923f0f;}
.menu_rub a:hover{ color:#E1500E; }

.recherche {
	position:relative;
	margin-top:10px;
	margin-left:50px;
	text-align:center;
	height:50px;
}
.recherche input {
	padding-left:0px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	font-weight:bold;
}

.liensFooter {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	text-align:center
}
.liensFooter a {
	margin-left:5px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* Zone de Contenu */
.contenu {
  margin-left:17px;
	width:696px;
	background-color:#FFFFFF;
}
/* Footer */
.footer {
	height:123px;
	width:1019px;
	/*background-image:url(../images/fd_footer.png);*/
	background-repeat:no-repeat;
	background-color: #f0f0f0;
}


H1 {
  text-align:center;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
	padding: 12px 0 0 0px;
}

H2 {
	font-size: 14px;
	color: #662305;
}
H3 {
	font-size: 16px;
	/*color: #6F1B00;*/
	border-bottom: 3px solid #EE724C;
}
H4 {
	display:block;
	width:750px;
	font-size: 22px;
	font-weight: bold;
	/*color: #ED6010;*/
	font-family: verdana, arial, helvetica;
	text-align:center;
	}

.ArticleBox {
	position:relative;
	width: 680px;
	margin: auto;
	background-color:#FFF;
	padding-bottom:20px;
}


.ArticleBoxContent {
	margin: 4px;
	margin-top:0px;
	text-align:center;
}

.ArticleBoxContent IMG {
	border:none;
}

.ArticleBoxContent A {
	border:none;
	text-decoration : none;
}

.ArticleBoxContentTitre {
	display:block;
	/*color:#662305;*/
	text-align:center;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	overflow:hidden;
}

.ArticleBoxContentTitre H1 {
	color:#662305;
}

.ArticleBoxTexte {
	display:block;
	padding:20px;
	text-align:justify;
	color:#4d4c4c;
	font-size:12px;
	overflow:hidden;
	line-height:12px;
}

.ArticleBoxTexte H3{
  text-align:center;
	font-size: 14px;
	/*color: #ED6010;*/
	border:0;
	padding-bottom:0px;
	margin-bottom:0px;	
}

.ArticleBoxPrix {
	display:block;
	height: 50px;
	background: #FFFFFF;
	margin-top: 3px;
	padding: 3px 0;
	text-align: center;
	font-size: 14px;
}


.ArticleBoxPrix SPAN {
	font-size: 20px;
	font-weight: bold;
	color: #ED6010;
	font-family: verdana, arial, helvetica;
}

.ArticleBoxPrix .ref {
	font-size: 14px;
	color: #6F1B00;
	font-family: verdana, arial, helvetica;
}

.ArticleBoxPrix SUP {
	font-size: 17px;
	font-weight: normal;
}

.ArticleBoxPrix A {
	background: url(../images/bg_bouton.gif) 0 0 no-repeat;
	width: 125px;
	height: 21px;
	padding: 3px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	font-weight: bold
}

.ArticleBoxAjout {
  position:relative;
	bottom:0px;
  background: #F0F0F0;
	margin: 7px 0 0 0px; 
	border:0;
	border-top: #ED6010 1px solid; 
	border-left: #ED6010 1px solid; 
	padding: 3px 10px; 
	font-size: 11px; 
	font-weight: bold; 
	color:#662305;
	width:150px;
	background:url(../images/caddie.jpg) no-repeat #F0F0F0;
}

.ArticleBoxAjoutHoover {
  background: #F0F0F0;
	margin: 7px 0 0 0px; 
	border:0;
	border-top: #ED6010 1px solid; 
	border-left: #ED6010 1px solid; 
	padding: 3px 10px; 
	font-size: 11px; 
	font-weight: bold; 
	color:#ED6010;
	width:150px;
	background:url(../images/caddie.jpg) no-repeat #F0F0F0;
}

/* Liens spécifiques */

.navigation {
	background-color:#CC6600;
	width: 750px;
	height: 26px;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center; 
	margin: 5px 0 0 0;
	padding-top:5px;
}
.navigation a:link {
	border: #e6e6e6 1px solid;
	padding: 2px 6px;
	font-size: 15px;
	font-weight:bold;
	background: #f9f9f9;
	color: #636363; 
	text-decoration: none;
}
.navigation a:visited {
	border: #e6e6e6 1px solid;
	padding: 2px 6px;
	font-size: 15px;
	font-weight:bold;
	background: #f9f9f9;
	color: #636363; 
	text-decoration: none;
}
.navigation a:hover {
	border: #e6e6e6 1px solid;
	padding: 2px 6px;
	font-size: 15px;
	font-weight:bold;
/*	background: #662305;
	color: #FFFFFF;*/
	text-decoration: none;
}
.navigation a:active {
	border: #e6e6e6 1px solid;
	padding: 2px 6px;
	font-size: 15px;
	font-weight:bold;
/*	background: #662305;
	color: #FFFFFF;*/ 
	text-decoration: none;
}
.navigation span {
	border: #e6e6e6 1px solid;
	padding: 2px 6px;
	font-size: 15px;
	font-weight:bold;
	background: #fff;
	color: #ccc; 
	text-decoration: none;
}
.dispo {
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	/*color:#FFFFFF;*/
}

/* Menu de droite */

#panier_h
{
	float:right;
	top:0px;
	left:0px;
	width:140px;
	height:64px;
	background-color: #f0f0f0;
}
#panier_c
{
	float:right;
	top:0px;
	left:0px;
	width:140px;
	color:#CCCCCC;
	background: transparent url(../images/panier.jpg) repeat-y 0 0;
	text-align:center;
}
#panier_b
{
	float:right;
	top:0px;
	left:0px;
	width:140px;
	height:36px;
	/*background: transparent url(../images/panier_b.gif) no-repeat 0 0;*/
}

#panier_c a:link
{
	color:#542F07;
}
#panier_c a:hover
{
	color:#990000;
}
#panier_c a:visited
{
	color:#542F07;
}

.compte_h
{
	float:right;
	margin-top:8px;
	top:0px;
	right:0px;
	width:140px;
	height:34px;
	background-color: #f0f0f0;
}
.compte_c
{
	float:right;
	top:0px;
	left:4px;
	width:140px;
	color:#542F07;
	background-color: #f0f0f0;
	text-align:center;
}
.compte_bc
{
	float:right;
	top:0px;
	left:4px;
	width:140px;
	height:1px;
	background-color: #ED6010;
}
.compte_b
{
	float:right;
	top:0px;
	margin-bottom:20px;
	left:4px;
	width:140px;
	height:1px;
	background-color: #ED6010;
}

.compte_c a:link
{
	color:#542F07;
}
.compte_c a:hover
{
	color:#990000;
}
.compte_c a:visited
{
	color:#542F07;
}

#adresse_h
{
	float:right;
	top:0px;
	width:140px;
	height:34px;
	/*background: transparent url(../images/adresse_h.gif) no-repeat 0 0;*/
	background-color: #f0f0f0;
}

#adresse_h1
{
	float:right;
	top:0px;
	width:140px;
	height:34px;
	/*background: transparent url(../images/adresse_h.gif) no-repeat 0 0;*/
	background-color: #f0f0f0;
}

#adresse_h2
{
	float:right;
	top:0px;
	width:140px;
	height:34px;
	/*background: transparent url(../images/adresse_h.gif) no-repeat 0 0;*/
	background-color: #f0f0f0;
}

/* Formulaires */

.form {
  width:690px;
	margin-left:3px;  
}

.form H3 {
	margin: 0 auto;
	border: none;
	text-align: left;
	font-size: 20px;
	color: #cf541c
}

.form .formContent {
	border: 1px solid #ED6010;
	background: #f0f0f0;
	text-align: left;
	padding: 10px;
}

.formLabel	{
   width: 150px;
   vertical-align: middle;
   float: left;
   text-align: right;
   margin-right: 10px;
   padding-top: 2px;
}

.textField	{
	width: 225px;
	color: #616161;
}

.formBoutons {
	margin: 0 auto;
}

.btSubmit	{
   background: url(../images/bg_bt-submit.gif) bottom no-repeat;
   width: 100px;
   height: 26px;
   text-align: center;
   padding: 0 0 3px 0;
   /*color: White;*/
   border: none;
   margin: 0;
}

.zoneErreur	{
	margin-bottom: 10px;
	color: red;
}

/* Formulaires courts */

.formSmall {
	text-align: center;
	margin-top: 10px;
}

.formSmall H3 {
	margin: 0 auto;
	width: 500px;
	border: none;
	text-align: left;
	font-size: 20px;
	color: #cf541c
}

.formSmall .formContent {
	border: 1px solid #cf541c;
	width: 460px;
	margin: 0 auto;
	background: #f0f0f0;
	text-align: left;
	padding: 20px;
}

.formSmall .formBoutons  {
	width: 502px;
}

.formSmall .formRelated {
	margin: 20px auto;
	width: 502px; 
	
}
#drapeaux {
	position:relative;
	top:3px;
	left:0px;
	width:215px;
	height:25px;
	text-align:center;
	font-size:10px;
}
#drapeaux img {
	margin:2px;
	border:0px;
}
#drapeaux a:link
{
	font-size:10px;
}
#drapeaux a:hover
{
	font-size:10px;
}
#drapeaux a:visited
{
	font-size:10px;
}

.ArticleBoxAjout1 {
	bottom:0px;
  background: #F0F0F0;
	margin: 7px 0 0 0px; 
	border:0;
	border-top: #ED6010 1px solid; 
	border-left: #ED6010 1px solid; 
	padding: 3px 10px; 
	font-size: 11px; 
	font-weight: bold; 
	color:#662305;
	width:150px;
	background:url(../images/caddie.jpg) no-repeat ;
}

.ArticleBoxAjoutHoover1 {
  background: #F0F0F0;
	margin: 7px 0 0 0px; 
	border:0;
	border-top: #ED6010 1px solid; 
	border-left: #ED6010 1px solid; 
	padding: 3px 10px; 
	font-size: 11px; 
	font-weight: bold; 
	color:#ED6010;
	width:150px;
	background:url(../images/caddie.jpg) no-repeat;
}

