* {
	padding:0;
	margin:0; }
	
a img { border: none; }

a{
	text-decoration: none;
	}
	
body {
	background-color: #FCFCFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	}
	
#page {
	width: 760px;
	min-height: 400px;
	margin: 25px auto;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	border: 1px solid #ccc;
	}
* html #page { height: 420px; } /* pour IE uniquement */

#comment, #contenu, #boutons { float: left; }

#comment {
	width: 150px;
	text-align: center;
	margin-top: 60px;
	position: relative;
	}
#comment h1 {
	font-family: helvetica;
	font-size: 12px;
	color: #303188;
	margin-top: 15px;
	letter-spacing: 0.25px;
	}
#comment a.aide {
	display: block;
	width: 94px; 
	height: 94px;
	margin: 30px auto;
	background: url(images/boutonaider.jpg) no-repeat;
	padding-top: 46px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 
	text-decoration: none;
	}
#contenu { 
	background-color: #a8ca32;
	width: 380px;
	padding: 0 40px;
	padding-bottom: 20px;
	font-family: arial;
	color: #ffffff;
	font-size: 12px;
	}
#contenu h2 { 
	font-weight: normal;
	font-size: 18px;
	margin-top: 40px;
	}
#contenu h3 {
	letter-spacing: 0.25px;
	font-size: 12px;
	font-weight: bold;
	margin: 0.5em 0;}
#contenu p {
	text-align: justify;
	margin: 1em 0;
	}
#contenu ul {
	margin: 1em 0 1em 0;
	list-style-type: none;
}
#contenu ul li {
	background: url(images/puce.gif) no-repeat 0 0.5em;
	text-indent: 0;
	padding-left: 10px;
	margin: 0.5em 0;
}
#boutons {
	margin-top: 120px;
	margin-left: 30px;}	 
#boutons a {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #0089fa;
	margin: 0px 5px;
	padding: 0px 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #ededf7;
	display: block;
	width: 68px;
	heigt: 20px;
	}
#boutons a:hover {
	color: #fff; background-color: #a8ca32;
	}
#boutons li {
	list-style-type: none;
	padding: 6px 0;
	}
.pdf{
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}