body{
	background: #ebddc3;
	color: black;
	font-size: 12px;
	line-height: 1.6em;
	margin: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #E0E0E0;
	SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f0;
	SCROLLBAR-SHADOW-COLOR: #f0f0f0;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000080;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #f0f0f0;
}

.roundedcornr_box_727022 {
   background: #ffffff;
}
.roundedcornr_top_727022 div {
   background: url(../images/roundedcornr_727022_tl.png) no-repeat top left;
}
.roundedcornr_top_727022 {
   background: url(../images/roundedcornr_727022_tr.png) no-repeat top right;
}
.roundedcornr_bottom_727022 div {
   background: url(../images/roundedcornr_727022_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_727022 {
   background: url(../images/roundedcornr_727022_br.png) no-repeat bottom right;
}

.roundedcornr_top_727022 div, .roundedcornr_top_727022, 
.roundedcornr_bottom_727022 div, .roundedcornr_bottom_727022 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_727022 { margin: 0; }

.logo{
	background-image: url(../images/logo01.jpg);
	width: 918px;
	height: 362px;
}


ul#menu {
width: 100%;
height: 43px;
background: white url("../images/menu-bg.gif") top left repeat-x;
font-size: 12px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}

ul#menu li {
display: block;
float: left;
margin: 0 0 0 5px;
}

ul#menu li a {
height: 43px;
color: Fuchsia;
text-decoration: none;
display: block;
float: left;
line-height: 200%;
padding: 5px 15px 0;
}

ul#menu li a:hover {
color: #FFFFAE;
background: #FFF url("../images/current-bg2.gif") top left repeat-x;
padding: 5px 15px 0;
}

ul#menu li a.current{
color: #FFF;
background: #FFF url("../images/current-bg.gif") top left repeat-x;
padding: 5px 15px 0;
}

.haut{
	border-top: 1px solid white;
	padding: 0px 30px 0 30px;
	background-image: url(../images/bghaut.jpg);
	text-align: right;
}

#haut2{
	width: 100%;
	height: 200px;
	text-align: justify;
	color: #008A5B;
	border-bottom: 1px solid green;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 22px;
	font-family: Georgia, Verdana;
	color: Green;
	margin: 30px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
	color: #008A5B;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 18px;
	color: #8B4513;
}

.milieu{
	width: 920px;
	float: left;
	background: White;
}

.colonne1{
	width: 200px;
	float: left;
	padding: 30px 10px 10px 10px;
	background: #fcf9f0 url(../images/bgcol1h.jpg) repeat-x;
}

.colonne1b{
	padding: 10px;
	background: White url(../images/bgcol1bh.jpg) repeat-x;
	width: 180px;
}

.colonne1b2{
	background: White url(../images/bgcol1bb.jpg) repeat-x;
	height: 40px;
	margin-bottom: 30px;
}

.colonne2{
	width: 650px;
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: justify;
	padding: 15px;
	background: white url(../images/bgcol2h.jpg) repeat-x;
}

.prochprest{
	width: 10px;
	height: 10px;
}


/*
Stylesheet: Slideshow.css
	Slideshow.css - CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/

/*
These styles are set by the Slideshow script.
You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
}
.slideshow-images {
	display: block;
	/* height: height_of_slideshow_or_default_image */
	overflow: hidden;
	position: relative;
	/* width: width_of_slideshow_or_default_image */
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/*
The images div is where the slides are shown.
Customize these classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images-visible { 
	left: 0; 
	opacity: 1; 
	top: 0; 
}	
.slideshow-images-next { 
	left: 0; 
	opacity: 0; 
	top: 360px; 
}
.slideshow-images-prev { 
	left: 0; 
	opacity: 0; 
	top: -360px; 
}

/*
These are examples of user-defined styles.
Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 200px;
	margin: 0 auto;
	width: 300px;
}
.slideshow a img {
	border: 0;
}

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-image: url(controller-play.gif);
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

.slideshow-images img { 
	float: left;
}	

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 5px;
	position: relative; 
}
/*
Use the !important keyword to override any on-going javascript FX without affecting performance.
*/
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

.note{
	background-color: #F5EBCD;
	color: #826319;
	width: 80%;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 50px;
	padding: 5px;
}

legend{
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

fieldset{
	background-color: #FFFDFB;
}

.pgrisclair{
color: Silver;
}

Input {
	FONT: 14px "Trebuchet MS", Verdana, Arial;
	color: green;
	height: 22px;
	padding: 1px;
	padding-left: 5px;
	vertical-align: middle;
	BORDER: 1px solid #ebddc3;
	background-color: #f8f3e8;
}

Select {
	FONT: 14px "Trebuchet MS", Verdana, Arial;
	color: Green;
	height: 22px;
	padding: 1px;
	padding-left: 5px;
	BORDER: 1px solid #ebddc3;
	background-color: #f8f3e8;
	vertical-align: middle;
}

Button{
	FONT: 14px "Trebuchet MS", Verdana, Arial;
	color: Green;
	height: 22px;
	padding-left: 5px;
	BORDER: 1px solid #ebddc3;
	background-color: #f8f3e8;
	vertical-align: middle;
}

Textarea {
	FONT: 14px "Trebuchet MS", Verdana, Arial;
	color: Green;
	padding-left: 5px;
	BORDER: 1px solid #ebddc3;
	background-color: #f8f3e8;
	vertical-align: middle;
}
