/* CSS Document */

body#fondpage {
	background-color: ffffff;
	margin: 0;
	text-align: center;
}

div#conteneur {
	background-color: #767070;
	width: 750px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 2px solid Black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25em;
	margin-bottom: 1em;
}

div#entete {
	width: 750px;
	height: 80px;
	float: none;
	background: #767070 no-repeat;
	background-image: url(images/img_entete_03.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

div#contenu {
	width : 635px;
	background: #ffffff;
	text-align: left;
	padding: 8px;
	margin-left : 97px;
	margin-top : 0px;
	margin-bottom: 1em;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

div#contenu td {
	text-align: left;
	padding: 4px;
	margin-bottom: 0;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

div#menu {
	width: 90px;
	height: 310px;
	float: left;
	text-align: left;
	padding: 0px;
	margin-left: 4px;
	color: #000000;
	background: url(images/img_fond_menu.jpg);
}

div#menu a {
	text-decoration: none;
	color: #8E7756;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

div#menu a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #E7B59A;
}

a{
	text-decoration: none;
	color: #8E7756;
	font: normal 1em Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
	color: #000000;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1#titre {
	display: none
}

p.evenements {
	border: 1px solid Black;
	background-color: #FBEAE2;
	padding: 2px;
	font-family: Verdana, "MS Sans Serif";
	font-size: 1em;
	font-weight: normal;
}

p.titre {
	border: 1px solid Black;
	background-color: #E7B59A;
	margin-top: 0;
	padding: 2px;
	font-family: Verdana, "MS Sans Serif";
	font-size: 1em;
	font-weight: normal;
}

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

li{
	background-color: #FBEAE2;
	border: 1px solid black;
	padding: 2px;
	margin-bottom: 2px
}

li:hover {
	background-color: #E7B59A;
}

.gras {
	font-weight: bold;
}

th {
	color: #63533C;
	background-color: #FBEAE2;
	text-align: left;
	font-size: 0.8em;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
