@charset "utf-8";
/* CSS Document */
.spanstyle {
	position: absolute;
	visibility: visible;
	top: -30px;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #90ee90;
}
body{
	padding: 5px;
	width: 900px;
	text-align: justify;
	text-shadow: gray;
	font-size: 12px;
	margin: 0 auto;
	background-image: url(../image/img_fd.jpg);
	background-repeat: repeat-x;
	background-color: #cdf9d5;
}

#en_tete
{
	height: 150px;
	/*margin-bottom: 10px;*/
	text-align: center;
	/*background-image: url(../image/20.jpg);
	background-repeat: no-repeat;*/
	background-position: center;
	background-color: transparent;
}

div.t
{
	color: black; /* Les paragraphes seront bleus */
	font-size: 12px; /* La taille de 18 pixels me semble pas mal */
}
input.rech {
	background-color: white;
}
select.rech{
	background-color: white;
}

.bouton a {
/*display:block;
width:50px;
line-height:50px;
text-align:center;
vertical-align:middle;
background:url(../image/bouton-vert.png) no-repeat;
color:white;
text-decoration:none;*/
}
.bouton a:hover {
	/*background: url(../image/bouton-vert-2.png) no-repeat;
	color: gray;*/
}



/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
	background: #990000;
	padding: 0px;
	height: 50px;
	background: url(../image/nav-bg.jpg);
	background-repeat: repeat-x;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(../image/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
	color: #6b8e23;
	background: url(../image/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{
	padding: 10px 4px 10px 4px;
	margin: 0px 0px 0px 0px;
	background: url(../image/item-secondary-container-bg.jpg);
	background-repeat: repeat-x;
	background-color: #93d073;
	border-bottom: 1px solid #93d073;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(../image/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{
	background-color: #FFFFFF;
	background: url(../image/item-secondary-bg.jpg);
	background-repeat: no-repeat;
	color: #6b8e23;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{
	cursor: default;
	padding: 4px 0px 3px 7px;
	color: #6b8e23;
	font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 11px;
	/* background: url(images/item-secondary-title-bg.jpg); */
	background-repeat: no-repeat;
	font-weight: bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{
	border-top-width: 1px;
	margin: 5px 5px;
	border-color: #6b8e23;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}

#menu2
{
	float: left; /* Le menu flottera à droite */
	width: 195px; /* Très important : donner une taille au menu */
	/*min-height: 1500px;*/
	padding: 1px;
}
#menu3
{
	float: right; /* Le menu flottera à droite */
	width: 195px; /* Très important : donner une taille au menu */
	padding: 1px;
}

#corps
{
	width: 500px;
	margin-left: 200px;
	margin-rigth: 200px;
	margin-bottom: 20px;
	padding: 1px;
	font-size: 10px;
	min-height: 900px
	}
	.fullsample_accueil {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #556b2f;
	width: 152px;
	height: 210px;
	text-align: center;
	vertical-align: text-bottom;
	}
	.fullsample_accueil_non {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 3px;
	font-size: 10px;
	width: 152px;
	}
	a.lien_categ_accueil{
		text-decoration: none;
		color: White;
		font-size: 12px;
		}
	a.lien_categ_accueil:hover{
		color: #556b2f;
		text-decoration: underline;
		font: italic;
		font-size: 14px;
	}
	a.lien_prod_accueil{
		color: #556b2f;
	}
	a.lien_prod_accueil:hover{
		color: Black;
	}
	.fullsample_recherche {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: black;
	width: 152px;
	height: 165px;
	text-align: center;
	vertical-align: text-bottom;
	}
	.fullsample_recherche_non {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 3px;
	font-size: 8px;
	width: 152px;
	height: 165px;
	}
	.fullsample_affiche {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #556b2f;
	text-align: center;
	vertical-align: text-bottom;
	}
	.fullsample_affiche_categ {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	text-align: center;
	background-color: White;
}
	a.fullsample_affiche_categ {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: Black;
	background-color: #aad28c;
	border: 1px solid;
	border-color: green black black green;
	width: 170px;
	text-transform: capitalize;
	font-size: 14px;
	}
	a.fullsample_affiche_categ:hover {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: white;
	background-color: #556b2f;
	border: 1px solid;
	border-color: green black black green;
	font-size: 16px;
}
.fullsample_edito {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: black;
	width:480px;
	}
	.fullsample_partenaire {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: black;
	width:170px;
	}
.fullsample {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: white;
	padding: 3px;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: black;
	}
.fullsample2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #aad28c;
	padding: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
	color: white;
	border-bottom-color: #556b2f;
	border-bottom-style: outset;
	border-right-color: #556b2f;
	border-right-style: outset;
	border-top-color: #aad28c;
	border-top-style: solid;
	border-left-color: #aad28c;
	border-left-style: solid;
	border-left-width: thin;
	border-top-width: thin;
	vertical-align: bottom;
	text-align: center;
	}
#pied_de_page
{
	padding: 5px;
	text-align: center;
}
* {
   font-size: 10px; /* on définit les propriétés de texte pour toutes les balises */
   }
a.info {
	position: relative;
	color: #aad28c;
	text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
	cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline; /* on affiche l'infobulle */
	position: absolute;
	text-align: justify;
	white-space: normal; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	/* on positionne notre infobulle */
	top: -10px; 
	left: 0px;
	background: #aad28c;
	color: #003100;
	padding: 3px;
	border-bottom-color: #556b2f;
	border-bottom-style: outset;
	border-right-color: #556b2f;
	border-right-style: outset;
	border-top-color: #aad28c;
	border-top-style: solid;
	border-left-color: #aad28c;
	border-left-style: solid;
	border-left-width: thin;
	border-top-width: thin;
	font-size: 9px;
}
a.info_acceuil {
	position: relative;
	color: #aad28c;
	text-decoration: none;
}
a.info_acceuil span {
   display: none; /* on masque l'infobulle */
}
a.info_acceuil:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
	cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}
a.info_acceuil:hover span {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	white-space: normal; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	/* on positionne notre infobulle */
	top: 0px; 
	left: -30px;
	background: #aad28c;
	color: #003100;
	padding: 3px;
	border-bottom-color: #556b2f;
	border-bottom-style: outset;
	border-right-color: #556b2f;
	border-right-style: outset;
	border-top-color: #aad28c;
	border-top-style: solid;
	border-left-color: #aad28c;
	border-left-style: solid;
	border-left-width: thin;
	border-top-width: thin;
	font-size: 9px;
}

a.bandeau {
	position: relative;
	color: #aad28c;
	text-decoration: none;
}
div.info_panier{
	font-size: 8px;
	color: #556b2f;
}