@charset "UTF-8";
/* CSS Document */

.table_left {
	float: left;
	height: 100%;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
#actualites {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 5px;
	height: 160px;
}
.agenda {
	background-color: #B54A03;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn_left {
	background-color: #B54A03;
	padding: 2px;
	margin: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
#btn_contact a {
	color: #FFF;
	text-decoration: none;
}
#btn_contact a:hover {
	text-decoration: none;
}
#btn_agenda a {
	color: #FFF;
	text-decoration: none;
}
#btn_agenda a:hover {
	text-decoration: underline;
}
#liens_gauche {
	height: 100%;
	margin: 5px;
	padding: 2px;
	text-align: left;
}
#liens_gauche a {
	color: #FFF;
	text-decoration: none;
}
#liens_gauche a:hover {
	text-decoration: underline;
}

#liens_gauche ul {
	list-style-type: square;
	line-height: 18px;
}
