body {
	padding:			0;
	margin:				0;
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	/*
	background-image:	url("../img/Fond04_1920x1440.png");
	background-repeat:	no-repeat;
	*/
	background-color:	#3425ff;
	
	color:				#000000;
}

p {
	text-align:			justify;
}

h1 {
	margin:				0px;
}

h2 {
	text-align:			center;
	background:			grey;
}

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

#banner {
	font-family:		Monospace, Trebuchet, serif;
	font-weight:		bold;
	margin:				20px 0px 0px 0px;
	width:				960px;
	height:				341px;
	text-align:			center;
}

#banner a {
	text-decoration:	none;
	font-size:			5em;
	color:				black;
}

#centre {
	width:				100%;
	overflow:			hidden;
}

#menu {
	/* color:				#ff9900; */
	color:				marine;
	width:				180px;
	float:				left;
}

#contenu {
	margin-left:		200px;
	padding:			10px 20px;
}

#menu a {
	/* display:			inline-block; */
	text-decoration:	none;
	text-align:			center;
	font-variant:		small-caps;
	font-weight:		bold;
	min-width:			180px;
	/* border:				4px outset #ff9900; */
}

#menu a, #menu a:hover, #menu a:visited {
	color:				#cccccc;
}

#menu ul {
	padding:			0px;
}

#menu ul, #menu li {
	margin:				0px 0px 0px 0px;
}

#menu li {
	list-style-type:	none;
	padding:			5px 2px;
	margin:				5px 0px;
	/* background:			#ff9900; */
	background:			darkblue;
	border:				1.5px dotted black;
	/* display:			inline; */
}

#footer {
	/*
	background-image:	url(../img/footer.gif);
	background-repeat:	no-repeat;
	*/
	margin-top:			15px;
	background:			darkblue;
	color:				#ffffff;
	font-size:			0.9em;
	text-align:			center;
}

#footer a {
	text-decoration:	none;
}

.width960 {
	position:			relative;
	width:				960px;
	margin:				0 auto;
	
}

.centrer {
	text-align:			center;
}

.gauche {
	float:				left;
}

.droite {
	float:				right;
}

.link_spc {
	color:				#ffffff;
	text-decoration:	underline;
}