@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding:0;
	width:100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-style: normal;
	line-height: 20px;
}

#global {
min-height: 100%;
width: 720px;
padding: 0 auto;
margin: auto;
position: relative;
}

#nav {
text-align: center;
margin: auto
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	background: #FFFFFF;
	text-decoration: underline;
}

.page_active {
	color: #FF0000;
	text-decoration: none;
}

#sous-global {
padding-top:50px;
width: 720px;
text-align:justify;
}
			
#conteneur {
	float: left;
	width:720px;
	font-size:10px;
	text-align:justify;
}

#bandeau {
margin:0;
float:left;
padding-top:18px;
}

#contenu {
margin-left:120px;
text-align:justify;
}

.titres {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 30px;
}

.titles	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.titre_index {
	color: #000000;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
}