/*BARRE DE NAVIGATION À GAUCHE*/
#navigation { 
position : absolute;
top: 100px;
left: 2%;
margin : 0px 0px 0px 0px
width : 25%;
height : Auto;
padding : 0px 0px 0px 0px
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#ligneverticale {
position : absolute;
top: 100px;
left: 25%;
margin : 0px 0px 0px 0px
width : 5%;
height : Auto;
padding : 0px 0px 0px 0px
}

#contMain {
position: absolute;
top: 100px;
left: 30%;
margin: 5px 5px 5px 5px
width: 65%;
height: auto;
padding: 10px 10px 10px 10px;
}


#top {
position: absolute;
width: 100%;
height: 15%;
padding: 0 0 0px 0px; /*top right bottom left*/
margin-top: 0px;
} 

#basdepage {
position: absolute;
top: 1005px;
width: 100%;
height: auto;
padding: 0 0 0px 0px; /*top right bottom left*/
margin-bottom: 0px;
} 
