/* CSS Document */

body
{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000040;
}

h1 {font-size: 1.25em}
h2 {font-size: 1.15em}
h3 {font-size: 1.05em}

a {
/*	background-color: #000066;
*/	background-color: #000040;
	color: #FFFFFF;
}

a.discret {
/*	background-color: #000066;
*/	background-color: #000040;
	color: #000040;
}

a:hover {
/*	background-color: #000066;
*/	background-color: #000040;
	color: #FFFF99;
	text-decoration:overline underline;
	font-variant: small-caps;
}
a:hover.discret {
/*	background-color: #000066;
*/	background-color: #000040;
	color: #0099FF;
	text-decoration:none;
	font-weight: normal;
}

#conteneur
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
	overflow-y: hidden;
/*	background-color: #00005E;
*/	background-color: #000040;
	color: #FFCC33;
	height: 840px;
}

.bottom {
	text-align: center;
	width: 900px;
/*	position: absolute;*/
	bottom: 60px;
	margin-right: auto;
	margin-left: auto;

}
.centre {
	height: 400px;
	margin-top: 0px;
	width: 540px;
/*	position: absolute;*/
	top: auto;
	margin-top: 0px;
	margin-right: 190px;
	margin-left: 190px;
	text-align: center;
}

.centre2 {
	height: 400px;
	margin-top: 0px;
	width: 540px;
	top: auto;
	margin-top: 0px;
	margin-right: 190px;
	margin-left: 190px;
}

.gauche {
	top: auto;
	width: 185px;
	float: left;
	height: 220px;
	padding: 0.5em;
}
.droite {
	width: 180px;
	float: right;
	left: 5px;
	height: 220px;
	padding: 0.5em;

}

#barre {
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
*/	text-align: center;
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	bottom: 2px;
/*	color: #FFC;
*/	z-index: 100;
}
