
html,body {
height:100%;
width:100%;
}

body {
background-color:#00188F;
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
}

#main {
background-color:#FAFAFA;
width:798px;
height:480px;
text-align: left;
position:absolute;
top:0px;
left:0px;
margin-top:0px;
margin-left:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#gauche {
width:272px;
height:26px;
float:left;
background-image:url(../images/lignegauche.gif);
background-repeat:no-repeat;
background-position:top left;
text-align:right;
padding-top:2px;
}

#droite {
width:272px;
height:25px;
float:left;
clear:right;
background-image:url(../images/lignedroite.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:2px;
}

#centre {
width:231px;
height:152px;
float:left;
margin-left:10px;
margin-right:10px;
}

.toptext {

text-decoration:none;
font-weight: bold;
}

.bottomtext {
color: #735641;
text-decoration:none;
}

a,a:hover {
text-decoration:none;
color: #002481;
}

a:hover {
color: #735641 !important;
}
