/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
}

h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-indent:140px;
	background-image: url(../img/barre.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #DA6800;
	font-weight: bold;
	padding-left:5px;
}

#page{
	width:840px;
	margin-left:auto;
	margin-right:auto;
}

a.lien{
	font: 11px Arial, Verdana, sans-serif;
	color:#676767;
	text-decoration:none;
	display: block;
	text-indent: 20px;
	background-image:url(../img/puce.gif);
	background-position: 3px;
	background-repeat: no-repeat;
}

a.lien:hover{
	color:#DA6800;
	background-image:url(../img/puce_on.gif);
	background-position: 3px;
	background-repeat: no-repeat;
}

a img {
	border:0;
	background-image:none;
}

.float_left{
	float:left;}
	
.float_right{
	float:right;
	}

.float_none{
	float:none;
	}

#contenu {
	width:804px;
	margin-left:20px;
	float:left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#pied_page {
	width:804px;
	margin-left:20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	float:left;
}

p {
	margin:12px 3px 0px;
	padding:0px;
}

.spacer {
  clear: both;
}
