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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CC6666;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#page #header {
	height: 100px;
	border-bottom: 1px solid #000000;
}
#page #header #logo {
	margin-top: 20px;
	margin-left: 10px;
}
#page #contenu {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#page #footer {
	height: 60px;
	border-top: 1px dotted #000000;
	text-align: center;
	padding-top: 30px;
}
#page #header #phone {
	margin-top: -135px;
	margin-right: 20px;
}
#page #nav li {
	display: inline;
}
.current {
	border-bottom : 3px solid #CC6666;
	padding-bottom: 2px;
}
#page #nav {
	height: 65px;
}