.titre
{
color: red;
font-size: 35px;
text-align:center;
text-decoration:blink underline;
}
#cadre_gauche
{ 
min-width:626px; 
margin-left:0px;
margin-top:0px;
border:solid 1px blue;
height:174px;
background-color: aqua;
}
body
{
margin:auto;
}
#cadre_source
{
background-color: lime;
width:156px;
margin-left:10px;
border:solid 1px red;
min-height:300px;

}
#cadre_centre
{
min-width:750px;
border:solid 3px green;
position:absolute;
left:180px;
top:177px;
background-color: red;
}
.texte_centre
{
color:blue;
font-size:15px;
}
.adresse
{
color: red;
font-size:20px;
}