body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #536482;
	margin: 0px;
	padding: 0px;
	background-image: url("images/fond.png");;
}

ul {
	margin: 0px;
	list-style: disc;
}

a:link, a:visited, a:active {
	color: #BF9437;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #82ABCE;
	text-decoration: underline;
}

#banniere {
	width: 940px;
	margin: 0px auto;
}

#header {
	width: 880px;
	margin: 0px auto;
	padding: 10px;
	background: #F6F4D0;
	background-image: url("images/joyau_bleu_header.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

.details {
	padding: 5px;
	width: 400px;
	margin: 0px auto;
}
.details li {
	line-height: 15px;
}

#content {
	width: 900px;
	margin: 10px auto;
}

#gauche {
	float: left;
	width: 600px;
}

.bloc_gauche {
	margin-bottom: 10px;
	background: #F6F4D0;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.bloc_gauche h2 {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	text-decoration: none;
}

#droite {
	clear: right;
	float: right;
	width: 280px;
}

.bloc_droite {
	margin-bottom: 10px;
	background: #F6F4D0 no-repeat left bottom;
	padding-bottom: 10px;
	padding-top: 1px;
}

.bloc_droite2 {
	margin-bottom: 10px;
	background: #F6F4D0 url(images/coin_bloc.png) no-repeat left bottom;
	padding-bottom: 100px;
	padding-top: 1px;
}

.bloc_droite h2 {
	font-size: 14px;
	padding: 10px;
	margin: 0px;
	text-decoration: underline;
}

.bloc_droite2 h2 {
	font-size: 14px;
	padding: 10px;
	margin: 0px;
	text-decoration: underline;
}

.bloc_droite h3 {
	font-size: 16px;
	padding: 10px;
	margin: 0px;
	text-decoration: none;
}



#footer {
	clear: both;
	text-align: center;
	font-size: 8pt;
}
