/* fonds */
html {
	overflow-y: scroll;
}

body {
	background: #eee url(fond.png);
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}

td {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}

/* page */
div.conteneur {
	width: 790px;
	height: auto;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

/* en-tête avec le logo */
div.en-tete {
	padding: 20px;
	text-align: right;
	height: 50px;
	font-size: 150%;
	color: #f0a01E;
	background: url(logo1.png) 20px 10px no-repeat;
}

/* bandeau de navigation horizontal */
div.bandeau {
	color: #9999ff;
	font-size: 120%;
	font-weight: bold;
	background-image: url(bandeau.png);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 30px;
	height: 37px;
	margin-left: 5px;
	margin-right: 5px;
}

div.bandeau a:link, div.bandeau a:visited, div.bandeau a:active {
	padding: 13px;
	margin: 0px;
	text-decoration: none;
	color: black;
}

div.bandeau a:hover {
	text-decoration: none;
	color: blue;
}

a.bandeausel {
	background-image: url(bandeau_actif.png);
	background-repeat: repeat-x;
	background-position: 0px 11px;
	color: black;
}

/* menu de navigation droit */
div.menu_droit {
	width:180px;
	float: right;
	margin-left: 0px;
	height: 300px;
	border-left: 1px solid #dddddd;
	padding: 10px;
}

div.menu {
	margin-right: auto;
	margin-top: 25px;
	font-size: 12px;
	width: auto;
}

div.menu div {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	padding: 5px;
	color: #fff;
	width: auto;
	font-variant: small-caps;
}

div.menu a {
	background: #fff;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 0.75em;
}

div.menu a:hover {
	background-color: #f9f9c9;
	color: black;
	text-decoration: none;
}

div.menu_img {
	margin-top: 30px;
	text-align: center;
}

/* contenu de la page */
div.contenu {
	width: 560px;
	margin-top: 25px;
	margin-left: 20px;
}

div.contenu-simple {
	width: 780px;
	margin-top: 25px;
	margin-left: 20px;
}

/* pied de page */
div.pied-page {
	text-align: center;
	font-size: 80%;
	font-style: italic;
	margin-top: 30px;
	clear: both;
}

div.pied-page a {
	color: #88f;
}

div.pied-page a:hover {
	color: #f80;
}
