@charset "utf-8";
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #333333;
	height: 100px;
	padding-left: 20px;
	padding-top: 5px;
}
#catchphrase {
	font-family: Tahoma;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #333333;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#menu_left {
	background-color: #999999;
	float: left;
	height: auto;
	width: 200px;
}
#menu_left ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
#menu_left li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 180px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu_left li a:hover {
	color: #CC0000;
}

#content {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 540px;
	margin: 0px;
	padding: 10px;
	text-align: justify;
}
#right {
	background-color: #999999;
	float: left;
	height: auto;
	width: 150px;
	padding: 10px;
}
#footer {
	background-color: #CCCCCC;
	clear: both;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#annuaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #999999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
