body
{
background-color : #3090FF;
background-image : url('imgs/backGround.jpg');
background-size: 100%;
background-attachment:fixed;
width : 100%;
height : 100%;
}


a img
{
border: none;
} 
p, ul
{
margin-left : 13%;
margin-right : 13%;
}
p
{
margin-top : 10%;
}
li
{
margin-top : 10px;
}
.ban
{
width : 80%;
position : relative;
left : 10%;
bottom : 0%;
}
#MainMenu
{
width : 82%;
position : relative;
text-align : center;
left : 9%;
bottom : 0%;
border-bottom : 1px solid gray;
}
#MainMenu td
{
font-style : italic;
color : darkBlue;
}
#MainMenu a
{
text-decoration : none;
}
#MainMenu #TDselect
{
font-style : none;
text-decoration : underline;
font-size : 110%;
}
#MainMenu td:hover
{
font-style : none;
text-decoration : underline;
font-size : 110%;
}

.imp
{
color : DarkRed;
text-decoration : underline;
}
.impI
{
color : DarkRed;
font-weight : blod;
text-align:center;
font-size : 130%;
}
.info
{
width : 54%;
color : black;
font-size : 110%;
background-image : url('imgs/fondTxt-1.png');
background-size: 100%;

position : absolute;
top : 0%;
left : 10%;
width : 80%;
min-height : 100%;

}
#signature{
position : fixed;
bottom : 5px;
right : 5px;
font-size : 80%;
opacity : 0.9;
color : black;
font-style : italic;
text-decoration : underline;
}