html,*{
  margin: 0;
  padding: 0;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #505050
}

ul{
	list-style-position:inside;
}
	ul li{
		list-style-image:url(/images/ledgreen.png);	
	}

/*
	LAYOUT BLOCKS
*/
#page {
	background:url(/images/bg_page.jpg) repeat-y;
	width:1000px;
	margin: 15px auto 10px auto;
	position:relative;
}

#header {
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width:1000px;
}

#content {
	background:url(/images/bg_contenu.jpg) no-repeat right -1px;
	padding:20px 0 0;
	width:979px;
	min-height:400px;
}


#footer{
	background:url(/images/bg_footer.png) no-repeat;
	height: 40px;
	padding: 85px 35px 0 20px;
	font-size:0.8em;
	color: #FFF;
	position:relative;
	clear:left;
}


/*
	HEADER CONTENT
	
*/

h1 {
	position:relative;
	top:95px;
	left: 115px;
	width:210px;
}

h1 a {
	display:block;
	height: 40px;
	width: 210px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:350px;	
}

a {
	color:#009900;
}
#f_search {
	width: 255px;
	height:38px;
	background:url(/images/bg_search.png) no-repeat;
	position: absolute;
	top:15px;
	left:708px;
	color: white;
	padding:8px 0 0 13px;
}

#f_search fieldset {
	border: none;
}

#f_search label {
	font-weight:bold;
	font-size:0.8em;
	text-transform:uppercase
}

#f_search input, #f_reminder #btn_submit2  {
	border:none;
	width:140px;
}

#f_search #btn_submit {
	background:url(/images/btn_ok.png) no-repeat;
	width:30px;
	color: white;
	font-weight:bold;
	font-size:0.8em;
	padding:3px 0 5px 0;
}

#f_reminder {
	background:url(/images/bg_reminder.png);
	width:265px;
	height:139px;
	position:absolute;
	left:709px;
	top:52px;
	display:none;
}

#f_reminder a {
	color : #008d36;
	text-decoration:none
}

#f_reminder a:hover {
	color : #ec9007;
	text-decoration:underline
}

#f_reminder fieldset {
	border:none;
	margin-top:25px;
	margin-left: 13px;
}

#f_reminder #txt_login, #f_reminder #txt_pwd {
	border: 1px solid #a3c8b5;
	width: 140px;
}

#f_reminder legend {
	visibility: hidden
}

#f_reminder p {
	font-size:0.8em;
	margin-bottom:5px;
}

#f_reminder label {
	display:block;
	text-transform: uppercase;
	margin-top:5px;
	font-weight:bold
}

#f_reminder #btn_submit2 {
	background:url(/images/btn_ok.png) no-repeat;
	width:30px;
	color: white;
	font-weight:bold;
	font-size:0.8em;
	padding:3px 0 5px 0;
	position: absolute;
	top:88px;
	left: 195px;
}

/*
	CONTENT
*/

#text {
	font-size:1em;
	margin-left: 190px;
	width:750px;
	text-align:justify;	
	overflow:auto;
}

#filariane {
	font-size:0.8em;
	margin-bottom: 10px;
}

#filariane a {
	text-decoration:none;
	color: #505050;
}

#filariane a:hover {
	text-decoration:underline;
}

#text p {
	margin: 15px 0 5px 0;
}

#text p img.visuel {
	float:left;
	margin: 0 5px 5px 0;
}

#text p.left{
	float:left;
	margin:10px 0 0 20px;
}

#text p.left a, #text p.center a, #text p.left, #text p.center{
	text-align:center;
	text-decoration:none;
}

h2 {
	color: #008d36;
}
ul.no-liste li{
	list-style:none;
	margin-bottom:40px;
	vertical-align:middle;
}
ul.no-liste li img{
	margin-right:5px;
}
ul.bullet-style li{
	list-style:disc inside;
}
p.little{
	font-size:10px;
}
#text blockquote{
	background-color:#007042;
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:0 100px;
	padding:10px;
	text-align:center;
}
#text p img{
	margin-right:5px;
}
#text p.important{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
/*SPLASH*/
#splash {
	margin:5px 35px;
}
	#splash p{
		float:left;
		text-align:center;
		width:107px;
	}
		#splash p a img{
			border:none;
		}	

/*INSCRIPTION*/
#fInscription  fieldset{
	border: none;
	font-size:0.9em;
	background: #e6f4fc;
	padding: 15px;
}

#fInscription label {
	width: 210px;
	display:block;
	float:left;
	margin-right: 15px;
	background: #cddfe9;
	padding: 5px;
	text-align:right	
}

h3 {
	clear:left;
	color: ##818181;
	margin:25px 0 10px;
}

#fInscription input, #fInscription select {
	border: solid 1px black;
	font-size:1.1em;
	width: 120px;
}

#fInscription p.pfield {
	clear:left;
}

#fInscription input.radio {
	width:auto;
	border: none
}

#fInscription #valid {
	margin-left: auto;
	margin-right: auto;
	width:250px
}

/*MENU*/
dl#menu {
	float:left;
}

dl#menu  dt{
	color: white;
	background:url(/images/bg_menu.png) no-repeat;
	height: 28px;
	width:159px;
	padding: 15px 23px 0 0;
	text-align:right
}
dl#menu  dt a {
	display:block;
	color: white;
	text-decoration: none;
	font-size:0.8em;
	font-weight:bold;
}

dl#menu  dt.double {
	padding: 8px 23px 0 0;
	height: 35px;	
}

dl#menu  dd ul {
	width:130px;
	margin-left: 30px;
}

dl#menu  dd ul li.sousmenu {
	list-style-type:none;
	background: #c7e9d4;
	margin-bottom: 1px;	
	text-align:right;
	list-style-image:none;
}

dl#menu  dd ul li.sousmenu a {
	display: block;
	padding: 5px 15px 5px 0px;
	text-decoration:none;
	color: #000;
	font-size:0.8em
}

/*
	FOOTER
*/
#footer img {
	position:absolute;
	left:918px;
	top:65px;
}

	#footer a img {
		border: none;
	}
