:link,:visited{ }
h1,h2,h3,h4,h5,h6,body,html,fieldset,dt,dl{ margin:0; padding:0 }
a img,:link img,:visited img{ border:none }
address{ font-style:normal }
ul{list-style-position: outside;text-align: left;}

/* STYLES GENERAUX */
body{
	background: url(images/back_body.jpg) repeat center top;
}
body{
	font: normal 12px Arial, sans-serif;
	color: #7c4b2e;
	line-height: 140%;
}
h1{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #66893b;
	margin-bottom: 10px;
}
h2{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #66893b;
	margin: 10px 0;
}
h3{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #66893b;
	margin: 10px 0;
}
h4{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	color: #66893b;
	margin-top: 10px;
}
.important{
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #66893b;
}
acronym{
	cursor:help;
	border-bottom:1px dashed #ccc;
}
a:link,
a:visited{color:#000;}
a:hover{}


fieldset,
form{
	border: 0;
}
legend{
	display:none;
}
label{
	display:block;
	margin-top:10px;
}
input,
textarea,
select{
	display:block;
	width: 460px;
	border: 1px solid #a7ca4d;
	padding: 5px;
}
label p{
	display: block;
	color: #fff;
	background: #7c4b2e;
	float: right;
	padding: 3px 10px;
	margin: 0;
}



/* ELEMENTS */
/* Conteneur général */
#global{
	width: 990px;
	margin: 0 auto;
	background: url(images/back_global.jpg) repeat-y center top;
	padding: 0;
}
#contenu{
	width: 730px;
	margin: 0 auto;
	background: url(images/back_contenu.jpg) no-repeat center top;
	padding: 226px 130px 0 130px ;
}
.accueil{
	background: url(images/back_home.jpg) no-repeat left bottom;
}
#menu{
	padding: 0 0 30px 0;
	text-align: center;
}
#menu dt{
	display: inline;
	margin: 0 20px;
}
#menu a{
	color : #fff;
	text-decoration: none;
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
#menu a:hover,
#menu .current a{
	color: #a7ca4d;
}
#ssmenu{
	width: 225px;
	padding: 0 0 10px 0;
	float: left;	
}
#ssmenu dt a{
	display: block;
	height: 25px;
	padding: 15px 20px 0 0;
	text-align: right;
	color: #fff;
	text-decoration: none;
	background: url(images/back_ssmenu_dt.jpg) no-repeat right top;
}
#ssmenu a:hover,
#ssmenu .current a{
	background-position:right -40px;
}
#page{
	margin: 0;
	padding: 0 20px 10px 240px;
	text-align: justify;
}
#bloc_docs{
	display: block;
	margin: 10px 20px;
	background: #dff2a1;
	list-style: none;
	padding: 5px;
}
#bloc_docs li a{
	display: block;
	padding: 5px;
	background: #a0cd68;
	color: #fff;
}
#bloc_docs li a:hover{
	background: #7ca644;
}
#bloc_docs .entete{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #7ca644;
	margin-bottom: 10px;
}
#footer{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	background: url(images/back_footer.jpg) no-repeat center top;
	padding: 20px;
}
#footer,
#footer a{
	font-family: Georgia, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #fff;
}




/* CLASSES */
.submit{
	width: auto;
	margin: 10px 0;
	border: 0;
	padding: 0;
}

.bouton{
	display: block;
	width: 120px;
	height: 30px;
	margin: 10px 0;
	padding: 0 10px;
	background: #666;
	border: 0;
}
.bouton:hover{
	background: #f00;
	cursor: pointer;
}
.space{
	display: block;
	clear: both;
	visibility: hidden;
}
