@charset "utf-8";
/* CSS Document */
body
{
	background-color: #f0f2fc;
	margin: 0;
}

a:link,a:visited,a:active,a:focus
{
   color: #2F89C7;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

img 
{
   border: 0;
}

div#page
{
	width: 680px;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

div#entete
{
   width: 100%;
   height: 229px;
}

div#corps
{
   width: 100%;
   font-family: Tahoma;
   font-size: 12px;
   color: #555555;/*#808080;*/
}

div#piedpage
{
	width: 100%;
	height: 80px;
	background-color: #f0f2fc;
	background-image: url(../images/structure/piedpage.gif);
	background-repeat: no-repeat;
	clear: both;
}

div#piedpage div#liens_copyright {
   padding-top: 14px;
   text-align: center;
   font-size: 12px;
   color: #555555;
}

div#telephone
{
   padding-top: 15px;
   margin-left: 400px;
   font-family: Tahoma;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
   border: 0px;
}

div#menu
{
   width: 100%;
   height: 27px;
}

table#banniere
{
    width: 100%;
	height: 202px;
}

table#banniere td#anim_presentation
{
    width: 346px;
}

table#banniere td#logo
{
    width: 166px;
}

table#banniere td#fond_droite
{
    width: 168px;
}

ul.MenuBarHorizontal a
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

ul.MenuBarHorizontal li
{
	width: 7em;
}

ul.MenuBarHorizontal ul
{
	width: 7.2em;
}

ul.MenuBarHorizontal ul li
{
	background-color: transparent;
	width: 7.2em;
}

