#cadre1
{
position : relative;
width : 300;
height : 300;
border : 2px black solid;
}

#cadre2
{
float: right;
width : 300;
height : 300;
border : 2px black solid;
}

.centre
{
text-align:center;
font-size:2em;
font-style:italic;
font-weight:bold;
color:white;
}

.guimberteau
{
height:65px;
background-color:#8F8F8F;
}

.petit
{
font-size:1.5em;
color:white;
margin-left:10px;
}

.puceRouge
{
color:rgb(158,11,11);
}