/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #000000;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#FFFFFF;
}

a{
	color:#FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

img{
	border:none;
}

.fleft {
	float:left;
}



.fright {
	float:right;
}

.call {
	clear:both;
}

#site {
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	width : 782px;
}

.logoSite{
	width: 194px;
	height: 108px;
	background:url(../images/logo.gif) 0 0 no-repeat;
	display:block;
}
.logoSiteHome{
	width: 194px;
	height: 125px;
	padding-left:18px;
	display:block;

}

.logoSelection{
	width: 59px;
	height: 85px;
	background:url(../images/logo_selection.gif) 0 0 no-repeat;
	display:block;
}

.retour{
	width: 40px;
	height: 17px;
	background:url(../images/bout_retour.gif) 0 0 no-repeat;
	color:#FF8300;
	padding:1px 0 0 10px;
}

.retour a{
	color:#FF8300;

}
.retour a:hover{
	color:#bb0d00;
	
}
.flash{
	margin-top :20px;

}

/***********************************/
/********** GABARIT HOME ******/
/***********************************/

/*contenu haut ***************************/
#home_haut {
	width: 782px;
	height: 124px;
	float:left;
}

#home_haut .titre{
	
	margin:45px 0 0 110px;
}


/*contenu à droite ***************************/
#home_content {
	float:left;
	width: 588px;
	height: 376px;
	background-image:url(../images/home/fond_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*

#home_content .navH1{
	padding-top:5px;
	padding-left : 60px;
	
}
#home_content .navH1 img{
	margin-left : 5px;
	
}*/

#home_content .navH2{
	margin-top:5px;
	padding-left: 250px;
	
}

#home_content a.bt_gammes{
	background:url(../images/home/nav/gammes_of.gif) 0 0 no-repeat;
	width: 150px;
	height :19px;
	display:block;
}
#home_content a.bt_gammes:hover{
	background:url(../images/home/nav/gammes_on.gif) 0 0 no-repeat;
}

#home_content a.bt_histoire{
	background:url(../images/home/nav/histoire_of.gif) 0 0 no-repeat;
	width: 150px;
	height :20px;
	display:block;
}
#home_content a.bt_histoire:hover{
	background:url(../images/home/nav/histoire_on.gif) 0 0 no-repeat;
}

#home_content a.bt_valeurs{
	background:url(../images/home/nav/valeurs_of.gif) 0 0 no-repeat;
	width: 150px;
	height :20px;
	display:block;
}
#home_content a.bt_valeurs:hover{
	background:url(../images/home/nav/valeurs_on.gif) 0 0 no-repeat;
}
#home_content a.bt_conseils{
	background:url(../images/home/nav/conseils_of.gif) 0 0 no-repeat;
	width: 150px;
	height :20px;
	display:block;
}
#home_content a.bt_conseils:hover{
	background:url(../images/home/nav/conseils_on.gif) 0 0 no-repeat;
}

#home_content a.bt_actualites{
	background:url(../images/home/nav/actualites_of.gif) 0 0 no-repeat;
	width: 150px;
	height :20px;
	display:block;
}
#home_content a.bt_actualites:hover{
	background:url(../images/home/nav/actualites_on.gif) 0 0 no-repeat;
}

/*contenu à gauche ***************************/
#home_selection {
	float:left;
	width: 194px;
	height: 316px;
	padding-top: 60px;
	background-image:url(../images/home/fond_selection.jpg);
	background-repeat : no-repeat;
	background-position : 0 2px;
}

#ficheHome_TxtVisu{
	text-align:center;
	margin-left:13px;
	padding-top:20px;
	width: 175px;
	height: 120px;
	background-image:url(../images/produits/fd_visuel_petit.gif);
	background-repeat : no-repeat;
	background-position : 40px 0;
}

#ficheHome_TxtVisu p{
	padding-top:10px;
}

#ficheHome_Txt{
	text-align:center;
	margin-left:13px;
	padding-top:30px;
	width: 175px;
	height: 95px;
	background-image:url(../images/produits/fd_visuel_petit.gif);
	background-repeat : no-repeat;
	background-position : 40px 0;
}

#ficheHome_Txt p{
	
	padding-left:42px;
	padding-right:42px;
	
}

#ficheHome_Txt a{
	
	color:#000000;
}

/***********************************/
/**MENU HAUT POUR PAGES INTERIEURS ******/
/***********************************/

#menuhaut, #menuhaut2,  #menuhaut3 {
	width: 782px;
	height: 108px;
	background-image:url(../images/nav/bande_haut.jpg);
	background-repeat : no-repeat;
	background-position : 0 26px;
}



/*nav general***************************/
#surnav{
	float:left;
	width: 529px;
	height: 26px;
}

#surnav .accueil{
	width:150px;
	height:20px;
	background:url(../images/maison.gif) 0 0 no-repeat;
	padding:5px 0 0 25px;

}


#surnav .accueil a:hover{
	color: #FFFFFF;
}

#nav{
	float:left;
	width: 512px;
	height: 22px;

}


#nav a.n1of{
	margin-left:15px;
	background:url(../images/nav/histoire_of.gif) 0 0 no-repeat;
	width: 85px;
	height: 21px;
	display:block;
}


#nav a.n1of:hover , #nav a.n1on{
	margin-left:15px;
	background:url(../images/nav/histoire_on.gif) 0 0 no-repeat;
	width: 85px;
	height: 21px;
	display:block;
}

#nav a.n2of{
	margin-left:15px;
	background:url(../images/nav/valeurs_of.gif) 0 0 no-repeat;
	width: 71px;
	height: 21px;
	display:block;
}


#nav a.n2of:hover , #nav a.n2on{
	margin-left:15px;
	background:url(../images/nav/valeurs_on.gif) 0 0 no-repeat;
	width: 71px;
	height: 21px;
	display:block;
}
#nav a.n3of{
	margin-left:15px;
	background:url(../images/nav/gammes_of.gif) 0 0 no-repeat;
	width: 76px;
	height: 21px;
	display:block;
}


#nav a.n3of:hover , #nav a.n3on{
	margin-left:15px;
	background:url(../images/nav/gammes_on.gif) 0 0 no-repeat;
	width: 76px;
	height: 21px;
	display:block;
}


#nav a.n4of{
	margin-left:15px;
	background:url(../images/nav/conseils_of.gif) 0 0 no-repeat;
	width: 71px;
	height: 21px;
	display:block;
}


#nav a.n4of:hover , #nav a.n4on{
	margin-left:15px;
	background:url(../images/nav/conseils_on.gif) 0 0 no-repeat;
	width: 71px;
	height: 21px;
	display:block;
}

#nav a.n5of{
	margin-left:15px;
	background:url(../images/nav/actualites_of.gif) 0 0 no-repeat;
	width: 87px;
	height: 21px;
	display:block;
}


#nav a.n5of:hover , #nav a.n5on{
	margin-left:15px;
	background:url(../images/nav/actualites_on.gif) 0 0 no-repeat;
	width: 87px;
	height: 21px;
	display:block;
}
/*snav ***************************/
#snav{
	float:left;
	background-image:url(../images/nav/barre_haut_snav.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;
	width: 512px;
	height: 22px;
}

#snav ul{
	padding:4px;
}

#snav li{
	display:inline;
	padding-left:10px;

}

#snav .of{
	color:#C19995;
	text-decoration : none;
}

#snav .on, #snav a:hover{
	color:#FFFFFF;
	text-decoration : none;

}

/*ssnav ***************************/




	
a.ssn2_1of{
	background:url(../images/ssnav/barquettes_of.gif) 0 0 no-repeat;
	width: 115px;
	height: 20px;
	display:block;
	margin-top:6px;
}


a.ssn2_1of:hover , .ssn2_1on{
	background:url(../images/ssnav/barquettes_on.gif) 0 0 no-repeat;
	width: 115px;
	height: 20px;
	display:block;
	margin-top:6px;
}

a.ssn2_2of{
	background:url(../images/ssnav/cons_of.gif) 0 0 no-repeat;
	width: 164px;
	height: 20px;
	display:block;
	margin-top:6px;
}


a.ssn2_2of:hover , .ssn2_2on{
	background:url(../images/ssnav/cons_on.gif) 0 0 no-repeat;
	width: 164px;
	height: 20px;
	display:block;
	margin-top:6px;
}

a.ssn2_3of{
	background:url(../images/ssnav/cuisine_of.gif) 0 0 no-repeat;
	width: 99px;
	height: 20px;
	display:block;
	margin-top:6px;
}


a.ssn2_3of:hover , .ssn2_3on{
	background:url(../images/ssnav/cuisine_on.gif) 0 0 no-repeat;
	width: 99px;
	height: 20px;
	display:block;
	margin-top:6px;
}

a.ssn2_4of{
	background:url(../images/ssnav/viandes_of.gif) 0 0 no-repeat;
	width: 143px;
	height: 20px;
	display:block;
	margin-top:6px;
}


a.ssn2_4of:hover , .ssn2_4on{
	background:url(../images/ssnav/viandes_on.gif) 0 0 no-repeat;
	width: 143px;
	height: 20px;
	display:block;
	margin-top:6px;
}

/***************************************************************************************/
/********** GABARIT GAMMES / HISTOIRES / VALEURS / CONSEILS / ACTUALITES ******/
/***************************************************************************************/

/*contenu à droite ***************************/


#gab_interieur { /*permet de continuer la page quand le site s'etire*/
	float:left;
	width: 782px;
	height: 100%;
	/*background:url(../images/interieur/trait.gif) 0 0 repeat;*/
}

#gab_interieurFond {
	float:left;
	width: 782px;
	height:100%;
	background:url(../images/interieur/fond_tout.jpg) right bottom no-repeat;
}



#gamme_content, #valeur_content, #histoire_content, #conseil_content, #actu_content{
	float:left;
	text-align:center;
	width:588px;
	height:100%;
	
/*
	background-image:url(../images/interieur/fond_contenu2.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;
*/	

}

#gamme_content h2, #valeur_content h2, #histoire_content h2, #conseil_content h2, #actu_content h2{
	font-size: 13px;
	font-weight : bold;
	
}

#gamme_content h3, #valeur_content h3, #histoire_content h3, #conseil_content h3, #actu_content h3{
	font-size: 12px;
	font-weight : normal;
	
}

#valeur_content .titre, #histoire_content .titre, #conseil_content .titre, #actu_content .titre{
	width:520px;
	padding-right:30px;
	padding-left:30px;
}

#gamme_content .titre{
	width:520px;
	padding:15px 30px 0 30px;
}

/*--------------*/
/* pages conseils-valeur-histoire */
/*--------------*/


#valeur_content .blocValeur, #histoire_content .blocHistoire, #conseil_content .blocConseil{
	float:left;
	padding : 25px 0 25px 30px;
	width: 521px;

}

#valeur_content .blocValeurH, #histoire_content .blocHistoireH,  #conseil_content .blocConseilH{
	background:url(../images/interieur/cadre_haut.gif) 0 0 no-repeat;
	width: 521px;
	height: 20px;
}

#valeur_content .blocValeurB, #histoire_content .blocHistoireB, #conseil_content .blocConseilB{
	background:url(../images/interieur/cadre_bas.gif) 0 0 no-repeat;
	width: 521px;
	height: 20px;
}

#valeur_content .blocValeurM, #histoire_content .blocHistoireM, #conseil_content .blocConseilM{
/*	background-color :#FFFFFF;*/
	
	border-right:2px solid #FFFFFF;
	width: 519px;
	height: 100%;
}

#valeur_content dl,#histoire_content dl, #conseil_content dl{
	clear:both;
	
	/*border-top:1px solid #FFFFFF;*/
	width: 495px;
	height: 100%;
	text-align : left;
}

#valeur_content hr, #histoire_content hr, #conseil_content hr{
	clear:both;
	width:495px;
	height: 1px;
	border :0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 15px 0 15px 0;
}

#valeur_content dl h2, #histoire_content dl h2, #conseil_content dl h2{
	font-size: 14px;
	font-weight : bold;
}

#valeur_content dl h3, #histoire_content dl h3, #conseil_content dl h3{
	font-size: 13px;
	font-weight : normal;
	margin-bottom:5px;
}

#valeur_content dl .photoD, #histoire_content dl .photoD, #conseil_content dl .photoD{
	float: right;
	margin: 0 0 15px 10px;
	border:1px solid #FFFFFF;
}
#valeur_content dl .photoG, #histoire_content dl .photoG, #conseil_content dl .photoG{
	float: left;
	margin-right:10px;
	margin-bottom:15px;
	border:1px solid #FFFFFF;
}

#valeur_content dl .photoB, #histoire_content dl .photoB, #conseil_content dl .photoB{

	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #FFFFFF;
}

#valeur_content dl .videoD, #histoire_content dl .videoD, #conseil_content dl .videoD{
	text-align : center;
	background:url(../images/interieur/icone_video.gif) 0 0 no-repeat;
	float: right;
	margin-left:10px;
	margin-bottom:5px;
	padding-top:60px;
	width:83px;
	
}
#valeur_content dl .videoG, #histoire_content dl .videoG, #conseil_content dl .videoG{
	text-align : center;
	background:url(../images/interieur/icone_video.gif) 0 0 no-repeat;
	float: left;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:60px;
	width:83px;
}

#valeur_content dl a, #histoire_content dl a, conseil_content dl a {
	color:#FFFFFF;
	text-decoration:underline;
}
#valeur_content dl a:hover, #histoire_content dl a:hover,#conseil_content dl a:hover{
	color:#FFFFFF;
}




/*--------------*/
/* pages gamme */
/*--------------*/
#gamme_accueil{

	float:left;
	width: 782px;
	height:392px;
	background:url(../images/interieur/fond_gamme.jpg) left bottom no-repeat;
	background-color:#000000;
}

#gamme_accueil a.bt_nav_gamme1{
	background:url(../images/nav_gamme/etal_of.gif) 0 0 no-repeat;
	width: 170px;
	height :20px;
	margin-top: 80px;
	margin-left: 370px;
	display:block;
}
#gamme_accueil a.bt_nav_gamme1:hover{
	background:url(../images/nav_gamme/etal_on.gif) 0 0 no-repeat;
}

#gamme_accueil a.bt_nav_gamme2{
	background:url(../images/nav_gamme/libre_of.gif) 0 0 no-repeat;
	width: 170px;
	height :20px;
	margin-top: 10px;
	margin-left: 370px;
	display:block;
}
#gamme_accueil a.bt_nav_gamme2:hover{
	background:url(../images/nav_gamme/libre_on.gif) 0 0 no-repeat;
}



#gamme_content .blocFiche1{
	float:left;
	padding-left:185px;
	padding-top:50px;
	width:395px;

	
}

#gamme_content .blocFiche2{
	float:left;
	padding-left :85px;
	padding-top:50px;
	width:495px;
}

#gamme_content .blocFiche3{
	float:left;
	padding-top:50px;
	width:580px;
}

#gamme_content .blocFiche4{
	float:left;
	padding-left :85px;
	padding-top:25px;
	width:495px;
}

#gamme_content .blocFiche5{
	float:left;

	padding-left :0;
	padding-top:25px;
	width:580px;

}

#gamme_content dl{
	float:left;
	padding-left:20px;
	width: 169px;
	height: 185px;
	padding-top:30px;
	background:url(../images/interieur/cadre.gif) 20px 0 no-repeat;
}


#gamme_content dl p{
	padding-top:20px;
}

#gamme_content dl a{
	/*font-weight : bold;*/
}

/*--------------*/
/* pages actu */
/*--------------*/

#actu_content .blocFiche1{
	padding-left: 150px;
	margin-top:35px;
	float:left;
	width:430px;
}

#actu_content .blocFiche2{
	padding-left :0px;
	margin-top:15px;
	float:left;
	width:580px;
}

#actu_content dl{
	float:left;
	text-align:left;
	padding-left :20px;
	
	width: 265px;
	height: 264px;
	background:url(../images/interieur/fiche_actu.gif) 20px 0 no-repeat;
}

#actu_content dl .photoD{
	float: right;
	margin-left:10px;
	margin-right:40px;
	margin-bottom:10px;
	border:2px solid #FFFFFF;
}
#actu_content dl .photoG{
	float: left;
	margin:10px 0 0 10px;
}

#actu_content dl h4{
	padding-top :30px;
	padding-left:15px;
	color: #DB2B19;
	font-weight : bold;
	font-size : 11px;
}

#actu_content dl h5{
	padding-left:15px;
	color: #000000;
	font-weight : normal;
	font-size : 11px;
	margin-bottom:10px;

}

#actu_content dl p{
	padding-left:15px;
	color: #000000;
	font-weight : normal;
	font-size : 11px;
}

#actu_content a{
color: #DB2B19;
}

#actu_content a:hover{
color: #DB2B19;
}

/***********************************/
/********** GABARIT PRODUIT ******/
/***********************************/
#gab_produit {
	clear:both;
	width: 782px;
	height: 392px;
	/*
	background-image:url(../images/produits/fond_tout.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;
	*/
}

/*contenu à droite ***************************/
#produit_content {
	float:left;
	width: 570px;
	height: 392px;
	padding-left:18px;
	background-image:url(../images/produits/fond_contenu.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;
}


#produit_content .ficheg{
	width: 383px;
	height: 363px;
	padding-top:18px;
	padding-right:18px;
	background-image:url(../images/produits/cadre.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
}

#produit_content .ficheg .titre{
	width: 315px;
	/*height: 45px;*/
	margin-bottom:15px;
}

#produit_content .ficheg .titre p{
	font-size: 13px;
	font-weight:normal;
}

#produit_content .ficheg .cadrephoto{

	width: 170px;
	height: 250px;
	background-image:url(../images/produits/fd_visuel_gros.jpg);
	background-repeat : no-repeat;
	background-position : 0 8px;

}

#produit_content .ficheg .cadrephoto #photo{
	
	margin-top:35px;
	margin-left:20px;
}

#produit_content .ficheg .cadrephoto #zoom{
	
	margin-top:32px;
}

#produit_content .ficheg .text{
	
	width: 190px;
	padding: 25px 0 0 20px;
	font-size:12px;
	/*padding-top: 10px;*/
}

#produit_content h2{
	font-size: 14px;
	font-weight : bold;
}

#produit_content h3{
	font-size: 11px;
	font-weight : bold;
}

#produit_content .aimez{
	width: 145px;
	height: 150px;
	margin-left:15px;
	margin-top:18px;
	padding-top:20px;
	background-image:url(../images/produits/vous_aimerez.gif);
	background-repeat : no-repeat;
	background-position : 0 0;

}



/***********************************/
/********** COMMUNS  ******/
/***********************************/


#interieur_gauche{
	float:left;
	
	width: 194px;
	height: 490px;
	/*
	background-image:url(../images/interieur/photo_gauche.jpg);
	background-repeat : no-repeat;
	background-position : 0 0;*/
}


#interieur_gauche .actu_selection{
	
	margin-left:22px;
	margin-top:20px;
	width: 128px;
	height: 153px;
	background:url(../images/interieur/carre_actu.png) 0 0 no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/marques/9/images/interieur/carre_actu.png", sizingMethod="scale");
	
}
#interieur_gauche .actu_selection p{
	font-size:11px;
	width:114px;
	padding:15px 5px 0 10px;
	text-align:center;
}

#interieur_gauche .actu_selection a{
	color: #ba1205;
	position:relative;

}

#produit_gauche {
	float:left;

	width: 194px;
	height: 392px;
	background-image:url(../images/produits/photo_gauche_pdt.jpg);
	background-repeat : no-repeat;
	background-position : left bottom;
}



/***********************************/
/********** PIEDS ******/
/***********************************/

#pied{
	clear: both;
	width:782px;
	height:20px;
	padding:5px 0 2px 0;
	text-align : justify;
	font-size:10px;
	
}
#pied h5{
	text-align:center;
}
#pied h5 a{
	font-weight:strong;
	font-size:11px;
}
#pied p{
	font-size:10px;
	color:#aeacac;
}
#pied p a{
	font-weight:normal;
	color:#aeacac;
	text-decoration:underline;
}

