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

html {
	background: #fff;
	font-size:1em;
	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;
	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
\*********************************/
ul#menu {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	width:220px;
}

ul#menu li{
	margin:0;
	margin-bottom:10px;
	display:block;
	cursor:pointer;
	color:#6E9ECF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom;
}
#menu li a#menu_actif{
	background-color:#DEF2FA;
	color:#0083C7;
}

ul#menu li a{
	padding:20px 20px 8px 30px;
	display:block;
	color:#6E9ECF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	background:url(../images/menu_sep.jpg) left bottom no-repeat;
}
ul#menu li a:hover{
	background-color:#DEF2FA;
}


/*********************************\
              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; /*#6D92A2;*/
	text-decoration:none;
	border-bottom:1px solid;
	font-weight:bold;
	font-size:11px;
}
h4 a, h5 a, h6 a{
	font-size:inherit !important;
	color:#6E9ECF !important;
}
#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);
}