body{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #44668c;
margin-top:0;
background: #f8fbfe url('ligne_global.gif') repeat-x;
}

section {
width:88.5%;
margin-left:11.2%;
margin-top:20px;
}

aside{
width: 316px;
height:250px;
margin: 30px 0 0 660px;
background:white;
border-radius: 10px 10px 10px 10px; /* Angles : HG HD BD BG*/
border-left:1px lightgrey solid;
border-right:2px lightgrey solid;
border-bottom:2px lightgrey solid;
}

aside .TitreEnregistrement {
background:url('entete_aside.png');
background-repeat:no-repeat;
width:316px;
height:29px;
margin:20px 0 0 0;
color:white;
font-weight:bold;
text-align:center;
font-size:13px; 
}

aside .ContenuEnregistrement{
/*text-align:center;*/
border-radius:10px;
margin:25px 0px 0 30px;
}

aside .ContenuEnregistrement label {
font-weight:bold;
font-size:13px;
}

aside .ContenuEnregistrement label span{
color:red;
font-weight:bold;
}

aside .ContenuEnregistrement span{
color:red;
font-weight:bold;
}





