/*  * { margin: 0; padding: 0;} */

html { height: 100%; font-size: 62.5% }

body {
height: 100%;
background-color: #0B0D64;
background-image:url(images/fond.jpg);
background-position:top;
background-repeat:repeat-x;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

.noscreen {
display: none;
}

#divContent
{
    padding:15px;
    
}

H3 {color:Navy;}

.btn {font-size:12px;height:20px;}