/* ***********************************************
   * Page
   *********************************************** */
*, html {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size: 15px;
}
body{
	color: #333;
	background: url(img/bg.gif);
        padding: 40px;
}

/* ***********************************************
   * Links
   *********************************************** */
a:link, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}
a:hover {
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
}
img{
	border: none;
}

/* ***********************************************
   * Header
   *********************************************** */
h1 {
	margin:0 auto;
	text-align:center;
	color:#FFF;
	background-color:#549B3F;
	font:40px Georgia;
}
h2 {
	font: 30px georgia, arial, tahoma, sans-serif;
	margin:0 auto;
	text-align:center;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 13px;
	margin-top: 5px;
}
h2, h3, .fin {
	margin-top: 20px;
	margin-bottom: 10px;
}
p { margin-bottom: 5px; }
pre { font: 12px Monospace; }
.fin {
	font: 16px georgia, arial, tahoma, sans-serif;
}



#Notice p {
	margin-top: 10px
}
.date {
	margin:0 auto;
        padding-top: 10px;
	text-align:center;
}
#licence {
	margin-top: 20px;
}
ul {
/*	padding-left: 5px;*/
}
li {
/*	background: url(img/arrowList.gif) no-repeat;
	background-position: 0 5px;*/
	margin-bottom: 2px;
	padding-left: 10px;
	list-style-type: none;
}
.transparent{
	filter:alpha(opacity=12);
	-moz-opacity:0.12;
	opacity: 0.12;
	background-color: #000;
}
#tooltip{
	font-family: Tahoma, Verdana;
	position: absolute;
	border: 1px solid black;
	padding: 4px;
	display: none;
	background-color: lightyellow;
	z-index: 100;
}

/* ***********************************************
   * Objets Communs
   *********************************************** */
abbr {
 cursor: help;
}
