/* --------------

Debut Fiche

-------------- */

	.baseficheficheProduit .menuGaucheZone {
		float : left;
		width : 16%;
		margin-right : 4%;
		padding : 0px;
}
	.baseficheficheProduit .menuGaucheZone {
		width : 100%;
		padding : 0px;
		margin-bottom : 15px;
		text-align : right;
}
	.baseficheficheProduit .listeCentralAvMenuG {
		float : left;
		width : 78%;
		padding : 0px;
		padding-left : 0px;
}
	.baseficheficheProduit .listeCentralSansMenuG {
		float : left;
		width : 100%;
		padding : 0px;
		padding-left : 0px;
}

/* --------------

Vue Liste

-------------- */

	.baseficheficheProduit .listeFiche {
    border-bottom : 1px #528CCD solid;
		padding-top : 3px;
		padding-bottom : 3px;
}
	.baseficheficheProduit .listeFichePos1 {
    border-top : 1px #528CCD solid;
    border-bottom : 1px #528CCD solid;
		padding-top : 3px;
		padding-bottom : 3px;
}
	.baseficheficheProduit .listeFicheTitre {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14px;
		font-weight : bold;
		color : #528CCD;
}
	.baseficheficheProduit .listeFicheTitre a{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14px;
		font-weight : bold;
		color : #528CCD;
}
	.baseficheficheProduit .listePhoto {
    float : left;
    width : 6%;
}
	.baseficheficheProduit .listePhoto img{
    width : 100%;
}
	.baseficheficheProduit .listeTxtZoneAvPhoto {
    float : right;
    width : 92%;
}
	.baseficheficheProduit .listeTxtZoneSansPhoto {
    width : 100%;
}
	.baseficheficheProduit .listeDate {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #D97B00;
}
	.baseficheficheProduit .listeCategorie {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #528CCD;
}
	.baseficheficheProduit .listeTxt {
    margin-top : 10px;
}
	.baseficheficheProduit .listeCorps {
    margin-top : 10px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		color : #528CCD;
		text-align : bold;
		text-align : justify;
}
	.baseficheficheProduit .listeIntro {
    margin-top : 10px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		color : #528CCD;
		font-style: italic;
}
	.baseficheficheProduit .listeTxtNutrition, .baseficheficheProduit .listeTxtNutrition table tr td {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #0B3C6A;
		margin-top : 10px;
		text-align : normal;
}
  .baseficheficheProduit .listeNutritionTit {
    display : block;
		background-image : url(/images/fd_nutrition.gif);
		background-repeat : no-repeat;
		padding : 17px;
		text-transform : uppercase;
		padding-left : 60px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		color : #FFFFFF;
		letter-spacing: 5px;
}
	.baseficheficheProduit .listeTxtNutrition table table{
    background : #FFAE00;
    margin-bottom : 5px;
    
}
	.baseficheficheProduit .listeTxtNutrition table table th{
    background : #EEEEEE;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		color : #528CCD;
		padding : 5px;
		text-align : left;
}
	.baseficheficheProduit .listeTxtNutrition table table td{
	  background : #FFFFFF;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #528CCD;
		padding : 5px;
		text-align : left;
}
  .baseficheficheProduit .surtitreListe {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #528CCD;
		text-transform : uppercase;
}
  .baseficheficheProduit .stitreListe{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
}

/* --------------

Vue Fiche

-------------- */

	.baseficheficheProduit .ficheFicheTitre {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 20px;
		font-weight : normal;
		color : #528CCD;
		margin-bottom : 15px;
}
	.baseficheficheProduit .ficheCategorie {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #528CCD;
		margin-bottom : 15px;
}
	.baseficheficheProduit .ficheDate {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #D97B00;
}
	.baseficheficheProduit .ficheBtBackZone a{
	  display : block;
	  padding-left : 15px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #528CCD;
		background-image : url(/images/bt_back_fd.gif);
		background-position : 0px 3px;
		background-repeat : no-repeat;
		margin-bottom : 10px;
}
	.baseficheficheProduit .ficheIntro {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		color : #528CCD;
		font-style: italic;
		margin-bottom : 10px;
}
	.baseficheficheProduit .fichePhoto {
    float : left;
    width : 170px;
    width : 22%;
}
	.baseficheficheProduit .fichePhoto img{
    width : 100%;
}
	.baseficheficheProduit .ficheTxtZoneAvPhoto {
    float : right;
    width : 555px;
    width : 73%;
}
	.baseficheficheProduit .ficheTxtZoneSansPhoto {
    width : 100%;
}
	.baseficheficheProduit .ficheTxt {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		color : #528CCD;
		margin-bottom : 10px;
		text-align : bold;
		text-align : justify;
}
	.baseficheficheProduit .ficheTxtNutrition, .baseficheficheProduit .ficheTxtNutrition table tr td {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #0B3C6A;
		margin-bottom : 10px;
		text-align : normal;
}
  .baseficheficheProduit .ficheNutritionTit {
    display : block;
		background-image : url(/images/fd_nutrition.gif);
		background-repeat : no-repeat;
		padding : 17px;
		text-transform : uppercase;
		padding-left : 60px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		color : #FFFFFF;
		letter-spacing: 5px;
}
	.baseficheficheProduit .ficheTxtNutrition table table{
    background : #FFAE00;
    margin-bottom : 5px;
    
}
	.baseficheficheProduit .ficheTxtNutrition table table th{
    background : #EEEEEE;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		color : #528CCD;
		padding : 5px;
		text-align : left;
}
	.baseficheficheProduit .ficheTxtNutrition table table td{
	  background : #FFFFFF;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #528CCD;
		padding : 5px;
		text-align : left;
}
	.baseficheficheProduit .cDinfos{
		width : 100%;
		padding : 0px;
		margin : 0px;
		color : #666666;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		text-align : left;
}
	.baseficheficheProduit .cDinfos a{
		color : #4471B3;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		text-decoration : none;
		text-align : left;
}
	.baseficheficheProduit .cDinfos a:hover{
		color : #4471B3;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		text-decoration : underline;
}
  .baseficheficheProduit .surtitreFiche {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #528CCD;
		text-transform : uppercase;
}
  .baseficheficheProduit .stitreFiche{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
}

