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

html {
background-image: url(img/fond.png);
	}
html, body {
	height: 100%;
	margin: 0;
	}
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
div#ban {
	background-image: url(img/bande.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	background-attachment: scroll;
	}
div#header {
	color: #000000;
	height: 290px;
	background-image: url(img/banniere.jpg);
	background-repeat: no-repeat;
	}
div#header h1 {
	margin: 0;
	}
div#global {
	width: 790px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background-image: url(img/global.png);
	-background-image:  url(img/global.gif);
	background-repeat: repeat-y;
	background-position: center;
	min-height:100%;
	}
div#menu {
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
	height: 38px;
	background-position: center 10px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-indent: 25px;
	padding-top: 15px;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
	}
div#footer {
	width: 790px;
	bottom: 0;
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
div#content {
	float: right;
	width: 570px;
	}
div#content h1 {
	padding-left: 120px;
	background: #fff url(img/titre.gif) left center no-repeat;
	height:30px;
	color: #cdd400;
	font-size: large;
	font-family: "Trebuchet MS", "sans serif";
	font-weight: bold;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
}
div#content h2 {
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS", "sans serif";
	font-weight: normal;
	text-indent: 50px;
	margin:10px;
	}
	
div#content h3 {
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS", "sans serif";
	font-weight: normal;
	text-indent: 50px;
	margin:10px;
	padding-left: 100px;	
	}
div#content h4 {
	position: static;
	background-position: center center;
	}
div#sidebar {
width: 275px;
padding-top: 20px;
background: url(img/cadreG1.gif) top left no-repeat;
	float: left;
	width: 200px;
}
div#sidebardown {
	background: url(img/cadreG2.gif) bottom left no-repeat;
	padding-bottom: 30px;
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}
div#sidebar p {
margin: 0 0px 0 10px;
}
div#sidebardown h1 {
	margin: 0 10px 0 10px;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
div#sidebardown h2 {
	margin: 0 10px 0 10px;
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
	text-indent: 20px;
}
div#sidebardown h3 {
	margin: 0 10px 0 10px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
div#sidebardown h4 {
	margin: 0 10px 0 10px;
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
}
div#footer p, div#content  {
	padding: 0 10px;
	}
a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a.footer {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
a.footer:hover {
	text-decoration: underline;
	}

a.sidebar {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
a.sidebar:hover {
	text-decoration: underline;
}
a.news {
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
	font-weight: bold;	
	}
a.news:hover {
	text-decoration:underline;
	}
.imageflottante
{
	float: left
}
