/* CSS Document */

body {
	background: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 1.8em;
	margin-left: 20px;
	color:#C81113;
}

h2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: normal;
}

a {
	color: #C81113;
	text-decoration: none;
}

a:hover {
	color: black;
}

a img{
	border:0;
}

div {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

.Police {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c81113;
	text-decoration: none;
}


/*************************** ACCUEIL *************************/

#index {
	width:645px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -234px;
	margin-left: -322px;
	background-color: #000000;
	height: 469px;
}

#affiche {
	width:645px;
	height:468px;
	float:left;
}

#liens {
	width: 155px;
	float:right;
	background: url(index_liens.gif) no-repeat bottom center;
	padding-top:10px;
	padding-bottom: 40px;
	margin-top: 150px;
	font-weight: bold;
	font-size: 1.1em;
}

#liens ul{
	list-style: none;
	margin:0;
	padding:0;
}

#liens li {
	margin-top:5px;
	margin-bottom: 10px;
}

#entrer {
	clear: both;
	padding-left: 225px;
}

#entrer a {
	padding: 10px;
	background: white;
	font-size: 2em;
	font-weight: bold;
}

/*************************** PAGES *************************/

#page {
	background: white;
	width: 760px;
	margin:auto;
	margin-top: 20px;
	border: 3px solid black;
}

#banniere {
	width: 760px;
	height: 130px;
}

#menu {
	float: left;
	width: 170px;
	padding-top: 203px;
	background: url(menu_fond.jpg) no-repeat right top;
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;
	padding-right:28px;
	margin-left:5px;
}

#sousmenu {
	text-align:left;
	margin-left:10px;
	font-size: 0.8em;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	margin-left:5px;
}

#contenu {
	float:right;
	width: 520px;
	text-indent: 20px;
	text-align:justify;
	margin-right:20px;
}

#titre {
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}
