/* CSS Document */

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #ffffff;
}


#header
{
   width: 760px;
   height: 125px;
   background-image: url("pics/banner.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
   float: left;
   width: 160px;
}

#flashcontent {

		height: 100%;

	}

.sub_menu_haut
{
   background-image: url("pics/menu_haut.gif");
   background-repeat: no-repeat;
   height: 51px;
   width: 146px;
}

.sub_menu_haut p
{
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 14px;
   color: #ffffff;
   text-align: center;
   padding-top: 17px;
}

.sub_menu_milieu
{
   background-image: url("pics/menu_milieu.gif");
   background-repeat: repeat-y;
   width: 146px;
   padding-left: 10px;
   padding-right: 5px;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   color: #000000;
}

.sub_menu_bas
{
   background-image: url("pics/menu_bas.gif");
   background-repeat: no-repeat;
   height: 33px;
   width: 146px;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   margin-bottom: 25px;
}



/* Some effects on  menus */


.sub_menu_milieu ul
{
  list-style: disc;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   padding-bottom: 3px;
}


.sub_menu_milieu a
{
   color: #408254;
   font-family:"Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
}


.sub_menu_milieu a:hover
{
   color: #408254;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   text-decoration: overline underline;
   font-size: 11px;
}


/* Central Content of the page */

#central
{
   background-image:url("pics/central_milieu.gif");
   background-repeat: repeat-y;
   width: 595px;
   margin-left: 160px; 
   margin-bottom: 10px; 
   margin-top: 0px;
   color: #000000;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-size: 12px;
}


#central_haut
{
   background-image: url("pics/central_haut.gif");
   background-repeat: no-repeat;
   height: 25px;
   width: 595px;
   margin-bottom: 0px;
}

#central_photo p
{
   text-align: left;
   margin-bottom: 0px;
   font-size: 14px;
   font-weight: bold;
   margin-left: 25px;
}

#central_photo
{
   height: 725px;
   width: 595px;
   margin-bottom: 0px;
   text-align: central;
}


#central h1
{
   color: #408254;
   text-align: center;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-size: 18px;
}

#central h2
{
   color: #408254;
   text-align: left;
   padding-left: 25px;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-size: 14px;
}

#central p
{
   padding-left: 25px;
   padding-right: 25px;
}

#central a
{
   color: #408254;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   text-decoration: none;
}

#central a:hover
{
   color: #408254;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   text-decoration: overline underline;
}

#central_bas
{
   background-image: url("pics/central_bas.gif");
   background-repeat: no-repeat;
   height: 22px;
   width: 595px;
   margin-bottom: 0px;
}

table
{
	color: #408254;
}
/* The footer */

#footer
{
   background-image: url("pics/footer.gif");
   background-repeat: no-repeat;
   text-align: center;
   width: 760px;
   height: 69px;
   color: #000000;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
   font-size: 12px;
   padding-top: 65px;
   clear: both;
}