
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	
	scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #f6f7ec;
    scrollbar-highlight-color: #f6f7ec;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-darkshadow-color: #dddddd;
    scrollbar-track-color: #f6f7ec;
    scrollbar-arrow-color: #FF6600;
}

#page {
	width: 805px;
}

#header {
	height: 110px;
	text-align: right;
	/*padding-top: 60px*/
}

#menu {
	float: left;
	width: 100px;
	height: 90px;
	background-color: #e9fbc7;
	margin-top: 94px;
	padding: 15px 10px 7px 0px;
	text-align: right;
	line-height: 1.5em;
}

#menu a {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: none;
}
#menu a:hover {
	color: #ff6600;
	text-decoration: none;
}

#main {
	float: left;
	width: 690px;
	height: 300px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #b0d270;
}

#content {
	text-align: justify;
	vertical-align: middle;
	vertical-align: middle;
}

.home {
	margin: 25px 0px;
	padding: 20px 35px 15px 180px;
	height: 215px;
	background: #f6f7ec url('../images/bg-home.gif') center left no-repeat fixed;
}

.philo {
	margin: 25px 0px;
	padding: 25px 35px 20px 180px;
	height: 205px;
	overflow-y: scroll;
	background: #f6f7ec url('../images/bg-philo.gif') center left no-repeat fixed;
}

.methode {
	margin: 25px 0px;
	padding: 25px 35px 20px 180px;
	height: 205px;
	overflow-y: scroll;
	background: #f6f7ec url('../images/bg-methode.gif') center left no-repeat fixed;
}

.intervention {
	margin: 25px 0px;
	padding: 25px 35px 20px 180px;
	height: 205px;
	background: #f6f7ec url('../images/bg-interv.gif') center left no-repeat fixed;
}

.contact {
	margin: 25px 0px;
	padding: 20px 35px 20px 180px;
	height: 210px;
	background: #f6f7ec url('../images/bg-contact.gif') center left no-repeat fixed;
}

#footer {
	clear: left;
	margin-left: 114px;
	margin-top: 5px;
	font-size: 11px;
	height: 20px;
}

ul {
	margin-top: -12px;
	padding-top: 0px;
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#menu .actif { color: #14ba03; }

.orange {color: #FF6600}
