/* © 2005 Bexter Ben CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	behavior:url(css/csshover.htc);
}
#site {
	width: 768px;
	position: absolute;
	margin-left: -384px;
	left: 50%;
}
#header{
	width: 768px;
	background: transparent url(images/header.jpg) no-repeat;
}
#header h1{
	width: 215px;
	height: 105px;
	padding: 0px;
	margin: 0px;
}
#header h1 strong{
	display: none;
}

/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 768px;
	height: 29px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/menu.jpg) no-repeat;
}
#menu ul{
	height: 29px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li{
	height: 29px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#menu ul li a{
	height: 29px;
	display: block;
	margin: 0;
	padding: 0;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { width: 61px; }
li#menu_02 a { width: 141px; }
li#menu_03 a { width: 152px; }
li#menu_04 a { width: 107px; }
li#menu_05 a { width: 93px; }
li#menu_06 a { width: 82px; }
li#menu_07 a { width: 61px; }
li#menu_08 a { width: 71px; }
li#menu_01 a:hover { background: transparent url(images/menu-on.jpg) -0px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(images/menu-on.jpg) -61px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(images/menu-on.jpg) -202px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(images/menu-on.jpg) -354px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(images/menu-on.jpg) -461px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(images/menu-on.jpg) -554px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(images/menu-on.jpg) -636px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(images/menu-on.jpg) -697px 0px no-repeat; }
/*----------------------- indication page ---------------------------*/
#t01{
	position: absolute;
	top: 122px;
	left: 7px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t01 h1{
	display: none;
}
#t02{
	position: absolute;
	top: 122px;
	left: 65px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t02 h1{
	display: none;
}
#t03{
	position: absolute;
	top: 122px;
	left: 206px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t03 h1{
	display: none;
}
#t04{
	position: absolute;
	top: 122px;
	left: 359px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t04 h1{
	display: none;
}
#t05{
	position: absolute;
	top: 122px;
	left: 465px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t05 h1{
	display: none;
}
#t06{
	position: absolute;
	top: 122px;
	left: 558px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t06 h1{
	display: none;
}
#t07{
	position: absolute;
	top: 122px;
	left: 640px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t07 h1{
	display: none;
}
#t08{
	position: absolute;
	top: 122px;
	left: 701px;
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(images/t00.gif) no-repeat;
}
#t08 h1{
	display: none;
}
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion des titres */
/*----------------------------------------------------------------------*/
#titre-accueil h1{
	background: transparent url(images/titre-accueil.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 522px;
	height: 38px;
	float: right;
	z-index: 0;
}
#titre-accueil h1 strong{
	display: none;
}
/*----------------------------------------------------------------------*/
/* fin - gestion des titres */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* début - gestion sidebar */
/*----------------------------------------------------------------------*/
#sidebar{
	width: 215px;
	float: left;
	color: #003366;
}
.sidebarbloc{
	background-color: #EBEFF5;
}
#sidebar h1{
	width: 215px;
	height: 19px;
	margin: 5px 0px;
	padding: 2px 0px 0px 0px;
	background: transparent url(images/sidebar-h1.jpg) no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
}
#sidebar h1 a{
	color: #fff;
	text-decoration: none;
}
#sidebar h1 strong{
	width: 150px;
	padding: 3px 0px 0px 5px;
/*	display: none;*/
}
#sidebar ol{
	padding-left: 25px;
	margin: 0px;
}
#sidebar p{
/*	padding: 0px;*/
	margin: 5px 10px;
}
#sidebar a{
	color: #003366;
}
#sidebar ol li{
	list-style: none outside url(images/li.jpg);
}
.sidebarinput{
	font-size: 10px;
	width: 120px;
	color: #999;
}
.journalimg{
	display: block;
	width: 215px;
	height: 159px;
	background: transparent url(images/journal.jpg) no-repeat;
	padding: 0px;
	margin: 5px 0px;
}
.journalimg strong{
	display: none;
}
/*----------------------------------------------------------------------*/
/* fin - gestion sidebar */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#content{
	width: 768px;
	background: transparent url(images/carte-fille.jpg) no-repeat 0px 420px;
	padding: 0px;
	margin: 0px;
}
#contenu {
	width: 537px;
	padding: 10px 0px 10px 13px;
	float: right;
}
#contenu h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
#contenu h3 {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#contenu a {
	font-weight: bold;
	text-decoration: none;
	color: #006FB6;
}
#contenu a:hover {
	color: #999;
}
/*----------------------- bloc bleu debut ---------------------------*/
.blocbleu{
clear: both;
	width: 538px;
	background: transparent url(images/blocbleu_02.jpg) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.blocbleup{
	padding: 0px 10px;
	margin: 5px 0px;
}
.blocbleu h4{
	width: 528px;
	height: 16px;
	background: transparent url(images/blocbleu_01.jpg) no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.h4a{
	color: #fff;
}
.h4a:hover{
	color: #fff;
}
.piedbleu{
	clear: both;
	width: 538px;
	height: 8px;
	font-size: 6px;
	background: transparent url(images/blocbleu_03.jpg) no-repeat bottom;
	padding: 0px;
	margin: 0px;
}
/*----------------------- bloc bleu fin ---------------------------*/
/*----------------------- bloc bleu gauche debut ---------------------------*/
#gauche{
	float: left;
	width: 262px;
}
.blocbleug{
	width: 262px;
	background: transparent url(images/blocbleupt_02.jpg) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.blocbleugp{
	padding: 0px 10px;
	margin: 5px 0px;
}
.blocbleug h4{
	width: 252px;
	height: 16px;
	background: transparent url(images/blocbleupt_01.jpg) no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.piedbleug{
	clear: both;
	width: 262px;
	height: 8px;
	font-size: 6px;
	background: transparent url(images/blocbleupt_03.jpg) no-repeat bottom;
	padding: 0px;
	margin: 0px;
}
/*----------------------- bloc bleu gauche fin ---------------------------*/
/*----------------------- bloc bleu droite debut ---------------------------*/
#droite{
	float: right;
	width: 262px;
}
.blocbleud{
	width: 262px;
	background: transparent url(images/blocbleupt_02.jpg) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.blocbleudp{
	padding: 0px 10px;
	margin: 5px 0px;
}
.blocbleud h4{
	width: 252px;
	height: 16px;
	background: transparent url(images/blocbleupt_01.jpg) no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.piedbleud{
	clear: both;
	width: 262px;
	height: 8px;
	font-size: 6px;
	background: transparent url(images/blocbleupt_03.jpg) no-repeat bottom;
	padding: 0px;
	margin: 0px;
}
/*----------------------- bloc bleu droite fin ---------------------------*/
/*----------------------- bloc orange debut ---------------------------*/
.blocorange{
clear: both;
	width: 538px;
	background: transparent url(images/blocorange_02.jpg) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.blocorangep{
	padding: 0px 10px;
	margin: 5px 0px;
}
.blocorange h4{
	width: 528px;
	height: 16px;
	background: transparent url(images/blocorange_01.jpg) no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.piedorange{
	width: 538px;
	height: 8px;
	font-size: 8px;
	background: transparent url(images/blocorange_03.jpg) no-repeat bottom;
	padding: 0px;
	margin: 0px;
}
/*----------------------- bloc orange fin ---------------------------*/
.upper1{
	text-transform: uppercase;
	font-weight: bold;
}
.imgdroite{
	border: 0px;
	float: right;
	padding-left: 5px;
}
.imggauche{
	border: 0px;
	float: left;
	padding-right: 5px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	font-size: 9px;
	text-align: center;
	letter-spacing: -1px;
	width: 768px;
	height: 17px;
	padding: 8px 0px 0px 0px;
	background: transparent url(images/footer.jpg) no-repeat;
	color: #FFF;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #000;
	background-color: #FFF;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/