/* ----- MISE EN PAGE DE LA PAGE CONCERNEE --------*/

h1
{
position:absolute;
top:0px;
font-size:100%;
text-align:center;
color:rgb(255,255,255);
}

h2
{
font-size:120%;
font-weight: bold;
color: rgb(255,128,64);
margin-bottom:5px;
}

h3
{
font-size:110%;
font-weight: bold;
margin-bottom: 0px;
margin-top: 0px;
}

p
{
margin-top: 0px;
}

body
{  
   margin: 0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
height:100%;
}



.bkgimg
{
position:absolute; /*non modifiable*/
bottom:0px;    /*non modifiable*/
left:564px;   /*non modifiable*/
}




.corps
{
position:absolute; /*non modifiable*/
top:200px;    /*non modifiable*/
left:152px;   /*non modifiable*/
height:100%;
width:690px;
/*padding-right:125px;*/
border-top:2px solid rgb(51,51,204);
border-right:2px solid rgb(51,51,204);
border-left:2px solid rgb(51,51,204);
padding:10px;
color:rgb(1,1,204);
}


div#cache
{
position:absolute;
background-color:rgb(25,25,25);
top:150px;
padding:0px;
right:0px;
height:240px;
width:160px; 
/*border-right:2px solid rgb(51,51,204);*/
}

a
{
font-size:105%;
font-weight: bold;
color: rgb(255,128,64);
}


.cpr
{
font-size:80%;
color:rgb(0,0,150);
text-align:center;
}