/**************************Global*********************************/
html body{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
	height:100%;
}
div#container {
	min-height: 100%;
	width: 998px;
	padding:0px;
	margin: 0 auto;
	position: relative;
	z-index:50;
	/*border:2px solid black;*/
	
}

img{
	border:0;
}
li{
	list-style:square;
	list-style-position:inside;
}
/**************************Common*********************************/
.left{
	float:left;
}
/**************************Haut de page*********************************/
#top{
	width:998px;
	margin-left: auto; 
	margin-right: auto;
	clear:both;
}
/**************************Centre Page*********************************/
#main{
	background-color:white;
	padding-bottom: 50px;
	overflow: auto;
}

/**************************Menu*********************************/
#menu{
	width:200px;
	text-align:left;
	float:left;
	border-right:dashed 1px #64757C;
	border-bottom:dashed 1px #64757C;
}
#menu a{
	text-decoration:none;
}
.menu_section{
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:3px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#64757C;
	color:#64757C;
}
.menu_item{
	font-size:11px;
	padding-left:5px;
	color:#64757C;
}
.menu_item a, .menu_item a:visited{
	text-decoration:none;
	color:#64757C;
}
.menu_item a:hover{
	text-decoration:underline;
	font-weight:bold;

}
/**************************Content*********************************/
#content{
	text-align:justify;
	float:right;
	width:777px;
	margin-right:10px;
	margin-left:10px;
}
#titre{
	color:#64757C;
	padding-right:10px;
	border-bottom:1px solid #64757C;
	
}
#titre_main{
	width:100%;
	font-size:24px;
	text-align:left;
}
#titre_watermark{
	width:100%;
	font-size:36px;
	opacity:0.25;
	filter:alpha(opacity=25);
	text-align:right;
	font-style:italic;
}
.focus{
	text-align:center; 
	font-size:16px; 
	font-style:italic; 
	padding-top:10px; 
	color:#64757C;"
}
/**************************Bottom*********************************/
#bottom{
	position: absolute;
	bottom: 0;
	width:100% ;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
#bottom a:hover{
	font-weight:bold;
}
