html, body {
	height: 100%;
	margin: 0;
}

html {
	background: #fff;
	/*font-size:1em;*/
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

a img{
	border:none;
}

div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding:0 10px;
}

div#header {
	/*height: 210px;*/
	height:163px;
	padding: 10px 0;
}
div#header h1 {
	display:none;
}

div#center {
	overflow: auto;
	padding-bottom: 50px;
}

p#gotoHDP{
	position: absolute;
	width: 750px;
	bottom: 10px;
	clear:both;
	text-align:right;
}
a.gotoHDP{
	border-bottom:2px solid;
	text-decoration:none;
	font-weight:bold;
	color:#6E9ECF;
	font-size:12px;
}
* html p#gotoHDP {
	position: relative;
	bottom:0;
}

div#footer {
	position: absolute;
	clear:both;
	width: 750px;
	bottom: 0;
	border-top:2px solid #6E9ECF;
	height:20px;
}
div#footer p{
	color:#6E9ECF;
	margin:2px;
	font-size:0.8em;
	font-weight:bold;
}
* html div#footer {
	position: relative;
	bottom:0;
}

div#sidebar {
	float: left;
	width: 180px;
}

div#content {
	float: right;
	width: 510px;
}


p#easy-access{
	display:none;
}

div.clear{
	clear:both;
	height:1px;
	font-size:1px;
}


/*********************************\
               MENU
\*********************************/
#menu{
	margin:0;
	padding:0;
	list-style:square;
}
#menu li{
	color:#496A79;
}
#menu li a.outer{
	display:block;
	background:url(../images/ruboff1.gif) repeat-y;
	margin-bottom:4px;
	width:200px;
	outline:none;	
}

#menu li a.outer:hover{
	background:url(../images/rubon1.gif) repeat-y;
}

#menu li a.outer {cursor:pointer;height: 40px; overflow: hidden; position: relative;}
#menu li a.outer[class] {display: table; position: static;}

#menu li a.outer div.middle {cursor:pointer;position: absolute; top: 50%; } /* for explorer only*/
#menu li a.outer div.middle[class] {display: table-cell; vertical-align: middle; position: static;}

#menu li a.outer div.middle div.inner {cursor:pointer;position: relative; top: -50%;left:20px;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#menu li a.outer div.puce {
	cursor:pointer;
	height:8px;
	width:8px;
	margin-top:16px;
	margin-left:5px;
	margin-right:5px;
	position:absolute;
	overflow:hidden;
}
#menu li a.outer a{display:inline;margin:0;padding:0}


/*********************************\
              CONTENU
\*********************************/
#content{
	color: #444444;
}
#content h2.image_typo{
	margin-top:0;
}
#content h3{
	font-size:1em;
	font-weight:bold;
/*	padding-left:20px;
	background:left +6px no-repeat;*/
	background:#fff;
}
#content h4{
	font-size:14px;
	font-weight:bold;
}
#content h5{
	font-size:12px;
	font-weight:bold;
	/*color:#6E9ECF;*/
	margin-bottom:2px;
}
#content h6{
	font-size:12px;
	font-weight:normal;
	/*color:#6E9ECF;*/
	margin:0;
	padding:0;
}
#content p{
	font-size:13px;
	text-align:justify;
}
#content div.chapo{
	font-weight:bold;
	text-align:justify;
}
#content div.descriptif{
	font-size:1em;
}
#content div.hr{
	height:20px;
	background:left center no-repeat;
	clear: both;
}
#content div.hr hr{
	display:none;
}
#content a{
	/*color:#0087CB;
	text-decoration:none;
	border-bottom:1px solid;
	font-weight:bold;
	font-size:11px;*/
}
#content div.ps{
	font-style:italic;
}
#content ul{
	list-style-type:square;
}
#content ul li{
	font-size:13px;
	margin-bottom: 4px;
}
#content div.logo_article{
	float:left;
	margin-right:10px;
}
#content dt.spip_doc_titre{
	text-align:right;
	font-size: x-small;
}

/* Secteur 1 */
/*body #content h3{
	color:#0083C7;
}*/
/*body #content h4, body #content div.chapo, ul#menu li ul li a.actif, ul#menu li ul li a:hover{
	color:#6E9ECF;
}*/
ul#menu li ul li a{
	color:#AFD778;
}
body a.gotoHDP, body #content a{
	border-color:#DCEDF8;
}
body a.gotoHDP:hover, body #content a:hover{
	border-color:#6E9ECF;
}
ul#menu li a.menu_a1, #content h3, body #content h3{
	/*background-image:url(../images/puce_3.png); */
}
body #content div.hr{
	background-image:url(../images/HR_new.gif);
}
body #content h3.secteur_1{
	background-image:url(../images/puce_3.png);
}