@charset "utf-8";
/* CSS Document */

.espace_menu {
	height:10px;
	}
.bloc_menu {
	width:175px;
	border: 1px dotted #E2D1B8;
	border-radius: 0 10px 10px 0px;
	-moz-border-radius: 0 10px 10px 0px;
	-webkit-border-radius: 0 10px 10px 0px;
	-o-border-radius: 0 10px 10px 0px;
	}
.bloc_menu ul {
	list-style-type:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	/*font-weight: bold;*/
	line-height: 25px;
/*	background-color: #E2D1B8;*/
	/*text-align: center;*/
}
.bloc_menu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.bloc_tableau {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #E2D1B8;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
	padding: 10px;
/*	line-height: 20px;
*/}

.espace_tableau {
	height:25px;
	}


a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
/*	margin-left: 35px;
	margin-bottom: 5px;
*/	text-align:center;
}
