/* general */
body {
	font-family: Times, serif;
	margin-top: 0
}
a {
	text-decoration: none;
}
a img {
	border: none;
}

/* page complete 1000px centrée */
#container {
	width: 960px;
	margin: 0 auto;
	height: 600px;
	border: 0px solid #600;
}

/* entete hauteur 120 px */
#header {
	height: 100px;
	margin-bottom: 5px;
}

/* menu */
#nav {
	height: 25px;
	background-color: #ccc;
	padding-left: 130px;
}
	#nav ul {
		width: 800px;
		list-style-type: none;
		margin: 0;
	}
		#nav li {
			float: left;
			display: inline;
		}
	#nav a {
		float: left;
		color: #600;
		line-height: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#nav li a.current,
	#nav a:hover {
		color: white;
		background-color: #600;
	}

/* contenu */
#content {
	width: 100%;
	float: left;
	padding-top: 5px;
	background: url(img/bg_content.jpg) no-repeat 130px 5px;
	height: 465px;
}
	/* banniere gauche */
	#content #banner-left {
		width: 130px;
		height: 465px;
		float: left;
	}
	/* contenu central */
	#content #content-center {
		padding: 5px;
		width: 690px;
		height: 455px;
		float: left;
		overflow: auto;
		color: white;
	}
	/* banniere droite */
	#content #banner-right {
		width: 130px;
		height: 465px;
		float: left;
	}

/* classe pour centrer une div */
.center {
	text-align: center;
}
/* Simple */
.simple {
	color: #efe9e9;
	padding: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	vertical-align : top;
	font-size: 1em;
	text-decoration: none;
}
.simple a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A1312C;
	text-decoration: none;
}
.simple a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A1312C;
	text-decoration: none;
}
.simple a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
.simple a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
/* Rouge */
.textepage02Rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A1312C;
	line-height: 1.1em;
	text-decoration: none;
}

.textepage02Rouge a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A1312C;
	text-decoration: none;
}

.textepage02Rouge a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A1312C;
	text-decoration: none;
}

.textepage02Rouge a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #847555;
}
