body
{
margin:0;
padding:0;
height: 100%;
width: 100%;
behavior: url(csshover.htc);
}

#arriere {
position: absolute;
top: 0;
left: 0;
margin: 0;
height: 36.75em;
width: 61.5em;
}

#arriere img {
width : 100%;
height: 100%;
}

#banniere
{
   position: absolute;	
   top: 0;
   left: 0;
}

#navigation
{
   position: absolute;
   top: 9.625em;
   left: 0;
   width: 12.5em;
   height: 1.25em;
   border-top:1px solid;
   border-bottom:1px solid;
}

a.home_button
{
	display: block;
	float: left;
	margin: 0;
	margin-left: 1.25em;
	width: 2.5em;
	height: 1.25em;
	background-image: url("../design/common/home.jpg");
	background-repeat: no-repeat;
	color:black;
	border-right: 0.0625em solid;
}

a.home_button:hover
{
	display: block;
	float: left;
	margin: 0;
	margin-left: 1.25em;
	width: 2.5em;
	height: 1.25em;
	background-image: url("../design/common/home_pressed.jpg");
	background-repeat: no-repeat;
	border-right: 0.0625em solid;
}

a.contact_button
{
	display: block;
	float: left;
	background-image: url("../design/common/contact.jpg");
	margin: 0;
	margin-left: 1.25em;
	width: 2.5em;
	height: 1.25em;
	border-right:1px solid;
	color: black;
	background-repeat: no-repeat;
}

a.contact_button:hover
{
	display: block;
	float: left;
	background-image: url("../design/common/contact_pressed.jpg");
	margin: 0;
	margin-left: 1.25em;
	width: 2.5em;
	height: 1.25em;
	background-repeat: no-repeat;
}

a.english_button
{
	display: block;
	float: left;
	margin: 0.0625em 0 0 1.75em!important;
	margin: 0.1875em 0 0 1.125em;
	width: 2.5em;
	height: 0.9375em;
}

a.french_button
{
	display: block;
	float: left;
	margin: 0.0625em 0 0 1.75em!important;
	margin: 0.1875em 0 0 1.125em;
	width: 2.5em;
	height: 15px;
}

a img
{
border: none;
}

div#menu a.text_long
{
font-family:"Times New Roman", Arial, serif;
text-indent: 0.3125em;
line-height: 1.875em;
font-size: 0.875em;
}

div#menu {position: absolute; top: 13.5em; left: 0; width: 12.4375em; height: 17.0625em; border-top:1px solid;}
/* fond blanc pour le menu , line height pour centrage du texte*/
div#menu a {color:#000000;font-family: "Times New Roman", Arial, serif; text-indent: 0.3125em; line-height: 1.875em;}
div#menu ul {padding:0; width: 12.4375em; margin:0; background:url(../design/common/menu/button_menu.jpg);}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover {background:url(../design/common/menu/button_menu_hover.jpg) no-repeat;}
/*div#menu li.sousmenu:hover {background:url(design/button_menu_hover.jpg) no-repeat;}*/

/*Style des pointeurs*/
.sousmenu a:hover{cursor:default;}
.niveau2 a:hover{cursor:pointer;}

/* Rajout d'une petite fleche pour les sous menu */
div#menu li.sousmenu {background: url(../design/common/menu/scroll.jpg) 95% 50% no-repeat;}

div#menu ul li {position: relative; list-style: none; border-bottom:1px ridge;}

div#menu ul li.last_button {border-bottom:1px solid;}/*Pour eviter la double bordure sur le dernier bouton*/

div#menu ul ul {position: absolute; top: 0; left: 12.4375em; display:none}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div#menu li a {text-decoration: none; padding: 0; display:block; width: 12.4375em; height: 1.75em; min-height: 28px; min-width: 199px;}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}


.mise_a_jour
{
position: absolute;
font-size: 1.0625em;
top: 6.0em;
left: 15.620em;
}

#corps p
{
color: black;
}

#corps a
{
color:blue;
}