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

body {
	background-color: #FFC; 
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

#conteneur {
	display: block; 
	position: relative; 
	width: 900px; 
	min-height: 500px; 
	border: 1px solid #900; 
	border-top: 0; 
	margin: 0 auto 20px auto;
}

#menu {
	display: block; 
	position: relative; 
	text-align: right; 
	width: 900px;
	margin: -3px 0 0 0;
}

#menu a {
	display: block;
	position: relative;
	float: right;
	padding: 10px 15px 10px 15px;
	background-color: #d6de84;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

#menu a:hover, #menu a.selected {
	color: #526321;
}

#main {
	display: block; 
	position: relative; 
	float: left;
	width: 400px;
	padding: 0 50px 0 50px;
	text-align: justify;
	font-family: Tahoma,Geneva,sans-serif;
	color: #333333;
	line-height: 17px;
}

.sides {
	display: block; 
	position: relative; 
	float: left;
	width: 200px;
}

#news {
	display: block;
	position: relative;
	width: 180px;
	height: 350px;
	background: url('../images/newsScrollerBG.jpg') no-repeat;
	padding: 25px 10px 25px 10px;
	color: #fff;
}

#news a {
	color: #ff9933;
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}


#main a:link {
	color: #F93;
	text-decoration: underline;
}
#main a:visited {
	color: #F93;
	text-decoration: none;
}
#main a:hover {
	color: #F93;
	text-decoration: none;
}
#main a:active {
	color: #F93;
	text-decoration: none;
}



.footer {
	display: block;
	position: relative;
	margin: 35px auto 5px 0;
	text-align: center;
	color: #333333;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #990000;
	margin-left: 10px;
}

h2 {
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	font-weight: bold;
	margin: 10px 0 -10px 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	line-height: 15px;
	color: #735045;
	font-family: Tahoma,Geneva,sans-serif;
	padding: 0;
}

.clear {
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
}