/* CSS Document */

body	{
	font-family:Verdana, sans-serif;
	font-size:0.9em;
	}

#boite-generale	{
	height:auto;
	width:936px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	}
	
#menu	{
	width:300px;
	height:auto;
	float:left;
	margin-top:30px;
	}

#chemin	{
	height:auto;
	width:auto;
	margin-top:30px;
	}

#chemin ul	{
	margin-left:0;
	padding:0;
	}
		
#chemin ul li	{
	list-style-type:none;
	display:inline;
	}
		
acronym[title]	{
	cursor:help;
	border-bottom:1px dotted gray;
	}
	
span[title]	{
	cursor:help;
	border-bottom:1px dotted gray;
	}
		
a[title]	{
	cursor:help;
	}
	
a acronym[title]	{
	cursor:help;
	}
		
sup	{
	line-height:0;
	}
		
sub	{
	line-height:0;
	}

address	{
	font:normal 10px Verdana, sans-serif;
	color:#fff;
	margin-top:8px;
	}

address p	{
	margin-left:450px;
	}

#utilitaires	{
	height:20px;
	width:300px;
	}

#utilitaires ul	{
	font:normal 11px Verdana, sans-serif;
	list-style-type:none;
	padding:0;
	margin:10px 0 0 0;
	}

#utilitaires ul li	{
	padding-right:15px;
	display:inline;
	}


