/* CSS Document */

body{
margin:0px;
background-image:url(images/fondpage.jpg);
background-repeat:no-repeat;
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#conteneur{
 margin-left: auto;
 margin-right: auto;
 width:970px;
    text-align: left; /* pour corriger le bug de centrage IE */
}

.menuHaut{
color:#FFFFFF;
text-decoration:none;
font-size:16px;
float:left;
font-weight:bolder;
}

.menuHaut:A{
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
}

.menuHaut:hover{
color:#FFFFFF;
text-decoration:underline;
font-weight:bolder;
}

.menuHaut:link{
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
}

#bas{
float:left;
background-color:#09822D;
width:952px;
padding-left:11px;
}

#titre{
background-image:url(images/panthere.gif);
background-repeat:no-repeat;
width:646px;
height:77px;
font-size:30px;
font-weight:bold;
color:#D4FB2A;
}

.alignementTitre{
margin-left:10px;
padding-top:47px;

}

.produit{

width:624px;
height:84px;
background-color:#145721;
padding:11px;
cursor:pointer;
}


.titreProduit {
color:#D4FB2A;
font-size:18px;
font-weight:bold;
width:479px;
float:left;
}

.texteProduit{
color:#FFFFFF;
font-size:12px;
}


.voir{
color:#D4FB2A;
font-size:12px;
font-weight:bold;
width:20px;
float:left;
text-decoration:none;
}

.voir:A{
text-decoration:none;
color:#D4FB2A;
}

.voir:hover{
text-decoration:underline;
color:#D4FB2A;
}

.voir:link{
color:#D4FB2A;
text-decoration:none;
}


.retour{
color:#D4FB2A;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


.retour:A{
color:#D4FB2A;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.retour:hover{
text-decoration:none;
color:#D4FB2A;
font-weight:bold;
}

.retour:link{
color:#D4FB2A;
text-decoration:none;
font-weight:bold;
}



.sautdeLigne{
height:8px;

}

.sautdeLigne2{
height:8px;
background-color:#09822D;
float:left;
width:100%;
}

.allopass{
width:624px;
padding:11px;
text-align:left;
background-color:#145721;
float:left;
}

.GrandtexteJaune{
color:#D4FB2A;
font-size:18px;
font-weight:bold;

}

.texteJaune{
color:#D4FB2A;
font-size:15px;
font-weight:bold;

}

.texteBlanc{
color:#FFFFFF;
font-size:15px;
font-weight:bold;

}



