/* CSS Document */

body
{
font-family:"Courier New, Courier, monospace";
margin-top:30px;
width:900px;
margin:auto;
margin-top:25px;

}

#body
{
/*background-color:#808080;*/
margin:auto;
}

a
{
color:#CCCCCC;
text-decoration:none;
cursor:crosshair;
}

a:hover
{
color:white;
}

#menu_principal
{
text-align:center;
height:25px;
background-color:#666666;
padding-top:4px;
}

p
{
margin-left:10px;
}

#sous_menu
{
width:250px;
float:left;
margin-top:25px;
margin-left:25px;
}

#sous_menu a
{
color:#DD7A0F;
background-color:#CCCCCC;
}

#sous_menu a:hover
{
color:black;
background-color:#999999;
}

#corps
{
text-align:right;
height:530px;

overflow:auto;

font-size:smaller;
}


#corps a
{
color:black;
font-family:impact, arial, times;
}

#corps a:hover
{
color:grey;
}

img
{
margin:10px;
}

#interface_news
{
text-align:center;
border:white 1px inset;
}


.face_a
{
color:#DD7A0F;
}