/*------------------------*/
/*PAGE STATIQUE*/
/*------------------------*/

body
{
background-color:black;
font-family: arial, georgia, cambria;
color:white;
}

.divClassBarreMenu
{
width:300px;
position:absolute;
left:0px;
top:0px;
text-align:center;
}

.divClassCentre
{
position:absolute;
height:96%;
right:0px;
top:0px;
bottom:0px;
left:300px;
padding:10px;
}

.ulOnglets
{
list-style:none;
text-align:center;
padding:0px;
margin:0px;

}

.ongletNeutre
{
padding:10px;
width:160px;
display:inline-block;
color:white;
text-decoration:none;
background:url("../images/ongletNeutre.jpg") no-repeat center center;
}

.ongletPointe
{
padding:10px;
width:160px;
display:inline-block;
color:white;
text-decoration:none;
background:url("../images/ongletPointe.jpg") no-repeat center center;
}

.ongletCoche
{
padding:10px;
width:160px;
display:inline-block;
color:white;
text-decoration:none;
background:url("../images/ongletCoche.jpg") no-repeat center center;
}

.changementLangue
{
color:white;
text-decoration:none;
}

.changementLangue img
{
border:0px;
}