html {
	/* force l'apparition de la barre de défilement pour Firefox */
	overflow: -moz-scrollbars-vertical !important;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url('../ch/nav/back-fond.gif') #FFF repeat-x;
	behavior: url('/css/csshover.htc');
	height: 100%;
}

a {
	color: #8EAAC9;
	text-decoration: none;
}

a:hover{
	color: #8EAAC9;
	text-decoration: underline;
}

a img {
	border: none;
}

.textepetit {
	font-size: 0.85em;
}

.texteacc{
	font-size: 1.0em;
	color:#250F8A;
	font-weight:bold;
}

#conteneur {
	position: absolute;
	left: 50%;
	width: 958px;
	margin-left: -479px;
}

#contenu {
	margin: 0px;
	width: 958px;
}

#flash {
	margin: 0px;
	width: 958px;
	z-index: 0;
}

#header {
	margin: 0px;
	width: 958px;
}

#bg_header {
	background: url(../ch/nav/back-droite.gif);
	width: 13%;
	height: 450px;
	position: absolute;
	right: 0;
	margin:0;
	padding:0; 
}

#bas {
	clear:both;
	margin: 0px;
	padding:0px;
	width: 958px;
	height: 209px;
}

#bas #contact {
	float:left;
	margin: 0px;
	width: 316px;
}

#bas #texte {
	margin: 0px;
	padding:50px 20px 20px 20px;
	width: 602px;
	height: 139px;
	background:url(../ch/nav/back-edito.gif);
	float:left;
	line-height:20px;
}

#footer {
	clear: both;
	position: absolute;
	width: 958px;
	height: 18px;
	text-align:center;
	margin:0px;
	padding:0px;
}

#footer #pyxis {
float:right;
}


