body
{
width: 100%;
height: 100%;
margin: auto;
background-color: yellow;

}
.bloc1
{
width: 96.6%;
height: 95%;
position: absolute;
top:2.5%;
left:1.7%;
background-color: blue;
}
.bloc2
{
width: 93.2%;
height: 90%;
position: absolute;
top:5%;
left:3.4%;
background-color: rgb(204,236,255);
}
img
{
height: 100%;
position: absolute;
right: 0%;
top: 0%;
}

.menu1
{
width: 160px;
border: 2px solid red;
background-color: yellow;
color: black;
padding: 0px;
position: absolute;
left: 2%;
top: 10%;
}

.menu2
{
width: 160px;
border: 2px solid red;
background-color: yellow;
color: black;
position:absolute;
left: 2%;
top: 30%;
}

.menu3
{
width: 160px;
color: blue;
background-color: yellow;
border: 4px dotted red;
font-size: 25px;
font-family: "Arial Black",serif;
text-decoration: blink;
position: absolute;
left:2%;
top:50%;
}



p
{
margin-top: 20 x;
text-align: center;
font-size: 14px;
font-family: Verdana,serif;
color: black;
}


a
{
text-decoration: none;
color: black;
}
a:hover
{
text-decoration: none;
color: red;
}

#menu
{
width: 165px;
border: 2px solid red;
background-color:yellow;
color: black;
position: absolute;
left: 2%;
top: 5%;
padding-right: 20px;
}
li
{
padding: 10px 0px 0px 0px;
color:black;
}

