/* ----- 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;
}


.bkgimg
{
position:fixed; /*non modifiable*/
bottom:0px;    /*non modifiable*/
right:125px;   /*non modifiable*/
}




.corps
{
position:absolute; /*non modifiable*/
top:200px;    /*non modifiable*/
left:150px;   /*non modifiable*/
height:100%;
margin-right:125px;
/*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
{
background-color:rgb(25,25,25);
top:0px;
padding:0px; 
left:0px;
height:200px;
width:130px; 
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(1,1,204);
text-align:center;
}