body {
	margin:0;
	padding:0;
	padding-top:10px;
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	font-size:12px;
	color:#333;
}
#menu{
	display:block; 
	width:800px; 
	height:150px; 
	background-color:#CCC; 
	text-align:left; 
	position:relative; 
	background-image:url(../../images/bandeau.jpg);
}
#navigation {
	border-collapse: collapse;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 29px;
	margin: auto;
}
#navigation TH {
	text-align: center;
	background-image: url(../../images/menu/Nav_C.gif);
	vertical-align: bottom;
	padding: 0 15px 5px 15px;
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
}
#navigation a { 
	font-weight: normal; 
	color: white;
	text-decoration:none;
}
#navigation a:hover { 
	font-weight: normal; 
	color: white;
	text-decoration:underline;
}

#navigation th.current { 
	font-weight: normal; 
	color: white;
	text-decoration:underline;
}
#navigation th.current a:link, #navigation th.current a:visited { 
	font-weight: bold;
	color: #624740;
}
#navigation th.current a:hover { 
	font-weight: bold;
	color: #624740;
	text-decoration:underline;
}
#navigation .sp, #navigation .sp_right, #navigation .sp_left {
	background-image: url(../../images/menu/Nav_CSP.gif);
	background-repeat: no-repeat;
	width: 5px;
	padding: 0;
}
#navigation .sp_right {
	background-image: url(../../images/menu/Nav_onglet_R.gif);
}
#navigation .sp_left {
	background-image: url(../../images/menu/Nav_onglet_L.gif);
}
#navl {
	background-image: url(../../images/menu/Nav_L.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 29px;
}
#navr {
	background-image: url(../../images/menu/Nav_R.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 29px;
}
img{
	padding:6px;
	border: 1px solid #624740;
}
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 35px; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Times, Tahoma, Helvetica, FreeSans, sans-serif;
	color: #624740;
	margin: 0px 2px 0px 0px;
	padding: 0px 2px 0px 0px;
	line-height: 1em;
}
#titre {
	font-size: 28px; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Times, Tahoma, Helvetica, FreeSans, sans-serif;
	color: #624740;
	margin: 0px 3px 0px 0px;
	padding: 0px 3px 0px 0px;
	line-height: 1em;
	letter-spacing:2px;
	text-align:center;
	display:block;
}
a.interne{
	background-image: url(../../images/pictos/bouton.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:25px;
	color:#4C342E;
	text-decoration:none;
}
a.interne:hover{
	text-decoration:underline;
}
#main{
	background-position:bottom left;
	background-repeat:no-repeat;
	width:800px;
	margin:auto;
}
#top{
	display:block; 
	width:784px; 
	text-align:left; 
	border-right: 3px solid #624740; 
	border-left: 3px solid #624740; 
	padding:5px; 
	padding-top:20px;
}
#contenu{
	float:left;
	width:460px;
	text-align:justify;
	padding:20px;
	padding-top:0px;
	line-height:150%;
}
#bottom{
	display:block; 
	width:784px; 
	text-align:center; 
	border-right: 3px solid #624740; 
	border-left: 3px solid #624740; 
	border-bottom: 3px solid #624740; 
	padding:5px; 
	padding-top:70px; 
	font-size:10px; 
	color:#666666;
}
form{
	margin:0;
	padding:0;
}
label{
	width:80px;
	float:left;
	margin-right:10px;
	font-weight:bold;
}
input{
	float:left;
}
form br{
	clear:both;
}