#menu
{
position: absolute;
top: 30px;
left: 5%;
right: 5%;
min-height: 5%;
background-color: blue;
opacity: 0.5;
font-weight: bold; 
text-align: center;
padding-left: 5%;
padding-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}


#menu * { 
    display: inline; 
}
#menu * a
{
height: 50px;
padding-left: 2%;
padding-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 190%;
text-decoration: none;	
color: white;
}

#corpsa{ 
position: absolute;
top: 150px;
left: 13%;
right: 30%;
min-height: 50%;
font-size: 130%;
text-align: justify;
background-color: white;
opacity: 0.7;
padding-left: 2%;
padding-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}

#corps{ 
position: absolute;
top: 150px;
left: 15%;
right: 30%;
min-height: 50%;
font-size: 130%;
text-align: justify;
color: white;
background-color: blue;
opacity: 0.5;
padding-left: 2%;
padding-right: 2%;
padding-top: 30px;
}

#contact{
position: absolute;
top: 150px;
left: 75%;
right: 5%;
padding-left: 2%;
padding-right: 2%;
background-color: blue;
opacity: 0.5;
padding-top: 30px;
padding-bottom: 30px;
color: white;

}
#contact a
{
text-decoration: none;	
color: white;
}


body{
background-color: rgba(29, 0, 200, 0.3);
}

a{
	color: blue;
        font-weight: bolder;
	text-decoration: none;
}
