* {margin:0; padding:0}
/*  ------------------------------------------
/*  Body
/*  ------------------------------------------ */
html {
font-size: 100%;
}
body {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	background-color: #999999;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px Aucune;
}
#background  /* l'image occupe toute la place du body */
{
	width:240px;
	height:100%;
	position:fixed !important;
	position:absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

/*  ------------------------------------------
/*  Body > Global
/*  ------------------------------------------ */
#global {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%;
	border: 0;
}
/*  ------------------------------------------
/*  Body > Global > Header
/*  ------------------------------------------ */

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*  ------------------------------------------
/*  Body > Global > Header > Title bar
/*  ------------------------------------------ */
#title_bar {
	background-image: url(img/fond_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: visible;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	behavior: url(win_png.htc);
}
/*  ------------------------------------------
/*  Body > Global > Header > Title bar > Logo
/*  ------------------------------------------ */
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 51%;
	left: 0px;
	top: 0px;
	text-align: left;
}
/*  ------------------------------------------
/*  Body > Global > Header > Title bar > Title
/*  ------------------------------------------ */
#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	float: left;
	text-align: center;
	width: 39%;
	padding-right: 10%;
	padding-top: 20px;
}
/*  ------------------------------------------
/*  Body > Global > Header > Top menu
/*  ------------------------------------------ */

#top_menu {
	position: absolute;
	z-index: 4;
	top: 80px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 60%;
	left: 40%;
}
#top_menu ul.liste{
	margin:0px;
	height:40px;
	font-size: 1em;
	list-style:none;
} 
#top_menu ul.liste li {
	float:left;
	text-align:center;
	display: block;
	overflow: visible;
}
#top_menu ul.liste li.milieu {
	height: 22px;
	padding-top: 5px;
	display:block;
	background-color: #FFFFFF;
	color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#top_menu ul.liste li a {
	height: 25px;
	padding-top: 2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display:block;
	overflow: visible;
	background-color: #FFFFFF;
}
#top_menu ul.liste li.premier a {
	padding-right: 5px;
	padding-left: 10px;
}
#top_menu ul.liste li.normal a {
	padding-right: 5px;
	padding-left: 5px;
}
#top_menu ul.liste li.fin a {
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
}
#top_menu li span.on {
	height: 25px;
	padding-top: 2px;
	display: block;
	overflow: visible;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#top_menu ul.liste li.premier span.on {
	padding-right: 5px;
	padding-left: 10px;
}
#top_menu ul.liste li.normal span.on {
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-style: Aucune;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	border-right-width: 0px;
	border-right-style: Aucune;
	border-right-color: #000000;
}
#top_menu ul.liste li.fin span.on {
	padding-right: 10px;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-style: Aucune;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	border-right-width: 0px;
	border-right-style: Aucune;
	border-right-color: #000000;
}
#top_menu ul.liste li a:hover {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-style: Aucune;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	border-right-width: 0px;
	border-right-style: Aucune;
	border-right-color: #000000;
	background-color: #FFFFFF;
}
#top_menu ul.liste li.premier a:hover {
	border-left-width: 0px;
	border-left-style: Aucune;
	border-left-color: #000000;
}
#top_menu li.dernier {
	display: none;
}

/*  ------------------------------------------
/*  Body > Global > Header > Choose language
/*  ------------------------------------------ */
#choose_language {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 15;
}

/*  ------------------------------------------
/*  Body > Global >	Center
/*  ------------------------------------------ */

#center {
	padding-bottom: 50px;
	overflow: auto;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.2em;
	border: 0;
}
#centerplan {
	padding-top: 150px;
	padding-bottom: 50px;
	overflow: auto;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.2em;
	border: 0;
	float: left;
}

/*  ------------------------------------------
/*  Body > Global >	Center > Menu
/*  ------------------------------------------ */

#menu {
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 150px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	float: left;
	text-align: left;
}
#menu ul{
	background-color: #FF0000;
	width: 140px;
	margin-top: 0px;
}
#menu ul li{
	overflow: visible;
}
#menu li{
	margin-top: 5px;
}
#menu ul li a{
	margin-top: 0px;
	display: block;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
span img.format_png {
}
#menu a span{
}
#menu ul li a:hover{
	background-color: #FFFFFF;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#menu ul li ul{
	padding-left: 8%;
}
.off {
	width: 140px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}
.rubriqueoff span, .rubriqueon span, .rubrique span {
	height: 40px;
	width: 140px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}
.secteuroff, .rubriqueoff, .secteuron, .rubriqueon, .secteur, .rubrique {
	text-align: left;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	display: list-item;
	padding-left: 1%;
}
.secteuroff {
	color: #FF0000;
	}
.rubriqueoff {
	color: #FF0000;
	}
#menu ul li a.secteuron, #menu ul li a.rubriqueon {
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	}
#menu ul li a.secteur, #menu ul li a.rubrique {
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	}
.rubriqueoff:hover {
	color: #000000;
	text-decoration: none;
	}
.rubriqueon:hover {
	text-decoration: none;
	}
.rubrique:hover {
	text-decoration: none;
	}

/*  ------------------------------------------
/*  Body > Global >	Center > Right space
/*  ------------------------------------------ */
#right_space {
	margin-left: 250px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-top: 150px;
	border: 0;
}
/*  ------------------------------------------
/*  Body > Global >	Center > Right space > Navigation
/*  ------------------------------------------ */
#navigation {
	padding-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 15px;
	text-align: left;
	margin: 0px;
	width: 90%;
	}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*  ------------------------------------------
/*  Body > Global >	Center > Right space > Onglets
/*  ------------------------------------------ */
#onglets {
	background-color: #999999;
	font-size:93%;
	line-height:normal;
	float: left;
	width: 100%;
	text-transform: capitalize;
	}
#onglets ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	}
#onglets li {
	display:inline;
	margin:0;
	padding:0;
	}
#onglets a {
	float:left;
	background: url("img/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
	text-decoration:none;
	white-space:nowrap;
	}
#onglets a span {
	float:left;
	display:block;
	background: url("img/right_both.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-weight:bold;
	color:#765;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglets a span {float:none;}
/* End IE5-Mac hack */
#onglets a:hover span {
	color:#333;
	}
#onglets #on a {
	background-position:0 -150px;
	border-width:0;
	}
#onglets #on a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
	}
#onglets a:hover {
	background-position:0% -150px;
	}
#onglets a:hover span {
	background-position:100% -150px;
	}

/*  ------------------------------------------
/*  Body > Global >	Center > Right space > Liste Articles
/*  ------------------------------------------ */
#listearticles {
	min-height: 100%;
	width: 100%;
	float: left;
}
#listearticles h1{
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1em;
}
#listearticles ul {
}
#listearticles ul li {
	background-color: #FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	overflow: visible;
	margin-bottom: 30px;
	float: left;
	padding: 5%;
	width: 90%;
}
#listearticles ul li h3{
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1em;
	text-decoration: none;
}
#logo_article {
	float: left;
	width: 200px;
	margin-right: 16px;
}
#resume_article {
	text-decoration: none;
}
/*  ------------------------------------------
/*  Body > Global >	Center > Right space > Liste Articles > Content
/*  ------------------------------------------ */

#content {
	background-color: #FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	overflow: visible;
	margin-bottom: 30px;
	float: left;
	padding: 5%;
	width: 90%;
	z-index: 1;
}
#content h1{
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1em;
}
/*  ------------------------------------------
/*  Body > Global >	Footer
/*  ------------------------------------------ */
#footer {
	position: absolute;
	width: 90%;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

