/* CSS Document */

* { margin: 0; padding: 0; border: 0; }
.skipe { display: none; }

/* ===================================
body
=====================================*/
body {
background-image: url(../commun/img/fd_body.gif);
background-repeat: no-repeat;
background-position: left top;
}

/* ===================================
wrapper
=====================================*/
#wrapper {
}


/* ===================================
emplacement des boîtes
=====================================*/
#header {
margin: 10px 0 0 60px;
width: 680px;
height: 130px;
background-image: url(../commun/img/fd_header_print.gif);         /* POUR PRINT.CSS EXCLUSIVEMENT */
background-repeat: no-repeat;
background-position: left top;
}
/*------------------*/

#gauche {
display: none;         /* POUR PRINT.CSS EXCLUSIVEMENT */
position: absolute;
top: 150px;
left: 0;
width: 180px;
}
/*------------------*/

#centre {
position: relative;
margin: 10px 10px 0 200px;          /* POUR PRINT.CSS EXCLUSIVEMENT */

height: auto !important; /* allongement auto pour FF/safari */
height: 440px; /* hauteur minimum avec allogement pour IE */
min-height: 440px;  /* hauteur minimum FF/safari */
}

/*------------------*/

#droite {
display: none;         /* POUR PRINT.CSS EXCLUSIVEMENT */
position: absolute;
top: 150px;
right: 20px;
width: 150px;
background-image: url(../commun/img/fd_droite.gif);
background-repeat: no-repeat;
background-position: left top;
background-color: #FE9D32;
}

/*------------------*/

#footer {
display: none;         /* POUR PRINT.CSS EXCLUSIVEMENT */
height: 10px;
margin: 0 200px;
}

/* ===================================
Navigations
=====================================*/

/*Navigations 1 et 3*/

ul#nav1, ul#nav3 {
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
padding-left: 10px;
}
#nav1 a, #nav3 a {
display: block; height: 30px; /* block => hauteur => égalise les blancs verticaux */
color: #00405B;
text-decoration: none;
line-height: 30px;
padding-left: 25px;
padding-top: 5px; /* pour que l'image ne soit pas coupée en hauteur */
}
#nav1 a:hover, #nav3 a:hover { color: white; }

#nav1 .centrage { line-height: 1em !important; }
#nav1 #lien_presentation { background: url(../commun/img/presentation.gif) left center no-repeat; }
#nav1 #lien_actu_region { background: url(../commun/img/actu_region.gif) left center no-repeat; }
#nav1 #lien_agenda { background: url(../commun/img/agenda.gif) left center no-repeat; }
#nav1 #lien_actu_nation { background: url(../commun/img/actu_nation.gif) left center no-repeat; }
#nav1 #lien_infos { background: url(../commun/img/info.gif) left center no-repeat; }
#nav1 #lien_contact { background: url(../commun/img/contact.gif) left center no-repeat; }
#nav3 #lien_faq { background: url(../commun/img/faq.gif) left center no-repeat; }
#nav3 #lien_liens { background: url(../commun/img/liens.gif) left center no-repeat; }

/*Navigation2*/

#droite h1 {
font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
color: #D41229;
line-height: 1em;
margin-left: 10px;
padding-left: 25px;
background: url(../commun/img/base_docu.gif) left center no-repeat;
margin-bottom: 10px;
}

ul#nav2 {
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
padding-left: 12px;
}
#nav2 a {
display: block; height: 25px; /* block => hauteur => égalise les blancs verticaux */
color: #00405B;
text-decoration: none;
padding-left: 15px;
background: url(../commun/img/carre.gif) left top no-repeat;
}
#nav2 a:hover { color: white; }
#nav2 .centrage { line-height: 1em !important; }

/*Navigation footer */
#footer ul {
font: 0.6em Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center;
}
#footer li { display: inline; margin: 0 5px; }
#footer a {
color: #00405B;
text-decoration: none;
}
#footer a:hover { color: #FE9D32; }

/*Couleurs liens activés */

#presentation #nav1 #lien_presentation a { color: #d41229; }
#actu_region #nav1 #lien_actu_region a { color: #d41229; }
#agenda #nav1 #lien_agenda a { color: #d41229; }
#actu_nation #nav1 #lien_actu_nation a { color: #d41229; }
#infos #nav1 #lien_infos a { color: #d41229; }
#contact #nav1 #lien_contact a { color: #d41229; }
#faq #nav3 #lien_faq a { color: #d41229; }
#liens #nav3 #lien_liens a { color: #d41229; }
#emploi #nav2 #lien_emploi a { color: #d41229; }
#sante #nav2 #lien_sante a { color: #d41229; }
#justice #nav2 #lien_justice a { color: #d41229; }
#publics #nav2 #lien_publics a { color: #d41229; }
#urgence #nav2 #lien_urgence a { color: #d41229; }
#refugies #nav2 #lien_refugies a { color: #d41229; }
#famille #nav2 #lien_famille a { color: #d41229; }
#logement #nav2 #lien_logement a { color: #d41229; }
#cooperation #nav2 #lien_cooperation a { color: #d41229; }

/* ===================================
Typographies
=====================================*/
h1 {
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: black;         /* POUR PRINT.CSS EXCLUSIVEMENT */
margin-top: 1em;
}
h2 {
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: black;         /* POUR PRINT.CSS EXCLUSIVEMENT */
margin-top: 0.5em;
}
h3 {
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: black;         /* POUR PRINT.CSS EXCLUSIVEMENT */
margin-top: 0.5em;
}
p {
font: 0.8em Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
color: black;         /* POUR PRINT.CSS EXCLUSIVEMENT */
}
.blanc_audessus {
margin-top: 0.4em;
}
.encadre {
border: thin solid #00405b;
padding: 0.2em;
}
.haut {
display: none;         /* POUR PRINT.CSS EXCLUSIVEMENT */
font-size: 0.6em;
padding-left: 18px;
margin-top: 1em;
margin-left: 80%; /* => fer à droite */
width: 80px;
height: 15px;
background: url(../commun/img/haut.gif) left top no-repeat;
}
.haut a { text-decoration: none; color: #00405B; }
.haut a:hover { color: #FE9D32; }
.date {
font-size: 0.7em;
margin-top: 1em;
}
.suite {
font-size: 0.7em;
margin-top: 0.3em;
text-align: right;
}
.suite a { color: #D41229; }
.suite a:hover { color: #FE9D32; }
h1.base_docu {
font-size: 0.8em;
margin-top: 0;
}

/* Page Plan du site */

#plan h3 a { color: #00405b; }
#plan h3 a:hover { color: #FE9D32; text-decoration: none; }
