body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/fond-degrade.jpg);
	background-repeat: no-repeat;
}
.bandeauflash {
	position: absolute;
	margin-left:0px;
	width: 800px;
	height: 170px;
	top: 0px;
}
.barremenu {
	position: absolute;
	margin-left:0px;
	width: 800px;
	height: 10px;
	top: 170px;
	background-image: url(/images/barre-menu2.jpg);
	background-repeat: repeat-x;
}
.barremenuombre {
	position: absolute;
	margin-left:0px;
	width: 800px;
	height: 11px;
	top: 180px;
	background-image: url(/images/barre-menu-ombre.jpg);
	background-repeat: repeat-x;
}
.centre {
	position: absolute;
	margin-left:0px;
	width: 800px;
	top: 191px;
}
#container {
	position: relative;
	width: 620px;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
	position: relative;
	width: 620;
	font-weight: normal;
	left: 0;
	top: 0;
}
#container ul#menu li {
	float: left;
	display: inline;
}
#container ul#menu li a {
	text-align: center;
	display: block;
	width: 155px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
#container ul#menu li a:hover {
	background-image: url(/images/onglet-on.gif);
}
#container h1,
#container h2 {
	margin: 1px 0;
	font-size: 16px;
	color: #31779F;
}
#container .content {
	padding: 1em 2em;
	margin: -2px 0 0 0;
	_margin: -16px 0 0 0;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#container hr {
	clear: both;
	visibility: hidden;
}
#container a.current {
	color: #31779F;
	background-image: url(/images/onglet-on.gif);
}
#container a.ghost  {
	color: #000000;
	background-image: url(/images/onglet-off.gif);
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}

.menugauche{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	height: 24px;
}
.menugauche li a{
background: white url(/images/menu1-back.gif) no-repeat left bottom;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .menugauche li a{ /*IE seulement remet la largeur normale (10px) */
width: 160px;
}

.menugauche li a:visited, .menugauche li a:active{
color: white;
}

.menugauche li a:hover{
	background-image: url(/images/menu1-back2.gif);
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}
.pied {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-image: url(/images/fond-degrade-pied.jpg);
	background-repeat: no-repeat;
}
.pied a:link{
	color: #FFFFFF;
}
.pied a:visited{
	color: #FFFFFF;
}
