html { overflow: scroll; /* pour faire apparaitre la barre de défilement sous Mozilla */ } 

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	background: #ffffff;
	background: #515251;
	background: #202423;
}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #666; text-decoration: none;}

.liensverts a:link, .liensverts a:visited  { color: #690; text-decoration: none; }
.liensverts a:hover { color: #000; text-decoration: none; }

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.fl { float: left; }
.fr { float: right }

#header_wrapper {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) repeat-x;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#header #site_logo {
	float: left;
	width: 200px;
	height: 84px;
	font-size: 40px;
	color: #ffffff;
	background: url(images/logo.png) no-repeat;
	background: url(images/logo_blank.jpg) no-repeat;
}

/* menu */

#menu {
	position: relative;
	float: right;
	height: 47px;
	margin: 20px 0 0 0;
	background: url(images/menu_right.jpg) right no-repeat;
}

#menu #menu_left{
	position: absolute;
	width: 20px;
	height: 47px;
	top: 0px;
	left: -10px;
	background: url(images/menu_left.jpg) no-repeat;
}

#menu ul {
	margin: 10px 10px 0 0;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
/*	width: 120px;*/
	padding: 3px 15px;
	background: url(images/menu_divider.jpg) right repeat-y;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	color: #919191;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #bbd142;
}

#menu li .last {
	background: none;
}

/* end of menu*/

/* end of header */

.header_01 {
	clear: both;
	padding-bottom: 20px;
	margin: 0 0 40px 0;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
	background: url(images/header_01_bg.jpg) left bottom no-repeat;	
}

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 281px;
	margin: 0 auto;
	background: #454545 url(images/banner_repeat.jpg) repeat-x;
}

#banner {
	width: 900px;
	height: 251px;
	margin: 0 auto;
	padding: 30px 40px 0 40px;;
	padding: 24px 40px 6px 40px;;
	background:url(images/banner_bg.jpg) bottom no-repeat;
}

#banner #banner_image {
	float: left;
	width: 440px;	
}

#banner_content {
	float: right;
	text-align: left;
	width: 460px;
}

#banner_content p {
	color: #959787;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}

#banner_image_wrapper {
	position: relative;
	width: 413px;
	height: 234px;
	background:url(images/cadre2.png) no-repeat;
}

#banner_image_wrapper img {
	position: absolute;
	width: 380px;
	height: 214px;
	top: 10px; 
	left: 10px;
}


/* main */

#main {
	clear: both;
	padding: 40px;
	margin: 0 auto;
	background: #ccc;
	background: #fff;
}


#content {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

#content .em_text {
	color: #000;
}

#content p {
	margin-bottom: 15px;
}

.content_list_01 {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: square;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 10px;
	
}

.content_section_01 {
	border-left: 10px solid #bbd142;
	padding-left: 20px;
}

.column_w300_section_01 {
	clear: both;
	padding: 20px 19px;
	background: url(images/side_column_divider.jpg) bottom repeat-x;
}

.even_color {
	background: #e0dfdf;
}

.news_image_wrapper {
	float: left;
	width: 72px;
	height: 72px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	border: 1px solid #CCCCCC;
	background: #ffffff;
}

.news_image_wrapper img {
	width: 70px;
	height: 70px;
/*	border: 1px solid #E2E2E2;*/
}

.news_content {
	float: right;
	width: 170px;
}

.news_content .news_date {
	font-size: 12px;
	color: #9a9a9a;
}

.news_content p{
	line-height: 15px;
	font-size: 11px;
}

#fields label {
	font-style:italic;
	display: block;
	padding: 0 0 5px;
	color: #333;
}

#fields input {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	background-color:#eef3f8;
	background-color: #E0E0E0;
}

#fields textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	background-color:#E0E0E0;
}

/* end of content



/* footer */

#ligne-vertclair { border-bottom: 1px solid #dbee70; }
#ligne-vertfonce { border-bottom: 4px solid #bad143; }
#ligne-noire { border-bottom: 1px solid #020202; }
#ligne-grise { border-bottom: 1px solid #65646a; }

#footer {
	padding: 30px 0;
	margin: 0 auto;
}

#footer a{
	text-decoration: none;
	color: #7a7a7a;
}

/* end of footer */

label {
	font-style:italic;
	display: block;
	padding: 0 0 5px;
	color:#444444;
}


#formulaire {
	padding: 20px;
	border: dotted 2px #bcd53b;
	background-color: #f6f9e1;
}

#formulaire select, #formulaire input, #formulaire textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#formulaire input.w100 { width: 100px; }
#formulaire input.w150 { width: 150px; }
#formulaire input.w200 { width: 200px; }
#formulaire input.w250 { width: 250px; }
#formulaire input.w300 { width: 300px; }
#formulaire input.w320 { width: 320px; }
#formulaire input.w350 { width: 350px; }
#formulaire input.w400 { width: 400px; }
#formulaire input.w420 { width: 420px; }
#formulaire input.w450 { width: 450px; }
#formulaire input.w500 { width: 500px; }
#formulaire input.w550 { width: 550px; }
#formulaire input.w600 { width: 600px; }
#formulaire input.w650 { width: 650px; }
#formulaire input.w700 { width: 700px; }
#formulaire input.w750 { width: 750px; }
#formulaire input.w800 { width: 800px; }
#formulaire input.w850 { width: 850px; }
#formulaire input.w900 { width: 900px; }
#formulaire input.w950 { width: 950px; }
#formulaire textarea { width: 950px; }

#formulaire input.bouton {
	width:auto;
	margin: 6px 6px 0;
	padding:6px 10px;
}

#formulaire input {
	width:auto;
	margin: 0 3px;
}

#formulaire input.navigation {
	width:auto;
	margin: 16px 4px 16px;
}



#listemenus td { padding-bottom: 20px}
#listepages td { padding-bottom: 6px}

#login {
	float: left;
	padding: 20px;
	border: dotted 2px #bcd53b;
	background-color: #f6f9e1;
	width: 300px;
	margin: 0 40px 0 0;
}

#login select, #login input, #login textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#login input.w296 {
	width:296px;
}

#login input.w120 {
	width:120px;
}

#login input.bouton {
	width:auto;
	margin: 6px 6px 0;
}

#accueil {
	float:left;
	font-size: 1.2em;
}

#accueil ul {
	margin: 0 0 0 10px;
	padding: 20px;
	list-style: none;
}

#accueil li {
	padding: 0 0 14px 0;
	list-style: none;
}

.titre_aide {
	text-align:center;
	color: #000;
	font-size: 20px;
	font-weight:bold;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

#bloc_aide {
	font-size: 1.2em;
	float:right;
	background: #eeeee6 left top;
	border: dotted 2px #bcd53b;
	background-color: #f6f9e1;
	margin: 22px 0pt 20px;
	padding: 20px 20px 10px 20px;
}

#bloc_aide li {
	list-style:none;
	background: url('images/aide.gif') no-repeat 0% 2px;
	padding: 0 0 10px 22px;
}


#bloc_outils { background: #eeeee6 left top; border: #ccccc5 1px solid; margin: 22px 0pt 20px; padding: 28px 10px 10px 20px; }
#bloc_outils li { background: url('images/outils.gif') no-repeat 0% 3%; padding-left: 22px; }
#titre_outils { z-index: 90; position: relative; left: 310px }

.rubrique { font-size: 16px; color: #060; font-weight: bold; font-style: normal; }
