body
{
 margin: 0;
 padding: 0;

 font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
 font-size: 1em;

 background-color:#EAC7A3;
 color:black;
}

#entete_cadre
{
 width:630px;
 height:140px;

 background-image:url("header.jpg");
 background-repeat:no-repeat;
 background-position:center center;
}

#marge
{
 float:left;
 width:20px;
 height:620px;

 background-color:white;
}

#marge2
{
 float:left;
 width:142px;
 height:620px;
 background-image:url("contenu_fond.jpg");
 background-repeat:no-repeat;
 background-color:#F9EDE4;
}

#contenu
{
 float:left;

 width:60%;
 height:620px;
 color:black;

 left:30px;

 /*padding-top:10px;
 padding-bottom:10px;*/
 padding-left:10px;
 padding-right:10px;

 background-color:#F9EDE4;
 overflow: auto;
}

#contenu2
{
 float:left;
 height:620px;
 left:30px;
 background-color:#F9EDE4;
}

#menu
{
 width:148px;
 height:380px;
 float:left;
 padding-top:10px;
 padding-bottom:10px;

 background-image:url("menu.jpg");
 background-repeat:no-repeat;
}

.titre
{
 color:orange;
 font-size:1.5em;
 font-style:italic;
 font-weight:bold;
}

.soustitre
{
 color:orange;
 font-style:italic;
}

hr
{
 color: #cccccc;
 background-color: #cccccc;
 height: 1px;
 border: 0;
}

li {margin-left:20px;}

img {border:0;}

a:link             {color: blue;text-decoration: none;font-size:1.1em;}
a:active,a:visited {color: blue;text-decoration: none;font-size:1.1em;}
a:hover            {color: blue;text-decoration: underline;font-size:1.1em;}

a.lien_menu_brun:link                            {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:white;display:block;text-decoration: none;background-image:url("bouton_brun.gif");background-repeat:no-repeat;}
a.lien_menu_brun:active,a.lien_menu_brun:visited {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:white;display:block;text-decoration: none;background-image:url("bouton_brun.gif");background-repeat:no-repeat;}
a.lien_menu_brun:hover                           {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:black; display:block;text-decoration: underline;background-image:url("bouton_blanc.gif");background-repeat:no-repeat;}

a.lien_menu_blanc:link                             {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:black;display:block;text-decoration: none;background-image:url("bouton_blanc.gif");background-repeat:no-repeat;}
a.lien_menu_blanc:active,a.lien_menu_blanc:visited {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:black;display:block;text-decoration: none;background-image:url("bouton_blanc.gif");background-repeat:no-repeat;}
a.lien_menu_blanc:hover                            {font-size:0.7em;height:31px;padding-top:5px;font-weight:bold;text-align:center;color:white; display:block;text-decoration: underline;background-image:url("bouton_brun.gif");background-repeat:no-repeat;}
