body {
font: 11px verdana, sans-serif;
background: #A3A3A3 url(/css/fond_page.jpg) repeat-x;
margin: 0;
padding: 3px 0;
text-align: center;
}

#global {
width: 900px;
margin: 0 auto;
text-align: left;
}

#entete
{
height:400px;
margin: 0 auto;
background: url("/css/valles.jpg") top center no-repeat;
}

h1
{
position: absolute;
left: -5000px;
}

img
{
border: 0px;
}

h2
{
position: absolute;
left: 400px;
top: 180px;
font-family: Goudy Old Style;
color: #003399;
font-size: 5em;
}

h2 a {
color: #003399;
text-decoration: none;
}

h3
{
position: absolute;
left: 250px;
top: 220px;
font-family: Goudy Old Style;
color: #F2462E;
font-size: 4em;
}

#recherche
{
float: right;
margin:350px 8px 0 0 ;
font-size:13px;
}

.searchBox{
background-image:url('/css/search.gif');
background-repeat:no-repeat;
padding-left:20px;
}

#contenu
{
background: #3B4E77;
margin-bottom:10px;
padding: 10;
font-family: Goudy Old Style;
font-style: italic;
font-size: 1.5em;
color: #FFFFFF;
}

#contenu p
{
margin-bottom:10px;
}

#contenu a, #contenu a:visited, #contenu a:hover{
color: #FF6600;
text-decoration: none;
}

#piedpage
{
margin:auto;
background: #666666;
position:relative;
margin-bottom:10px;
padding: 10;
font-family: Goudy Old Style;
font-style: italic;
font-size: 1.3em;
text-align: center;
color: #FFFFFF;
}

#piedpage a, #piedpage a:visited, #piedpage a:hover{
color: #FF6600;
text-decoration: none;
}

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

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	background: #6A6458;
	width: 900px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: auto;
	color: #FFF;
	background: #3B4E77;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	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("/css/fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #F2462E;
}

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

