@charset "utf-8";
/* CSS Document */



/* ------------------------------ DEBUT PLAN DU SITE ------------------------------ */

/* DEBUT CORPS */
#corps
{
 background: url(img/point_plan_du_site_news.gif) no-repeat;
 margin: auto;
 margin-bottom: 45px;
 margin-left: 146px;
 margin-right:163px;
 /*width: 724px;
 height: 176px; FONT BUGUER MENU DEROULANT SUR IE */
}

#corps #plan_du_site h1
{
 font-size: 16px;
 margin-bottom: 10px;
 padding-top: 5px;
 color: #1c1c1c
}

#corps #plan_du_site ul
{
 margin-left: 13px;
 font-size: 12px;
 font-style: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
 color: #5c5c5c;
}

#corps #plan_du_site ul a
{
 text-decoration: none;
 color: #5c5c5c;
 font-style: "Arial Narrow"
}

#corps #plan_du_site ul a:hover
{
 background-color: #888888;
 color: white;
}

#corps #plan_du_site
{
 margin-left: 15px;
 margin-top: 50px;
}

#corps #plan_du_site li
{
 padding-top: 10px;
}

#corps #plan_du_site li ul li
{
 padding-top: 0px;
}

/* FIN CORPS */


/* ------------------------------ FIN PLAN DU SITE ------------------------------ */
