
body {
	background-image: url('/images/site.background.gif');
	background-repeat: repeat-x;
	margin: 0;
	text-align: center; /* IE bug fix */	
}


* {
	scrollbar-face-color:#de007b;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffd3ee;
	scrollbar-darkshadow-color:#de007b;
	scrollbar-shadow-color:#de007b;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffd3ee;
}

img {
	border:0;
}

form {
	margin:0; /* Corrige une aberration : par défaut un formulaire a une margin-bottom à 1em ! */
}

#page {
	width: 950px;
	margin: 0 auto; /* centré */
	background-image: url('/images/site.body.png');
	background-position: 0px 50%;
	position: relative;
	text-align: left;
}

#header { width: auto; }
#header div.part1 { height: 130px; background-image: url('/images/site.header1.jpg'); }
#header div.part2 { height: 130px; background-image: url('/images/site.header2.jpg'); }
#header div.part3 { height: 130px; background-image: url('/images/site.header3.jpg'); }

#header div#sites_reseau {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header div#sites_reseau a { /* remplace l'espace pris par l'ancien fh-cartoon */
	margin-right: 13px;
}

#mascotte_eventail {
	position: absolute;
	top: 120px;
	left: 71px;
}

#mascotte_jambes {
	position: absolute;
	top: 354px;
	left: 145px;
	width: 113px;
	height: 168px;
	z-index: 9999;
	background-image: url('/images/mascotte.jambes.png');
}

#recherche_texte {
	position: absolute;
	left: 265px;
	top: 360px;
	background-image: url('/images/recherche.texte_rechercher.png');
	background-repeat: no-repeat;
	width: 131px;
	height: 24px;
}
#recherche_query_wrapper {
	position: absolute;
	left: 405px;
	top: 363px;
}
#recherche_boutonok {
	position: absolute;
	left: 653px;
	top: 363px;
	border: none;
	background-color: transparent;
	cursor:pointer;
	width: 38px;
	height: 23px;
	padding: 0;
	margin: 0;
}

#ajax {
	position: absolute;
	top: 389px;
	left: 404px;
	width: 0px;
	z-index: 9999;
}

#ajax .QW_ComboBox {
	width: 300px;
	background-color: #F2F2F2;
	border: solid 1px black;
	text-align: left;
	font-size: 8pt;
	font-family: comic sans MS, comic, verdana;
}

#ajax .QW_ComboBox_Active, #ajax a:hover {
	background-color: #A0C2DE;
}

#contenu {
	width: 530px;
	margin: 0 auto; /* centré */
	text-align: left; /* IE bug fix */
	height: 820px; /* hauteur mini */
	margin-left: 215px;
}
/* IE bug fix : IE interprete height comme un min-height !
   Le § suivant n'est pas reconnu par IE mais par tous les navigateurs qui interpretent correctement min-height
*/
html>body #contenu {
	height: auto;
	min-height: 820px;
}


#footer { width: auto; }
#footer div { height: 90px; }
#footer div.part1 { background-image: url('/images/site.footer1.jpg'); }
#footer div.part2 { background-image: url('/images/site.footer2.jpg'); }
#footer div.part3 { background-image: url('/images/site.footer3.jpg'); }

.partenaire {
	text-align: center;
}

input.search {
	border: solid 1px #BBBBBB;
	font-family: comic sans MS, comic, verdana;
	font-weight: bold;
	color: #222222;
	width: 240px;
}

h1 {
	background-image: url('../images/fond_titre.png');
	width: 512px;
	height: 27px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 5px;
}

* html h1 { /* IE only */
	width: 517px;
	height: 30px;
}

#popme h1 {
	background: none;
	width: auto;
	height: auto;
	margin: auto;
	padding: auto;
}