header {
position: absolute;
top: 5px;
left: 5px;
margin:10px;
width:30%;
height:20%;

}




nav {
font-family:Verdana, sans-serif;
font-size:large;
position: absolute;
top: 180px;
float : left;
left: 0px;
margin:10px;
width:30%;


}


article {
font-family:Verdana, sans-serif;
font-size:16px;
position: absolute;
top : 10px;
float : left;
left :35%;
right : 5% ;

}


nav a {
display: block;
text-decoration: none;
color:black;
background-color: #fbdf7e ;
width:90%;
height:25px;
margin-bottom:10px;
padding-top:5px;
padding-left:7px;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;

border : 1px solid black ;

}

nav a:hover {
color: yellow;
background-color:#0d63f0;
}

nav a:active {
color:red;
}

div #divimgmenu {
width : 400px;
height : 300px;
}

div #cat {
width : 100px;
height : 200px;
}


.Titre {
font-size :1.5em;
font-weight: 200;
color :#0d63f0;
}

body; html {
height : 100%;
width : 100% ;
margin : 0px; auto
overflow-y : hidden ! important;
overflow-x : auto ! important;
}
