#cadre_bleu
{
margin-top:0px;
height:174px;
width:1022px;
border:solid 1px blue;
margin-left:0px;
background-color:purple;
}
body
{margin:auto;
background-color:turquoise;
}
#cadre_rouge
{
margin-top:0px;
margin-left:10px;
border:solid 1px red;
width:156px;
height:775px;
background-color:orange;
}
#cadre_vert
{
border:solid 3px green;
width:840px;
height:150px;
position:absolute;
left:180px;
top:177px;
background-color:brown;
}
.ecrire_jaune
{
color:yellow;
font-size:60px;
}
p
{
text-align:center;
}
#image
{
position:absolute;
left:450px;
top:350px;
}
.ecrire_rose
{
color:pink;
}