body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #70b7d6;
}

a {
color:#666;
text-decoration:none;
}

a:hover {
color:#999;
}

em {
font-style:italic;
}

#conteneur {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 270px;
}
#menu {
	height: 41px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
#menu a {
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#menu a:hover {
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
	color: #333333;
}

#menu a.carte {
	background-image: url(../images/menu_carte.gif);
	background-repeat: repeat-x;
}

#menu a.carte:hover {
	background-image: url(../images/menu_over_carte.gif);
	background-repeat: repeat-x;
}
#gauche{
	float:left;
	padding: 5px;
	width: 150px;
}
#gauche img{
	margin-top:15px;
}
#droite{
	float:left;
	padding: 5px;
	width: 760px;
}
#droite ol, ul {
	list-style:disc;	
	margin-left :70px;
	padding:2px;
}
#droite li{
	padding:2px;
}
#droite h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-bottom: 30px;
}
#droite h2 {
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
}
#droite h3 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 40px;
}

#droite p {
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}
#page {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px;	
}
#preview{
	background-image:url(images/ajax-loader.gif); 
	background-repeat:no-repeat; 
	background-position:center;
}
#footer {
	height: 25px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
