#global_pop
{
width: 550px;
height: 900px;
margin: 0px auto;
overflow: hidden;
background-image:url("../images/fond3.png");
}

.fondpopup
{
background-color: #473f37;
background-repeat: repeat;
}

#titre
{
/*la zone de titre*/
width: 1024px;
height: 150px;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
background-image:url("images/titre_dessert.png");
background-repeat: no-repeat;
/*background-color: red;*/
}

#milieu
{
/*la zone milieu*/
width: 1024px;
height: 674px;
position: absolute;
top: 150px;
left: 0px;
text-align: center;
}

#milieu_tri
{
/*zone de tri*/
/*background-color: red;*/
width: 299px;
height: 674px;
top: 0px;
left: 0px;
position: absolute;
text-align: left;
border-right: solid 1px #ffffff;
}

#milieu_retour
{
/*zone lien vers pages cuisine*/
/*background-color: black;*/
width: 299px;
height: 100px;
top: 674px;
left: 0px;
position: absolute;
border-right: solid 1px #ffffff;
}

#milieu_photo
{
/*zone photo recette*/
/*background-color: yellow;*/
width: 362px;
height: 374px;
top: 0px;
left: 300px;
position: absolute;
text-align: center;

}

#milieu_ingr
{
/*zone liste ingredients*/
/*background-color: white;*/
width: 362px;
height: 374px;
top: 0px;
left: 662px;
position: absolute;
text-align: left;
}

#milieu_affich
{
/*zone affichage recette*/
/*background-color: blue;*/
width: 724px;
height: 300px;
top: 374px;
left: 300px;
position: absolute;
/*padding: 20px;*/
text-align: left;
}



#bdp
{
/*le bas de page*/
width: 724px;
height: 100px;
position: absolute;
top: 824px;
right: 0px;
text-align: center;
/*background-color: white;*/
}

.lien3
{
color: #ac3b2e;
}

.textpopup
{
font-size: 17px;
color: #ffffff;
/*font-weight: bold ;*/
}

