/* CSS Document */

body {
	background: #333333 url("images/fond.jpg") top left;
	margin: 0;
	padding: 0;
	background-repeat: inherit;
}

/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	font: 11px verdana, sans-serif;
	background: #333333;
	width: 750px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}
#menuDeroulant li
{
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{	display: block;
	height: 1%;
	color: #FFF;
	background: #333333;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #222;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #025C00; }
#menuDeroulant li a:active { background-color: #222222; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position:absolute;  /* FIREFOX UNIQUEMENT */
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 124px;
	border-top: 1px solid #809B56;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fondtr_vert.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #333333;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

/* Elements de niveau bas
--------------------------------------*/
#menuDeroulantBas
{
	font: 11px verdana, sans-serif;
	background: #333333;
	width: 750px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}
#menuDeroulantBas li
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulantBas li a:link, #menuDeroulantBas li a:visited
{	display: block;
	height: 1%;
	color: #FFF;
	background: #333333;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #222;
	text-decoration: none;
}
#menuDeroulantBas li a:hover { background-color: #025C00; }
#menuDeroulantBas li a:active { background-color: #222222; }


.texte_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
