body

{
margin: 0;
padding: 30px;
text-align: center;
background: #cfb0dc;
font: 0.8em "Trebuchet MS", helvetica, sans-serif;
color: #4E3145;
}



#bloc

{
position : relative;
width : 650px;
margin : 50px auto 50px auto;
background:linear-gradient(-90deg,#ad76c3,#e2ceea);
//background-image:url(fd.gif);
text-align : left;
border : solid, 1px, yellow;
padding : 15px;
border-radius:30px;
box-shadow: 5px 5px 15px black;
}


#corrige
{
background-color: #d4e086; /*#C3BC81;*/
color : #FF0000;
text-align : right;
font-style : italic;
font-size : 1.2em;
width : 400px;
padding : 15px;
position : relative;
left : 200px;
}

#note
{
color : #606308;
text-align : left;
font-style : italic;
font-size : 2em;
width : 400px;
padding : 15px;
}