	/* Habillage général*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#page {
	width: 830px;
	background-color: #FFFBF0;
	text-align: center;
	height: 100%;
	/*margin-left: 2.5%;
	margin-right: 2.5%;*/
}

	/* Header*/

#header {
	text-align:center;
	margin-top: -150px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	height: 160px;
	
}

	/* Habillage du menu*/

#cadre-menu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	height: 30px;
	text-align:center;
}

#menu {
	margin-top: 3px;
	text-align:center;
	position: absolute;
	z-index: 1;
	margin-left:auto;
}

#menu dl {
	float: left;
	width: 136px;
	margin: 0 1px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
}

#menu dd {
	border: 1px solid gray;

}

#menu ul, #menu li {
	text-align: center;
	background: #fff;
	border-bottom: 1px solid gray;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
	background: #eee;
}


	/* Cadre principal*/

#principal {
	height: 100%;
	width: 100%;
	margin-bottom: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFBF0;
}


	/* Cadre texte*/
	
#texte {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:justify;
	background-color: #FFFBF0;
}


#texte a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	
}
	/* Cadre infos*/

#infos {
	width: 100%;
	height: 200px;
	text-align: center;
	margin-bottom: 0px;
	vertical-align: bottom;	
}

#infos-gauche {
	width: 40%;
	height: 100px;
	float:left;
	border: 1px outset #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 5%;
}
	
#infos-droite {
	width: 40%;
	height: 100px;
	float:right;
	border: 1px outset #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 5%;
}

#texte {
text-align:center;
}