
	
body
{
   height:100%;
   width: 1000px; 			/* a bit less than 1024 so people with 1024x768 resolution aren't obliged to scroll */
   margin: auto; 			/* to center the page */
   margin-top: 10x; 		/* to avoid sticking to the top of the window */
   margin-bottom: 20px;    /* idem */
   padding:0;
   background-attachment:fixed;
   color:#00367e;
   font-family: Trebuchet,Times, serif;
}



#menu
{
   background-color: black;
   background: url("/images/bg_trans_white3-180px.gif");
   background-repeat: repeat-y;
   background-position: 4px;
   float: left; 												/* the menu will float on the left */
   width: 185px;
}

.element_menu
{
	margin-left: 8px;
	background-color: white;
	border: 2px solid black;
	-moz-border-radius: 25px 50px;
	border-radius: 25px 50px;
	margin-bottom: 8px;										/* is recognised by IE9 */
	padding-left: 3px;
	background-image: url("/images/bg_trans_white.png");
}

.element_menu:hover
{
	margin-left: 8px;
	background-color: white;
	border: 2px solid black;
	-moz-border-radius: 25px 50px;
	border-radius: 25px 50px;
	margin-bottom: 8px;										/* is recognised by IE9 */
	padding-left: 3px;
	background-image: url("/images/bg_trans_white2.png");
}


/*  -----------------------------------------------------------------------------------------------------------------  */
/*  ---------------------------------------------------   CORPS   ---------------------------------------------------  */
/*  -----------------------------------------------------------------------------------------------------------------  */



