/* CSS Document */
#header, #contenu{
	width:782px;
}
a img {border: 0;}
a{font-size: 0.75em; color:#534C4A;}
body 
{
	font-size: 0.75em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin:10px;
	background-color:#F3F3F3;
	color:#534C4A;

}
#navcontainer ul
{

	list-style-type: none;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin:0px;
	float:left;
}

#navcontainer li {
	display: inline;
	margin-left: 8px;
	

}

#navcontainer ul li a
{
	padding-left: 15px;
	text-align: left;
	color:#FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/list-off.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight:lighter;
	font-style:normal;
	vertical-align:top;
	
	
}

#navcontainer ul li a:hover
{
	color:#BDC3C9;
}

#logoProbe{
	height:69px;
	float: left;
	width: 142px;
	margin-right: 0px;
	margin-left: 10px;
}

#wrapMenu{
	width:565px;
	height:34px;
 	background-image:url(../images/bg_menu.gif);
 	background-repeat: repeat-x;
 	background-position: left center;
 	float:  right;
	
	
	
}
#menuleft{
	background-image:url(../images/left_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width:9px;
	height:34px;
}
#menuright{
	background-image:url(../images/right_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:6px;
	height:34px;
	float:right;

}
#navcontainer a{
	font-size: 13px;
	letter-spacing: -1px;
	padding-left: 10px;
	line-height: 18px;
	
}
#footer {
  	width:782px;
  	text-align:center;
  	margin-top:20px;
	margin-right:10px;
  	padding: 5px;
	font-size: 0.8em;
	clear:both;
}
  
