/* CSS Document */


body {
	text-align: center;
	margin: 0px;
	paddind: 0px;

}
h2 {
	font: bold 14px/16px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #6633CC;
	padding: 5px 10px 5px 0px;
	width: 250px;
	border-bottom: 2px solid #ECEFF0;
}
h3 {
	font: bold 14px/16px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000;
}
a:link, a:visited {
	font: bold 12px/16px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #6633CC;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6633CC;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooo */
#conteneur {
	width: 100%;
	text-align: left;
	font: 12px/16px Lucida Grande, Arial, Helvetica, sans-serif;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooo */
/* navigation */
#nav {
	padding-top: 50px;
	height: 30px;
	width: 800px;
	margin: 0 auto;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
}
#nav a {
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
}
#nav #current, #nav #current a {
	color: #fff;
	text-decoration: none;
	background-color: #6633CC;
}
#nav #border {
	border-right: 1px solid #ccc;
}
#wrapheader {
	width: 100%;
	background: #000;
}
#header {	
	background: #000;
	height: 230px;
	width: 800px;
	margin-bottom: 15px;
	margin: 0 auto;
}
#page {
	background: #fff;
	width: 800px;
	margin: 0 auto;
}
#newsletter {
padding: 10px 10px 10px 5px;
background-color: #ECEFF0;
width: 245px;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooo */
/* footer */
#footer {
	font: 10px/12px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #666;
	clear: both;
	text-transform: uppercase;
	padding: 30px 0px 30px 0px;
	margin: 0 auto;
	width: 800px;
}
#footer a:link, #footer a:visited {
	color: #red;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
}
.tem {
	font: italic 12px/16px Georgia, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}