body.fond
{
/*background-color: #b0c957;*/
background-image:url("images/grignotte.png");
background-repeat: repeat;
}

#global
{
position: relative;
width: 1024px;
height: 924px;
margin: 0px auto;
overflow: hidden;
background-image:url("images/grignotte2.png");
}

.texte2
{
font-size: 17px;
color: #911605;
/*font-weight: bold ;*/
padding-left:10px;
padding-right: 10px;
text-align: justify;
}

.lien
{
/*lien vers autres pages cuisine*/
font-size: 15px;
color: #911605;
padding-left:5px;
padding-right: 5px;
}

.lien3
/*lien vers accueil*/
{
color: #b3512a;
}

.texte1
{
/*texte tri et liste*/
font-size: 17px;
color: #cfb490;
font-weight: bold ;
}

.texte3
{
/*texte recettes*/
text-align: center;
font-size: 12px;
color: #911605;
font-weight: bold ;
}

a:link 
{ 
font-weight: bold ;
text-decoration: none; 
}

a:visited 
{
font-weight: bold ;
text-decoration: none;
}

a:hover 
{ 
color: #572a3a ; 
text-decoration: none ; 
}



