/* CSS Document */
 body {
	background-color: #b9c891;
	padding: 5px 25px 5px 25px;
}

.navbutton {
	background-color: #A5B47D;
	background-image: url(images/nav_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	width: 9.0%;
	height: 15px;
	float: left;
	padding: 0px 5px 0px 5px;
}
.navbuttonover {
	background-color: #A5B47D;
	background-image: url(images/nav_over.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	width: 9.0%;
	height: 15px;
	float: left;
	padding: 0px 5px 0px 5px;
}
.header {
	background-image: url(images/sardaigne-folder2.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: auto;
	background-color: #D8E0C2;
	background-position: center;
}
.page {
	border: solid #ffffff 10px;
	background-color: #D5DDBD;
}
.menu {
	width: 100%;
	height: 16px;
	background-color: #D8E0C2;
}
.corps {
	background-color: #e9f0d5;
	margin-top: 0px;
}
.gauche {
	background-color: #e9f0d5;
	width: 185px;
	float: left;
	background-repeat: repeat-x;
	height: auto;
	vertical-align: middle;
	padding-left: 5px;
	margin-top: 0px;
}
.droite {
	background-color: #e9f0d5;
	width: 190px;
	float: right;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	height: auto;
}
.centre {
	background-color: #f3fadf;
	margin-left: 190px;
	margin-right: 190px;
	background-repeat: repeat-x;
	margin-top: 0px;
	height: auto;
	padding: 0px 5px 0px 5px;
}
.signature {
	text-align: center;
	background-color: #D5DDBD;
	margin-top: -17px;
	font-size: 12px;
	height: 24px;
	float: none;
	width: auto;
	height:auto
}
  .Style2 {
	font-weight: bold;
	font-size: 12px;
}
  .navbutton a:link {
	text-decoration: none;
	color: #FFFFFF;
}
 .navbutton a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
 .navbutton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbutton a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navbuttonover a:link {
	text-decoration: none;
	color: #ffffff;
}
.navbuttonover a:visited {
	color: #000000;
	text-decoration: none;
}
.navbuttonover a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/nav_over.gif);
}
.navbuttonover a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}
 a:visited {
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}
.dd {
	background-image: url(images/dotshoriz.gif);
	height: 6px;
	background-color: #DFE6CB;
	background-repeat: repeat-x;
	font-size: 6px;
}
.df {
	background-color: #e9f0d5;
}
  .Style3 {color: #D8E0C2}
  body,td,th {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
	margin: 4px 0px 4px 0px;
}
h3 {
	font-size: 20px;
	margin: 4px 0px 4px 0px;
	color: #7f007f;
}
a.info {
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover,a.info:focus,a.info:active {
background: none; /* correction d'un bug IE */
}
a.info:hover span,a.info:focus span,a.info:active span {
	display: inline;
	position: absolute;
	z-index: 500;
	margin:2.5em 0 0 1em;
	background: white;
	text-align: center;
	color: #008000;
	padding: 3px;
	border:1px black solid;
}

