@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
	margin:0;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #DEDEDE;
	color: #333333;
}

div#global{
	margin: auto;
	width: 750px;
	position: relative;
	background-image: url(images/global.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

div#header{
	background-image: url(images/fondentete.jpg);
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
}

div#center{
	/* Pour éviter la superposition du pied de page et du contenu : */
	padding-bottom: 0px;
	overflow: auto;
	border-color: #66CC33;
}
.description{
	display: block;
	width: 300px;
	font-size:0.8em;
	text-align: justify;
}
div#menu {
	margin: 0px;
	padding: 0px;
	width: 750px;
	overflow:hidden;
	vertical-align: top;
	background-color: #009900;
}
div#menu a {
	color: #FFFFFF;
	float: left;
	padding: 0 10px;
	font-size: 1.2em;
	text-decoration: none;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
div#menu a:hover {
	color: #5CFF41;
	list-style-type: none;
}
.imgDroite {
	margin: 5px;
	float: right;
}

div#content h2 {
	font-variant: small-caps;
	color: #CC0000;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	font-weight: bold;
}

div#content{
	text-align: justify;
	margin: 10px;
	font-size: 1.2em;
}
div#content a {
	font-size: .9em;
	text-decoration:underline;
	color:#006600;
}
#global #center #content img {
	margin: 10px;
}
div#content p {
	font-size: 1.2em;
}

div#footer{
	position: absolute;
	width: 750px;
	background-color: #525350;
	color: #FFFFFF;
	bottom: 0px;
}

div#footer p{
	text-align:center;
}
div#content h3 {
	font-variant: small-caps;
	color: #006633;
	margin-left: 10px;
	line-height: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
}
div#content h5 {
	font-variant: small-caps;
	color: #006633;
	margin-left: 80px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	display: inline;
	font-size: 1.3em;
}
