* { margin: 0; padding: 0; border:none; }

a:link img, a:hover img, a:active img, a:visited img { border:none; }
a:link, a:hover, a:active, a:visited { color:#163232; }

body {
	background:#98b2b4 url(img/fondDePage.jpg) 0 0 repeat-x;
	font: 12px/18px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color:#163232;
	text-align:center;
}

h1 { 
	display:none;
}

#conteneur {
	margin: 250px auto;
	/*position: absolute;
	overflow: auto;
	width:100%;*/
}

#top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 160px;
	background:url(img/fondLogo.jpg) repeat-x top left;
	padding-top:45px;
}

/********* Menu **********/

#menu {
	/*float: left;*/
	position: absolute; 
	width: 170px;
	text-align:left;
	font-size: 1.8em;
	border-bottom: 2px solid #7ac2c8;
	margin: 0 0 0 20px;
}

#menu,
#menu ul {
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 2px solid #7ac2c8;
}
#menu ul li {
	width: 100%;
}
#menu a,
#menu .active {
	display: block;
	padding: 10px 5px 10px 50px;
	color: #fff;
}
#menu a {
	text-decoration: none;
}

#menu a:hover {
	background-color: #98b2b4;
	color: #000;
}
/********* FIN du MENU *********/

#res {
	text-align:left;
	padding: 0 100px;
	margin: 0 0 0 170px;
	background: url(img/motif.gif) no-repeat;
	min-height: 340px;
	height:auto !important;
	height: 340px;
}

#right { 
	position: absolute;
	left: 80%;
	width: 170px;
	margin: 250px 0 0 0;
	overflow: auto;
}