body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:18px;
	color:#444;
}
*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.main{
	width:600px;
	margin:50px auto 0 auto;
	text-align:center;
}
.left{
	text-align:left;
	padding:10px;
	margin:30px 0 0 0;
}
.right{
	text-align:left;
	padding:10px;
	margin:30px 0 0 0;
	background:#f5f5f5;
}
.actualisation{
	background-color:#ffffee;
	border-top:#e9e9a1 1px solid;
	border-bottom:#e9e9a1 1px solid;
	padding:10px;
	color:#000;
	font-size:11px;
	text-align:center;
}
/* ---------------------------------- */
/* Styles */
/* ---------------------------------- */
h1{
	font-size:30px;
	font-weight:bold;
	line-height:27px;
	color:#8c191c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:30px 0 0 0;
}
h2{
	font-size:19px;
	font-weight:normal;
	line-height:22px;
	color:#bbb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h3{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 20px 0;
	border-bottom:#e5e5e5 1px solid;
}
/* ---------------------------------- */
/* Liste */
/* ---------------------------------- */
ul{
	margin:0 0 0 20px;
}
ul li{
	list-style-type:disc;
	color:#666;
	font-size:12px;
	margin:3px 0 3px 0;
}
/* ---------------------------------- */
/* formulaire */
/* ---------------------------------- */
.submit{
	background:#8c191c;
	border:0;
	font-size:11px;
	color:#fff;
	padding:4px 10px 4px 10px;
	cursor:pointer;
}
.submit:hover{
	background:#6d0a0b;
	border:0;
	font-size:11px;
	color:#fff;
	padding:4px 10px 4px 10px;
	cursor:pointer;
}
