
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}

h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#conteneur {
	font-size: 12px;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border: 1px solid #d0d0d0;
	border-width: 0 1px 1px 1px;
	border-bottom: 10px solid #029e91;
}

.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/*********** HEADER ***********/

#header
{
    position: relative;
    z-index: 5000;
    height: 106px;
    width: 100%;
}

#logo
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#logoIdf {
	position: absolute;
	top: 20px;
	right: 15px;
}

/**** menu ***/
#menu 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 275px;
}
#menu li
{
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}
#menu a
{
    display: block;
    text-decoration: none;
    padding: 2px 5px;
    margin-right: 8px;
    height: 26px;
}
#menu ul
{
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    width: 200px;
}
#menu ul li
{
    float: none;
    height: 1%;
}
#menu li ul a
{
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-right: 0;
}
#menu li a span
{
    display: none;
}

/* institution */
#menu li.institution a
{
    background: #0096ce url(images/menu-institution.png) no-repeat top left;
    width: 68px;
}
#menu li.institution a:hover, #menu li.institution a.highlighted
{
    background: #0096ce url(images/menu-institution-on.png) no-repeat top left;
    color: #fff;
}
#menu li.institution ul 
{
    background: #0096ce;
}
#menu li.institution ul a
{
    background: none;
    color: #fff;
    width: auto;
}
#menu li.institution ul a:hover
{
    color: #0096ce;
    background: #fff;
}

/* thematiques */
#menu li.thematiques a
{
    background: #009e9d url(images/menu-recherche.png) no-repeat top left;
    width: 81px;
}
#menu li.thematiques a:hover, #menu li.thematiques a.highlighted
{
    background: #009e9d url(images/menu-recherche-on.png) no-repeat top left;
    color: #fff;
}
#menu li.thematiques ul 
{
    background: #009e9d;
    width: 300px;
}
#menu li.thematiques ul a
{
    background: none;
    color: #fff;
    width: auto;
}
#menu li.thematiques ul a:hover
{
    color: #009e9d;
    background: #fff;
}

/* presse */
#menu li.presse a
{
    background: #ec2224 url(images/menu-presse.png) no-repeat top left;
    width: 51px;
}
#menu li.presse a:hover, #menu li.presse a.highlighted
{
    background: #ec2224 url(images/menu-presse-on.png) no-repeat top left;
    color: #fff;
}
#menu li.presse ul 
{
    background: #ec2224;
}
#menu li.presse ul a
{
    background: none;
    color: #fff;
    width: auto;
}
#menu li.presse ul a:hover
{
    color: #ec2224;
    background: #fff;
}


/*** recherche ***/
#header .recherche 
{
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 120px;
    padding-left: 230px;
    padding-top: 1px;
}
#header .recherche .recherche
{
    position: static;
    display: inline;
}
#header .recherche input
{
    vertical-align: top;
}
#header .recherche .terme
{
    color: #666;
    border: 1px solid #009f94;
    font-size: 12px;
    padding: 0;
    width: 130px;
}
#header .recherche a, .recherche img
{
    vertical-align: top;
}
/* recherche google */
#header .recherche .terme
{
    left: 0;
    position: absolute;
    top: 0;
    width: 130px;
}
#header #searchcontrol
{
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0;
}
#header .recherche .gsc-branding,
#header .recherche .gsc-tabsArea,
#header .recherche .gs-result a.gs-visibleUrl,
#header .recherche .gs-result .gs-visibleUrl,
#header .recherche .gsc-resultsHeader,
#header .recherche .gsc-trailing-more-results
{
    display: none;
}
#header .recherche .gsc-wrapper
{
    position: absolute;
    top: 20px;
    left: 0;
    width: 350px;
}
#header .recherche .gsc-resultsbox-visible
{
    background: #fff;
    border: 1px solid #009f94;
}
#header .recherche .gs-result .gs-title, .gs-result .gs-title * 
{
    text-decoration: none;
}
#header .recherche td.gsc-input
{
    _width: 130px;
}
#header .recherche input.gsc-input
{
    color: #666;
    border: 1px solid #009f94;
    font-size: 12px;
    padding: 0;
    width: 130px;
    background-image: none !important;
}
#header .recherche input.gsc-search-button
{
    background: #009589 url(/images/bouton-rechercher.png) no-repeat top left;
    width: 75px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    text-indent: -3000px;
    cursor: pointer;
    _text-indent: 0;
    _color: #fff;
}
#header .recherche td.gsc-search-button
{
    width: auto;
}
#header .recherche .gsc-result
{
    padding: 5px;
    margin: 0;
}
#header .recherche .gsc-result:hover
{
    background: #edf7f7;
}


#principal {
	background: url(images/principal-fond.png) repeat-y 0 0;
	border-top: 1px solid #bee8e6;
}


/*********** NAVIGATION ***********/

#navigation {
	background: url(images/navigation-fond.png) no-repeat top left;
	width: 192px;
	float: left;
	padding: 25px 0 0 50px;
}
#navigation h1 {
	font-size: 12px;
	color: #005F84;
	background: url(images/h2-fond.png) no-repeat 0 0;
	padding: 0 0 0 20px;
	margin: 10px 0;
	min-height: 20px;
	_height: 20px;
}
#navigation ul 
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	margin: 0;
	padding: 0;
	height: 1%;
	_font-size: 0px;
}
#navigation li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 1px 0 1px 20px;
	background: #cceaf5 url(images/navigation-puce.png) no-repeat 5px 4px;
	_font-size: 12px;
}
#navigation ul ul
{
    margin-bottom: 0;
}
#navigation ul ul a
{
    background: #edf8fb url(images/navigation-puce.png) no-repeat 15px 4px;
    padding-left: 30px;
}
#navigation li a:hover, #navigation li a.actif
{
	color: #fff;
	background: #0096ce url(images/navigation-puce-hover.png) no-repeat 5px 4px;
}
#navigation ul ul a:hover, #navigation ul ul a.actif
{
	background: #0096ce url(images/navigation-puce-hover.png) no-repeat 15px 4px;
}

/* element de navigation */
#navigation .element
{
    background: #edf8fb;
    margin-bottom: 20px;
}
#navigation .element h2
{
    color: #fff;
	background: #0096ce url(images/navigation-puce-hover.png) no-repeat 5px 4px;
    margin: 0;
    padding: 1px 0 1px 15px;
    font-size: 12px;
    font-weight: bold;
}
#navigation .element p
{
    margin: 0;
    padding: 2px 5px;
}
#navigation .element input, #navigation .element select
{
    font-size: 12px;
    padding: 0;
    margin: 0;
}
#navigation .element label
{
    padding-left: 2px;
}

/*********** CONTENU ***********/

#contenu {
	float: left;
	width: 680px;
	padding: 10px 0 0 15px;
}
#contenu a {
	color: #005F84;
	text-decoration: none;
}
#contenu a:hover {
	color: #000;
}

#contenu .illustration {
	margin: 10px 0 10px -16px;
}

#contenu h1 {
	font-size: 16px;
	color: #0695cd;
	background: url(images/h1-fond.png) no-repeat left top;
	padding: 20px 0 0 40px;
	margin: 10px 0;
	height: 20px;
}

#contenu h2 {
	font-size: 16px;
	color: #005F84;
	background: url(images/h2-fond.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 5px 0;
	margin: 0;
}

#contenu h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005F84;
	padding: 0 0 0 15px;
	background: url(images/puce.png) no-repeat 0 1px;
	clear: both;
}

#contenu ul {
	list-style-image: url(images/puce.png);
}
#contenu li {
	margin: 5px 0;
}

#contenu hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	margin: 10px 0;
	clear: both;
}

/* liste conseillers */

table.conseiller
{
    width: 100%;
    border: 0;
}
table.conseiller td
{
    vertical-align: top;
}

p.conseiller {
	clear: both;
	margin: 2px 0;
}
p.conseiller img {
	float: left;
	margin-right: 5px;
}

/* actualités */

.actu
{
    clear: both;
}
.actu img
{
    float: left;
    width: 75px;
    border: 1px solid #009f94;
}
.actu h3
{
    color: #0695cd;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 85px;
    padding: 0;
    clear: none;
}
.actu p
{
    margin: 2px 0 2px 85px;
    padding: 0;
}
.actu ul
{
    margin-left: 85px;
    _margin-left: 120px;
}

/* recherche */
#contenu .terme
{
    color: #f00;
}

/* rapports */
#contenu .rapport td
{
    vertical-align: top;
}


/******************* FOOTER *******************/

#footer
{
    clear: both;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

#footer a
{
    color: #009e93;
    text-decoration: none;
}
#footer a:hover
{
    color: #000;
}

