html, body {
	height:100%;
      width:100%;
       }

      
body {
	margin:0;
	padding:0;
	overflow:hidden;
	}      

#menubar {
	color: grey;
	width:100%;
	margin: 2px auto 10px auto;
	border : 0;
	text-align:center;
	}  

.menuitem {
	display:inline-block;
	width: 12%;
	color: grey;
	text-align:center;
	font-family: verdana;
	font-size: 12px;
	border : 0 ;
	}

.currentitem {
    display:inline-block;
	width: 12%;
	color: #F01723;
	text-align:center;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	border : 0 ;	
	cursor:default;
	}

.spacer {
	width:5px;
	}

a.menuitem:hover {font-weight:bold;}

	
#siggroup {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:3;
	padding:5px;
	}

#mentions {
	position:absolute;
	bottom:0;
	right:0;
	z-index:3;
	padding:5px;
	}

.si {
	font-size:9px !important;
	font-style: italic;	
	width:150px;}



#logo {
	float:left;
	}

#titrepage { 
	margin: 20px 10% 0 0;
	text-align:right;
	}

#container {
	width:800px; 
	height:80%; 
	overflow:auto; 
	margin:auto;
	font-family:verdana, arial;
	position:relative;
	}

#contenu {
	position:relative;
	clear:both;
	margin: 50px 0;
	}

.actualite {
	text-align:justify;
	margin-right:50px;
	
}

p.actualite a {color: red}

p {
	font-size:12px;
	}
	
#Lexique {	position:absolute;
			width:100px;
			height:100px;
			border:0;
			text-indent:-999px;
			margin-left:-999px;
			margin-right:100px;
			overflow:hidden;}	

