body{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #44668c;
margin-top:10px;
background: #f8fbfe url('ligne_global.gif') repeat-x;
}

section{
position : relative;
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:0px;
color:white;
font-weight:bold;
text-align:center;
font-size:13px; 
}

aside .ContenuEnregistrement{
border-radius:10px;
margin:30px 0px 0 55px;
}

aside .ContenuEnregistrement .PS{
width:200px;
height:60px;
border-radius:10px 10px 10px 10px;
box-shadow:3px 3px 0px rgb(0, 102, 204);  
}

aside .ContenuEnregistrement .Educ{
width:200px;
height:60px;
border-radius:10px 10px 10px 10px;
box-shadow:3px 3px 0px rgb(0, 102, 204);  
}

aside .ContenuEnregistrement .PS tr td{
cursor : pointer;
font-size:2em;
font-weight:bold;
color:rgb(0, 102, 204);
text-align:center;
}

aside .ContenuEnregistrement .Educ tr td{
cursor : pointer;
font-size:2em;
font-weight:bold;
color:rgb(0, 102, 204);
text-align:center;
}





