
body {
	margin:0;
	padding:0;
	color:#303030;
	font:13px Verdana,Tahoma,sans-serif;
	line-height:150%;
	}

#leftside{
	position:absolute;
	top:0px;
	width:50%;
	left:0px;
	height:150%;
	background: #2e7a7a;	
/*	background: #2e7a7a url(../img/mer.jpg) top repeat-x;*/
}

#rightside{
	position:absolute;
	top:0px;
	width:50%;
	left:0px;
	height:150%;
	background: #677831;
/*	background: #677831 url(../img/normandie3.jpg) top repeat-x;*/
	margin-left:50%
}
	
#ban {
	position:absolute;
	top:0px;
	width:60%;
	margin:0 0 0 20%;
	padding: 10px 0px;
	background: url(../img/ban_2.png) top no-repeat;
	height:150px;
	}
#sidebar {
	position:absolute;
	top:150px;
	left:0;
	width:20%;
	height:100%;
	background: #2e7a7a;
	overflow: hidden;
	text-align: right;}
body > #sidebar {
	position:fixed;
	}
	
#content {
	top:150px;
	width:60%;
	margin:0 0 0 20%;
	padding: 10px 0px;
	background:#fff;
	}
body > #content {
	position:absolute;
	}	
	
#sidebar_right {
	position:absolute;
	top:150px;
	width:20%;
	height:100%;	
	margin:0 0 0 80%;
	background: #677831;
	overflow: hidden;
	text-align: left;}
	
body > #sidebar_right {
	position:fixed;
	}
	

a {
	color:#677831;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#228b22;
	}

img { border:0;	}
	


a img {
	border-color:#7f0000;
	}

/**************** Sidebar area styles ****************/



#sidebar a {
	color:#808080;
	background: #e0e0e0 url(../img/sidebarbg.gif) repeat-y top right;
	}
	
#piedpage	{
	font-size:0.7em;
	bottom:0px;
	margin:0px;
	padding:0px;
}
/**************** Navigation menu styles ****************/


#menu a {
	display:block;
	width:90%;
	padding:5px 16px 5px 0;
	color:#606060;
	background:#e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.2px;
	line-height:30px;
	text-align: right;
	/*margin-left: -40px;*/
	}
	
#partenaire{
	padding:5px 0px 5px 16px;
	margin: 0px 0px 0px 5%;
	border: 2px solid #c0c0c0;
	color:#606060;
	background:#e0e0e0;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.2px;
	line-height:30px;	
	}

#menu a:hover {
	color:#303030;
	background:#f0f0f0 url(../img/sidebarbg.gif) top right repeat-y;
	}

#menu a#active_menu {
	padding:5px 16px 5px 0;
	background:#fafafa;
	font-size:1em;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	}

#menu a#active_menu:hover {
	color:#505050;
	background:#fafafa;
	}
	
/**************** Content area styles ****************/



#content p {
	margin:0 0 20px 0;
	line-height:1.5em;
	}


h1 {
	margin:0;
	font-size:2em;
	letter-spacing:-2px;
	}

h2 {
	margin:0;
	color:#2e7a7a;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:-2px;
	text-align:center;
	}

h3 {
	color:#7f0000;
	font-weight:normal;
	font-size: 1.5em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
}
	
h4 {
	color:#7f0000;
	font-weight:normal;
	font-size: 1.2em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
}


.image {
	margin:2px 2px 2px 2px;
	padding:1px;
	border:1px solid #d0d0d0;
}

