@charset "iso-8859-1";
html {
  font-size: 100%; /* vite un bug d'IE 6-7. (1) */ 
} 

body
{
}

td a.gmenu
{
	text-decoration: none;
	background: #ffffff;
	color: #666666;
	display: block;
	width: 100px;
	padding: 0px;/* hauteur de l'espace texte*/ 
	width: 100%;
	font-size: 12px;
	font-family:verdana;
	font-weight:normal;
	margin-right: 10px;/* espace entre libelles*/ 
	text-align:center;
}

td a.gmenu:hover
{
	color: #333333;
}

div.submenu
{
		
	margin: 23px;/* marge gauche sous menu */ 
	margin-top: 35px;	/* espace entre menu et sous menu*/ 
}

.submenu a
{
	background: #ffffff;
	display: block;
	width: 130px;
	padding: 5px;/* interligne*/
	color: #222222;
	text-decoration: none;	
	font-family: verdana;
	font-size: 12px;
	text-align:left;
	line-height:10px; 
}

.submenu a:hover
{
	text-decoration: none;
	color: #666666;
}

.submenu a:visited
{
	text-decoration: none;
	color: #222222;
}
div.level2menu
{
	margin-left: 10px;
	
}

.level2menu a
{
	width: 170px;
	padding: 2px;
	margin-left: -2px;/* espace a droite entre sous menu1 et sous menu2*/
	background: #ffffff;
	text-decoration: none;
	display: block;
	color: #333333;
	font-family: verdana;
	font-size: 12px;
	text-align:left;
}

.level2menu a:hover
{
	text-decoration: none;
	color: #666666;
}

.level2menu a:active
{
	background: #ffffff;
	color: #333333;
}

.level2menu a:visited
{
	background: #ffffff;
	color: #333333;
}

table.gmenu
{
	background: #ffffff;
	color: #666666;
	position:relative;
	left: 0px;
	top: 0px;
	font-family: verdana;
	font-weight: normal;
}

td.gmenu
{
	color: #666666;
	border: 0px;
	padding: 0px;
}
td.gmenu:hover
{
	text-decoration: none;
}

#menu,#description
{
	float: left;
}

#description
{
	margin-left: 50px;
}