@charset "utf-8";

body {
	background-attachment: scroll;
	background-image: url(images/background_etoile.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width:100%;
}
#Header {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	display: inline;
	float: left;
	width: 1200px;
	padding:0;	
	text-align:center
}

#Header p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.7em;
	color: white;
	margin-bottom: 0px;
	padding:0;}

html > body #Header {
	height: auto;
	min-height: 50px;
}
#Nav {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float:left;	
	margin-bottom: 0;
	padding:0;
	width:250px;
	height: 649px;
	color:white;
	/*border:white 1px solid;*/
}
	
#Nav .niveau1 li {
	font-size: 1.0em;
	list-style-type: none;
	position:relative;
	right:20px;
	
	}
	
#Nav ul ul {display:none}

#Nav a {
	color: yellow;
	text-decoration:none;
}
#Nav a:visited {color: white}

#Nav li:hover ul.niveau2, li li:hover 
	{display:block;}

#Nav .accueil{
	font-size:2em;
	position:absolute;
	left: 75px;
	bottom: 70px;
	
}
	
html > body #Nav {
	height: auto;
	min-height: 650px;
}
#barre_menu {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 900px;
	height: 41px;
	background-image: url(images/contenu.gif);
	background-repeat:repeat;
}

#contenu {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	/*float: left;*/
	height: 650px;
	margin-bottom: 0;
	width: 900px;
	position:absolute;
	top:80px;
	left:260px;
	/*border: blue 1px solid;*/
	background-image: url(images/contenu.gif);
	background-repeat:repeat;
	color: #FFF;
}


#bord_droit {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 50px;
	padding-top: 0px;
	height: 649px;
	overflow-y: hidden;
}
html > body #bord_droit {
	height: auto;
	min-height: 650px;
}
#footer {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 1200px;
	padding-top: 0px;
	height: 75px;
}

#footer h1{
	margin-top:0;
	padding:0;
	font-size:1.2em;
	color: white;
}

