body {
    font-family: Arial, monospace, sans-serif;
    margin:5px 20px 0px 20px;
    padding:0px;
    white-space: normal;
    font-size: 13px;
/*	background:url('../images/fond_pin_eau.jpg') white;*/
	background-repeat:no-repeat;
	background-position:top;
}

img {
	border: 0;
}

a, a:visited {
	color:#005C9C;
	/*color:blue;*/
	text-decoration:none;
}

dd {
	padding-bottom:1em;
}

dt {
	font-weight:bold;
}

ul {
	list-style-type:none;
}

ul.standard {
	list-style-type:circle;
}

ul.standard li{
	list-style-type:none;
}

ul.standard li:before {
	content:"- ";
	display:marker;
}

.getMore {
/*	text-decoration:underline;*/
	vertical-align:middle;
}

.getMore img {
	vertical-align:middle;
}

#pagecontainer {
	margin-bottom:15px;
	padding: 4px;
	border: 1px solid #336699;
}


#banner {
	padding-top:0.4em;
	padding-left:0.4em;
	padding-right:0.4em;
	margin:5px 0px 5px 0px;
	text-align:center;
	color:gray;
}

.underlined {
	border-bottom:1px dotted gray;
	color:#E0B809;
	/*color:gray;*/
	margin-top: 2em;
}

.boldy {
	color:black;
	font-weight:bolder;
}

#leftcontent {
	position:absolute;
	left:5px;
	top:200px;
	width: 140px;
	margin:0px;
	padding:0px;
}

.leftcolumnbox {
	margin-bottom:2em;
	margin-left:0.4em;
	font-weight:bold;
	border-bottom: dotted 1px;
}

.leftcolumnbox a:visited {
	/*color:#797777;*/
	color:#005C9C;
	text-decoration:none;
}

.leftcolumnbox a {
	/*color:#797777;*/
	color:#005C9C;
	text-decoration:none;
}

.leftcolumnbox a:hover {
	color:white;
/*	border: 1px solid black;
	text-decoration:none;
	padding-right:2em;*/
	background-color:black;
}

#centercontent {
	margin-left:140px;
	margin-right:140px;
	margin-top:30px;
	padding:40px 10px 10px 10px;
	min-height:650px;
	height: auto !important;
	text-align:justify;
	border-left: dotted 1px;
	border-right: dotted 1px;
}

#rightcontent {
	right: 19px;
	position: absolute;
	top: 22px;
	text-align:center;
}

#rightcontent img {
	clear:both;
	padding-bottom:0.2em;
}

#pagefooter {
	text-align:center;
	padding:.5em 0em .5em 0em;
	border-top:1px solid #336699;
	margin-top:5px;
}

.dnone {
	display:none;
}

.italique {
	font-style:italic;
}


.contact {
	font-family: Arial, monospace, sans-serif;
	text-align:center;
}

.contact p {
	font-weight:bold;
	margin-top:5em
}

.contact br {
	margin-bottom:2em
}

.name {
	font-weight:bold;
}

.imageleft {
	float:left;
	margin:6px
}

.imageright {
	float:right;
	margin:6px
}

a.title {
	color:gray;
}

a.title:visited {
	color:gray;
}

.flottante {
/*	border: 1px solid rgb(0, 153, 0);*/
	padding-left: 10px;
	margin:1em;
	float: left;
	width: 43%;
	text-align: left;
}

.underlined2 {
	border-bottom:1px dotted #90EE90;
	background-color:#F5F5F5;/*#F5F5F5*/
	color:#51b725;
	margin-top: 1em;
	padding-left: 10px;
	width : 75%;
	
}

#guide {
	position:absolute;
	top:220px;
	color:black;
	font-weight:bold;
}

#guide a {
	/*color:#25e34e;*/
	color:#63C755;
	font-weight:bold;
}

#guide a:visited {
	/*color:#25e34e;*/
	color:#63C755;
	font-weight:bold;
}

#divLF{
	border: 1px solid black;
	color: black;
	background: #efefef;
	margin: 0;
	padding: 0.8em;
	margin-top:2em;
	width:55%;
	text-align:center;
}

#divLF label{
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.8;
}

div#tooltip {
	position:absolute;
	visibility:hidden;
	z-index:100;
	background-color:#666;
	padding:0.5em;
	font-size:0.8em;
	font-weight : bold;
	color : #f00;
/*	filter:alpha(opacity=100);   /* IE */
/*	-moz-opacity:1;           /* Firefox */
/*	opacity: 1;               /* standard CSS3 */
/*	-khtml-opacity: 1;        /* Konqueror */
}

