/* CSS File */

BODY
{
	font-family: verdana, arial;
	color: rgb(0, 0, 0);
	background-color: rgb(231, 224, 240);
	margin-left:0px;
	/* width: 1376px;  */
	width: 100%
	margin-top: 2px;
	/* height: 241px; */
	height:100%	
	font-size: 12px ;
}
BODY A {COLOR: blue;}
BODY link {COLOR: blue;}
BODY A:visited {COLOR: blue;}
BODY A:hover {COLOR: blue;}

}

.nangy{color:red;}


#menu
{
	height:0;
	width: 100%; /* bug IE */
}

#menu dl
{
	/* sous-menus complets */
	/* width: 11em; */
	float: left;
	margin: 0 0px;
}

#menu dt
{ /* titres */
	text-align: center;
	width: 190px ;
	line-height: 27px ;
	font-size: 10px ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border: 2px solid #fff ;
	background: url(fond1.gif) repeat-x 0 0 ;
	cursor:pointer; 
	padding:2 2 2 2;


}

#menu dd
{ /*Menu sous le lien de 1er niveau, les titres*/
	width: 11em; /* Opéra */
	border: 1px solid gray;
	background: #19b7c8;
	margin: 0 0 0 0;
}

#menu li
{
	width: 190px ;
	color: #fff;
	list-style-type: none;
	text-align: center;
	background: #19b7c8;
	margin: 0 0 0 0;
	border: 0;
	font-size:10px ;
	letter-spacing: 0 ;
}

#menu ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	border: 0;
}

#menu li a
{ /* liens */
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin: 0 0 0 0;
}

#menu li a:hover, #menu dt a:hover { /* liens survolés */
	background: #19b7c8;
	color: #fff;
	font-size:10px ;
	font-weight:bold;
}

#menu dd {/* partie dynamique */
	display:none;
	position: absolute;
	z-index:50;
}

.titre
{
	font-weight:bold;
	font-size: 2em ;
	color: #652c91;
}

/* Menu verticaux */
#sous-menu
{
	height:0; /* bug IE */
}

#sous-menu dd 
{
	width: 11em; /* Opéra */
	border: 1px solid gray;
	background: #19b7c8;
	margin: 0 0 0 0;
	left: 190px;
	margin-top: -1.4em;
}

#sous-menu ul 
{
	list-style-type: none;
	margin: 0 0 0 0;
	border: 0;
}
#sous-menu li 
{
	width: 200px ;
	color: #fff;
	list-style-type: none;
	text-align: center;
	background: #19b7c8;
	margin: 0 0 0 0;
	border: 0;
	font-size: 10px ;
	letter-spacing: 0 ;
}
#sous-menu li a, #sous-menu dt a 
{ /* liens */
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin: 0 0 0 0;
}

#sous-menu li a:hover 
{
	background: #19b7c8;
	color: #fff;
	font-size:10px ;
	font-weight:bold;
}

#sous-menu dd 
{/* partie dynamique */
	display:none;
	position: absolute;
	z-index:100;
}

