@charset "utf-8";
/* Table des matières */
/* ----------------------------------------------------------------------
	1= Enrobage (body, .pagewrap, #page)

	2= Éléments de TEXTES et de contenu commun à toute la page
		2.1= Textes
		2.2= Tableaux
		2.3= Images et photos
		2.4= Formulaires
		2.5= Classes diverses
		2.6= Gestion des 2 colonnes dans le centre
		
	3= Entete de la page
		3.1= PIV
		3.2= Onglets de navigation
			3.2.1= Fonctions de gestion
			3.2.2= Cycles de vie
			3.2.3= Utilitaires

	4= Corps et colonnes
		4.1= Colonne de GAUCHE
			4.1.1= Champ de recherche et sujets
			4.1.2= Sujets les plus consultés
			4.1.3= Publicités
			4.1.4= Menu de la section active
			4.1.5= Menu des résultats de recherche
			4.1.6= Maximize et minimize
		4.2= Colonne du CENTRE
			4.2.1= Fil d'ariane
			4.2.2= Encadré
			4.2.3= Boîte "Zone verte"
			4.2.4= Boîte de formulaire
			4.2.5= Boîte de listes
			4.2.6= Boîte "Info complémentaire"
			4.2.7= Boîte contenu
			4.2.8= Bulletin d'information
			4.2.9= Plan du site
		4.3= Colonne de DROITE
			4.3.1= Boîtes grises
				4.3.1.1= "Mon dossier"
				4.3.1.2= "Vos obligations"
			4.3.2= Boîtes vertes
			4.3.3= Mon Dossier ouvert
			4.3.4= Publicités
		4.4= ENTREVUE
			4.4.1= Entête entrevue
			4.4.2= Contenu générale entrevue
			4.4.3= Liste input entrevue
				4.4.3.1= Liste input entrevue dans un tableau
			4.4.4= Gestion des 2 colonnes entrevue
			4.4.5= Encadre entrevue
			4.4.6 Boite de listes questionnaire (étirable verticalement infini) 
				4.4.6.1 Boite de listes entrevue (étirable horizontalement limité)
			4.4.7= Boite de listes entrevue 2
			4.4.8= Barre de progression
		4.5= GUICHET
			
	5= Pied de la page
	
	6= Popup
		6.1= Généralités des popup
		6.2= Popup Entrevue
		6.3= Popup Questionnaire
		6.4= Popup Mon dossier
		6.5= Popup Mon dossier Gestion
		6.6= Popup Envoyer ce lien à un ami
		6.7= Popup fond blanc
		
	7= Mon dossier
	
	8= Message d'urgences
	
	9= Messages d'intérêts
	
	10= Page de recherche
	
	11=Width pour les boutons
	
	12=Accessibilité
*/

/* ------------------------------------------------------------------------
	1= Enrobage (body, .pagewrap, #page)
------------------------------------------------------------------------ */

body {
	margin: 0;
  	padding: 0;
	text-align: center;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #F0FFEA url(../img/gen/body_bg.gif) top center repeat-y;
}
.espace_Reg{
    font-size: .3em;
}
.espace_Bandeau{
    font-size: .6em;
}	
.pagewrap {
	background: transparent url(../img/gen/pagewrap1_bg.gif) 0 0 repeat-x;
}
.pagewrap .pagewrap {
	background: transparent url(../img/gen/pagewrap2_bg.gif) top center no-repeat;
}
#page {
	width: 747px;
	margin: 0 auto;
	text-align: left;
	font-size: .9em;
}
body.popup #page.grand {
	width: 562px;
}
body.popup #page.grand #entete{ /* Fix pour IE */
	width: 562px;
}
body.popup #page.petit { /* Bug d'application - voir directement dans le code */
	width: 362px;
}
body.popup #page.petit #entete{ /* Fix pour IE */
	width: 362px;
}
body.popup #page.petit #pied{ /* Fix pour IE */
	width: 362px;
}


/* ------------------------------------------------------------------------
	2= Éléments de TEXTES et de contenu commun à toute la page
------------------------------------------------------------------------ */

/* 2.1= Textes... ----- */

a:link {
	color: #0d6ca0;
	text-decoration: none;
}
a:visited {
	color:  #466885;
	text-decoration: none;
}
a:hover {
	color: #0d6ca0;
	text-decoration: underline;
}
a:active {
	color: #197B97;
	text-decoration: underline;
}

h1 {
	clear: both;
	margin: 15px 0;
	padding: 0 0 2px 17px;
	font-size: 1.5em;
	color: #475A5A;
	border-bottom: 2px solid #B4D4CD;
	background: url(../img/contenu/titre_puce.gif) 0 0 no-repeat;
}
h1.dossier {
	margin: 0 0 19px 0;
}
h1.dossier_quest {
	margin: 0 0 19px 0;
	background: url(../img/contenu/titre_puce_quest.gif) 0 0 no-repeat;
}
h1.dossier_info {
	margin: 0 0 19px 0;
	background: url(../img/contenu/titre_puce_info.gif) 0 0 no-repeat;
}
h1.erreur {
	margin: 0px 0 25px 0;
	padding: 0 0 11px 38px;
	font-size: 2.2em;
	color: #4a595a;
	border-bottom: 2px solid #84968c;
	background: url(../img/contenu/icone_erreur.gif) 0 0 no-repeat;
}
p.espace_verticale {
	height: 60px;
}


h2 {
	font-size: 1.2em;
font-weight: bold;
margin: 0px;
}
h2.premier {
	margin-top: 0;
}
h3 {
	margin: 15px 0 2px;
	font-size: 1.1em;
}
h3.grand {
	margin: 15px 0 16px 0;
	font-size: 1.4em;
}
p {
	margin: 0 0 15px;
}

.informationnel-enfants h2 {
	font-size: 1.1em;
	margin: 0;
	height: 100%;
}

.informationnel-sous-titre h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0 0px 0;
}

/* Paramètres des listes UL et OL */
ul, ol {
	margin: 0 0 15px 5px;
	padding: 0;
	height: 1%;
}
html>body ul {
	height: auto;
}
/* IE 6 seulement */
* html ul {
	margin: 0;
}
/* IE 6 seulement */
* html ul ul ul li {
    padding-bottom: 0;
    margin-top: 4px;
    margin-bottom: 0;
}

ul li {
	margin: 0 0 7px 5px;
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url(../img/contenu/liste_puce_niv1.gif) 0 5px no-repeat;
}
ul ul, ol ol, ol ul, ul ol {
	margin: 7px 0;
}
ul li li {
	background: url(../img/contenu/liste_puce_niv2.gif) 0 5px no-repeat;
}
ul li li li {
	background: url(../img/contenu/liste_puce_niv3.gif) 0 5px no-repeat;
}
ol li {
	margin: 0 0 7px 28px;
	padding: 0 0 0 0px;
}
ol li li{
	list-style-type: decimal;
}
ol li li li{
	list-style-type: decimal;
}
ol ul li {
	margin: 0 0 7px 30px;
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url(../img/contenu/liste_puce_niv1.gif) 0 5px no-repeat;
}
ol ul li li {
	margin: 0 0 7px 5px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../img/contenu/liste_puce_niv2.gif) 0 5px no-repeat;
}
ol ul li li li{
	margin: 0 0 7px 5px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../img/contenu/liste_puce_niv3.gif) 0 5px no-repeat;
}
ul ol li {
	margin: 0 0 7px 48px;
	padding: 0 0 0 0px;
	background:none;
	list-style-image: none;
	list-style-type: decimal;
}
ul ol li li{
	margin: 0 0 7px 28px;
	padding: 0 0 0 0px;
	background:none;
	list-style-image: none;
	list-style-type: decimal;
}
/* FIN Paramètres des listes UL et OL */

.sujet, .date {
	font-size: .9em;
}
h2 .sujet {
	font-size: .7em;
}

.note {
	font-size: .9em;
	color: #687F7F;
}
.intertitre_gros {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
.intertitre_gros2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.intertitre_gros3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
.intertitre1 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.stitre_elem_enfant {
	font-size: 1.1em;
	font-weight: bold;
}

.no_visited a:visited{
	color: #197B97;
}


/* 2.2= Tableaux ----- */

table {
	font-size: 1em;
}
td {
	vertical-align: top;
}
table.data td {
	padding: 0 5px 5px 0;
}

/* 2.3= Images et photos ----- */

img {
	border: none;
}
img.fleche {
	background: #fff;
	vertical-align: baseline;
}


/* 2.4= Formulaires ----- */

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.bt{
	background-color: #0d6ca0;
	border-color: #b4b4cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
}
input.bt_over{
	background-color: #259bb6;
	border-color: #b4b4cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
}
input.bt_gestion_profil{
	background-color: #0d6ca0;
	border-color: #b4b4cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}
input.bt_gestion_profil_over{
	background-color: #259bb6;
	border-color: #b4b4cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}
input.marge {
	margin-bottom: 7px;
}
p.action {
	margin-bottom: 0;
	padding-bottom: 10px;
	text-align: right;
}
input.champ {
	height: 13px;
	border: 1px solid #879B92;
	font-size: 0.8em;
}
#mots-cles span {
	font-size: 1.3em;
	font-weight: bold;
}
#mots-cles .champ {
	width: 235px;
	margin-left: 5px;
}



/* 2.5= Classes diverses ----- */


.flotte-gauche-entrevue-mo {
	float: left;
	margin: 0 -3px;
	font-size: 1em;
}
.flotte-gauche-entrevue {
	float: left;
	margin: 5px;
}
.flotte-gauche {
	float: left;
	margin: 0 10px 10px 0;
}
.flotte-droite {
	float: right;
	margin: 0 0 10px 10px;
}
p span.flotte-droite {
	float: right;
	margin: 10px 0 10px 10px;
}
p span.flotte-gauche {
	float: left;
	margin: 10px 0 10px 10px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 0;
}
.clear0px {
	clear: both;
	line-height: 0px;
	font-size: 0;
}


/* 2.6= Gestion des 2 colonnes dans le centre... ----- */

#colgauche {
	float: left;
	width: 257px;
	margin: 0 10px 15px 0;
}
#coldroite {
	float: right;
	width: 125px;
	margin: 0 0 15px;
	margin-top: -17px;
	background: url(../img/contenu/col_droite_milieu1.gif) top left repeat-y;
}
#coldroite .bg {
	background: url(../img/contenu/col_droite_bas1.gif) bottom left no-repeat;
}
#coldroite .bg .bg {
	padding: 15px 8px;
	background: url(../img/contenu/col_droite_haut1.gif) 0 0 no-repeat;
}
#coldroite h3 {
	margin: 0;
	font-size: 1em;
}
#coldroite h4 {
	margin: 10px 0;
	font-size: .9em;
	color: #475A5A;
}
#coldroite ul {
	margin: 10px 0 0;
	padding: 0;
}
#coldroite li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../img/contenu/col_droite_puce.gif) 0 5px no-repeat;
}
#coldroite a {
	color: #0d6ca0;
}
#coldroite a:visited {
	color: #197B97;
}
#coldroite a:hover, #coldroite a:active {
	color: #0d6ca0;
}



/* ------------------------------------------------------------------------
	3= ENTETE de la page
------------------------------------------------------------------------ */

#entete {
	margin: 0 5px;
}

/* 3.1= PIV ----- */

#piv {
	height: 104px;
	text-align: right;
}
#piv img {
	float: right;
}
#piv #quebec {
	float: left;
	margin: 40px 0 0 1px;
}
#piv_niv2 {
	height: 78px;
	text-align: right;
}
#piv_niv2 img {
	float: right;
	margin: 0 6px 0 0;
}
#piv_niv2 #quebec {
	float: left;
	margin: 19px 0 0 5px;
}

/* 3.2= Onglets ------------------------------------------------------- */

#onglets {
	position: relative;
	width: 100%;
}
#onglets span {
	display: none; /* masque tous les textes dans les SPAN */
}
#titrePGSE {
	height: 27px;
	margin: 0 0 5px;
}
#onglets ul {
	margin: 0;
	padding: 0;
}
#onglets li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#onglets li, #onglets li a {
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#onglets a {
	text-decoration: none;
}

/* 3.2.1= Fonctions de gestion ----- */

div#fonctions {
	height: 19px;
}
#fonctions a, #fonctions a img {
	height: 19px;
	float:left;
}

/* 3.2.2= Cycles de vie ----- */

div#cycles {
	height: 64px;
	margin: 5px 0;
	padding: 0 11px;
	background: url(../img/entete/cycles_bg.gif) 0 0 repeat-x;
}
#cycles a, #cycles a img {
	height: 64px;
	float:left;
}

/* 3.2.3= Utilitaires ----- */

#accueil {
	position: absolute;
	top: 12px;
	left: 15px;
	background: #475A5A;
	display:block !important;
}
#accueil a {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#accueil a:hover {
	color: #EFFFDD;
	text-decoration: underline;
}
#tailletexte, #tailletexte a {
	position: absolute;
	top: -3px;
	right: -4px;
	width: 62px;
	height: 27px;
}
#tailletexte.en, #tailletexte.en a {
	position: absolute;
	top: -4px;
	right: -2px;
	width: 36px;
	height: 28px;
}
#podmedia, #podmedia a{
	position: absolute;
	top: 0;
	right: 35px;
	width: 99px;
	height: 25px;
}
#podmedia {
	background: none;
}

/* ------------------------------------------------------------------------
	4= Corps et colonnes
------------------------------------------------------------------------ */

#corps {
	margin: 0 5px;
}
#corps.nobackground{
	margin: 0 5px;
	border: none;
	background: none;
}
.espace {
   font-size: .7em;	
}
.zone_droite a {
	text-decoration: none;
}
.zone_gauche a:hover, .zone_droite a:hover {
	text-decoration: underline;
}

/* 4.1= Colonne de GAUCHE ---------------------------------------------------- */

.zone_gauche {
	width: 169px;
}
.zone_gauche a, .zone_gauche a:hover {
	text-decoration: none;
}
.zone_gauche #menu select {
	width: 145px;
}

/* 4.1.1= Champ de recherche et sujets -----*/

#rech {
	padding: 0 5px 0 5px;
	background: #879B92;
	width: 159px;
} 
#rech .champ {
	width: 120px;
	margin-right: 3px;
	border: 1px solid #475A5A;
}
#rech * {
	margin-top: 2px;
	vertical-align: middle;
}
#rech-sujet {
	margin: 0 0 5px;
}
#recherche_js_inactif {
	padding-bottom: 10px;
}
#recherche_js_inactif a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#recherche_js_inactif a:hover {
	text-decoration: underline;	
}
#rech-sujet h2, #rech-sujet h2 a {
	margin: 0;
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rech-sujet a span {
	display: none;
}
#rech-sujet.on ul {
	position: relative;
	margin: 0;
	padding: 0 0 6px;
	width:170px;
	background: url(../img/contenu/rech_sujet_bg.gif) bottom left no-repeat;
}
#rech-sujet.on li {
	margin: 0 5px;
	padding: 3px 5px 1px 0;
	font-size: .9em;
	font-weight: normal;
	list-style: none;
	height: 1%; /* Pour bug affichage dans IE 5 pc */
	background: url(../img/contenu/filet_pointille.gif) top left repeat-x;
}

/* #rech-sujet li.actif {
	background-image: url(../img/contenu/menu_puce_niv1_actif.gif);
}*/

#rech-sujet.on li.premier {
	padding-top: 4px;
	background: none;
}
#rech-sujet.on li a {
	display: block;
	padding-left: 11px;
	color: #475A5A;
	background: url(../img/contenu/boite_verte_fleche.gif) 4px 5px no-repeat;
}
#rech-sujet.on li a.en {
	color: #94a297;
	background: url(../img/contenu/boite_verte_fleche_en.gif) 4px 5px no-repeat;
}
#rech-sujet.on li.actif a {
	display: block;
	padding-left: 11px;
	color: #475A5A;
	background: url(../img/contenu/menu_puce_niv2_actif.gif) 4px 5px no-repeat;
}
#rech-sujet.on li a.actif {
	font-weight: bold;
}
#rech-sujet.on li a:hover {
	color: #687F7F;
	text-decoration:underline; 
}

/* 4.1.2= Sujets les plus consultés ----- */

#sujets {
	margin: 0px 0 5px 0;
	padding: 0 0 10px;
	background: url(../img/contenu/sujets_bg_bas.gif) bottom left repeat-y;
}
#sujets .dl {
	margin: 0;
	padding: 0;
	background: url(../img/contenu/sujets_bg_haut.gif) 0 0 no-repeat;
}
#sujets .dt {
	margin: 0 3px 10px;
	padding: 10px 3px 5px;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../img/contenu/filet_pointille.gif) bottom left repeat-x;
}
#sujets .dd {
	margin: 0 0 .3em;
	padding: 0 5px 0 21px;
	font-size: 1em;
	background: url(../img/contenu/menu_puce_niv1.gif) 5px 5px no-repeat;
}
.zone_gauche #sujets a:hover {
	color: #485a5a;
	text-decoration: underline;
}
.zone_gauche #sujets a:active {
	color: #879b92;
}
#sujets a:visited {
	color: #0d6ca0;
}

/* 4.1.3= Publicités ----- */

#gauche .pub {
	margin: 0 0 5px 0;
}

/* 4.1.4= Menu de la section active ----- */

/* Sous-menu de sous-groupe */
.sous-groupe {
	margin: 0 0 1px;
}
.sous-groupe, .sous-groupe a {
	display: block;
	height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sous-groupe a span {
	position: relative;
	top: 3px;
	left: 17px;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Menus de Ressources Humaines */
#grappes, #grappes a {background-image: url(../img/contenu/b_grappes_off.gif);}
#menu #grappes a:hover {background-image: url(../img/contenu/b_grappes_over.gif);}
#grappes a.ouvert {background-image: url(../img/contenu/b_grappes_on.gif);}

/* Boite menu */

#boite_menu {
	background: url(../img/contenu/menu_milieu.gif) left top repeat-y;
	margin: 0 0 1px 0;
}
#boite_menu .bg {
	background: url(../img/contenu/menu_bas.gif) left bottom no-repeat;
	padding: 0 0 1px 0;

}
#boite_menu .bg .bg{
	background: url(../img/contenu/menu_haut.gif) left top no-repeat;
	padding: 4px 6px 0 5px;
}

#boite_menu li a:hover {
	text-decoration: underline;
}

/* titres et sous-titres */
#menu h2 {
	margin: 10px 0 1px;
}
#menu h3 {
	margin: 15px 5px 10px 0;
	padding: 0 0 6px;
	font-size: 1em;
	background: url(../img/contenu/filet_pointille.gif) bottom left repeat-x;
}
#menu h3.no_top_margin {
	margin: 4px 5px 10px 0;
	padding: 0 0 6px;
	font-size: 1em;
	background: url(../img/contenu/filet_pointille.gif) bottom left repeat-x;
}
#menu h4 {
	margin: 0 5px 0 0;
	font-size: .9em;
	font-weight: normal;
}
#menu p {
	margin: 0 5px 5px 0;
	font-size: .9em;
}
#menu select {
	margin: 5px 0 0;
	width: 95%;
}
#menu p.resultats {
	color: #EA6A3E;
}
#menu p.resultats strong {
	display: block;
	color: #000;
}
#menu h2.resultats {
	margin: 5px 5px 10px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	background: url(../img/contenu/menu_puce_niv1.gif) 0 5px no-repeat;
}
#menu h2.resultats a:hover{
	color: #475959;
	text-decoration: underline;
}
#menu h2.resultats span {
	display: block;
	padding-bottom: 9px;
	border-bottom: 1px solid #B4D4CD;
}

/* Declarations générales (par défaut) des UL et Li */
#menu ul {
	margin: 8px 5px 15px 0;
	padding: 0;
	font-weight: normal;
	background: transparent;
}
#menu li {
	margin: 0 0 4px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../img/contenu/menu_puce_niv1.gif) 0 5px no-repeat;
}
#menu ul ul {
	margin: 4px 0;
}
#menu li li {
	padding: 0 0 0 9px;
	/* font-size: .8em; */
	background: url(../img/contenu/menu_puce_niv2.gif) 0 5px no-repeat;
}
#menu ul ul ul {
	margin: 4px 0;
}
#menu li li li {
	margin: 0;
	/* font-size: 1em; */
	background: url(../img/contenu/menu_puce_niv3.gif) 0 6px no-repeat;
}

/* Pour le menu Mon dossier */
#menu_dossier a, #menu_dossier li a:visited, #menu_dossier li a:hover{
	color: #0d6ca0;
}
#menu_dossier ul {
	margin: 8px 0px 5px 0;
	padding: 0;
	font-weight: normal;
	background: transparent;
}
#menu_dossier li {
	margin: 0 0 4px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/contenu/menu_puce_niv1_d.gif) 3px 4px no-repeat;
}
#menu_dossier li.nouvelle {
	margin: 10px 0 4px;
	font-weight: bold;
}

#menu_dossier li.no_bullet {
	background: none;
}
#menu_dossier ul ul {
	margin: 4px 0;
}
#menu_dossier li li {
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	font-size: 1em;
	background: url(../img/contenu/menu_puce_niv2_d.gif) 0 5px no-repeat;
}
#menu_dossier ul ul ul {
	margin: 4px 0;
}
#menu_dossier li li li {
	margin: 0;
	font-size: 1em;
	background: url(../img/contenu/menu_puce_niv3.gif) 0 6px no-repeat;
}

/* Gestion des classes "smenu", "actif" et "ouvert" pour les 3 niveaux */
#menu li.smenu {
	background: url(../img/contenu/menu_puce_niv1_smenu.gif) 0 4px no-repeat;
}
#menu li.actif {
	background-image: url(../img/contenu/menu_puce_niv1_actif.gif);
}
#menu li.ouvert {
	background: url(../img/contenu/menu_puce_niv1_ouvert.gif) 0 5px no-repeat;
}
#menu li li.smenu {
	background: url(../img/contenu/menu_puce_niv2_smenu.gif) 0 4px no-repeat;
}
#menu li li.actif {
	background-image: url(../img/contenu/menu_puce_niv2_actif.gif);
}
#menu li li.ouvert {
	background: url(../img/contenu/menu_puce_niv2_ouvert.gif) 0 6px no-repeat;
}
#menu li li li.actif {
	background-image: url(../img/contenu/menu_puce_niv3_actif.gif);
}
#menu li li li.ouvert{
	background: url(../img/contenu/menu_puce_niv3_ouvert.gif) 0 6px no-repeat;
}
#menu li li li li.actif{
	background: url(../img/contenu/menu_puce_niv4_ouvert.gif) 0 6px no-repeat;
}
#menu a.actif {
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #0d6ca0;
}
#menu a:hover, #menu a:active {
	color: #0d6ca0;
}

#page #menu a.actif, #page #menu a.ouvert {
	color: #466885;
}

/* Pour le menu Mon dossier */
#menu_dossier li.smenu {
	background: url(../img/contenu/menu_puce_niv1_smenu_d.gif) 0 4px no-repeat;
}
#menu_dossier li.actif {
	background-image: url(../img/contenu/menu_puce_niv1_d.gif);
}
#menu_dossier li.ouvert {
	background: url(../img/contenu/menu_puce_niv1_ouvert_d.gif) 0 5px no-repeat;
}
#menu_dossier li li.smenu {
	background: url(../img/contenu/menu_puce_niv2_smenu.gif) 0 4px no-repeat;
}
#menu_dossier li li.actif {
	background-image: url(../img/contenu/menu_puce_niv2_actif.gif);
}
#menu_dossier li li.ouvert {
	background: url(../img/contenu/menu_puce_niv2_ouvert.gif) 0 6px no-repeat;
}
#menu_dossier li li li.actif {
	background-image: url(../img/contenu/menu_puce_niv3_actif.gif);
}
#menu_dossier a.actif {
	font-weight: bold;
}
#menu_dossier a:link, #menu a:visited {
	color: #0d6ca0;
}
#menu_dossier a:hover, #menu a:active {
	color: #879B92;
}

#page #menu_dossier a.actif, #page #menu a.ouvert {
	color: #4a595a;
}


/* 4.1.5= Menu des résultats de recherche ----- */

#menu-res {
	height: 37px;
	margin: 10px 0 1px 0;
	background: url(../img/contenu/menu_resultats_bg.gif) bottom left no-repeat;
}
#menu-res.contenu {
	height: 37px;
	margin: 10px 0 13px 0;
	background: url(../img/contenu/menu_resultats_bg_contenu.gif) bottom left no-repeat;
}
#menu-res img {
	margin: 0 1px 0 0;
	float: left;
}

/* 4.1.6= Maximize et minimize ----- */
#lien_gen p, #lien_spec p {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	color: #475a5a;
	font-weight: bold;
}
#lien_gen p a:link, #lien_gen p a:visited, #lien_spec p a:link, #lien_spec p a:visited {
	color: #475a5a;
}
#lien_gen p a:hover, #lien_spec p a:hover {
	color: #475a5a;
	text-decoration: underline;
}
#lien_gen p.mini, #lien_spec p.mini {
	background: url(../img/contenu/b_menu_mini.gif) no-repeat 0px 2px;
}
#lien_gen p.maxi, #lien_spec p.maxi {
	background: url(../img/contenu/b_menu_maxi.gif) no-repeat 0px 2px;
}

#ouvert_gen p, #ouvert_spec p {
 padding: 0 0 0 15px;
 margin: 0 0 0 0;
 color: #475a5a;
 font-weight: bold;
}
#ouvert_gen p a:link, #ouvert_gen p a:visited, #ouvert_spec p a:link, #ouvert_spec p a:visited {
 color: #475a5a;
}
#ouvert_gen p a:hover, #ouvert_spec p a:hover {
 color: #475a5a;
 text-decoration: underline;
}
#ouvert_gen p.mini, #ouvert_spec p.mini {
 background: url(../img/contenu/b_menu_mini.gif) no-repeat 0px 2px;
}
#ouvert_gen p.maxi, #ouvert_spec p.maxi {
 background: url(../img/contenu/b_menu_maxi.gif) no-repeat 0px 2px;
}



/* 4.2= Colonne du CENTRE ---------------------------------------------------- */

#centre {
	width: 430px;
}
#centre .wrap {
	padding: 0 19px 0px 19px;
}
#contenu_erreur {
	width: 718px;
	padding: 20px 8px 0 10px;
}
.zone_contenu a {
	font-weight: bold;
}


/* 4.2.1= Fil d'ariane ----- */

#filariane {
	background: url(../img/contenu/filariane_bg.gif) 0 0 no-repeat;
	margin: 0;
	padding: 7px 19px 0 19px;
	color: #475a5a;
}
#filariane p {
	margin: 0;
	height: 25px;
	min-height: 25px;
	font-size: .9em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	background: url(../img/contenu/filet_pointille.gif) bottom left repeat-x;
}
html>body #filariane p {
	height: auto;
}
#filariane a {
	color: #0d6ca0;
	text-decoration: none;
}
#filariane a:hover {
	text-decoration: underline;
}
#filariane strong a {
	color: #475a5a;
}

/* 4.2.2= Encadré ----- */

.encadre {
	margin: 13px 0;
	background: url(../img/contenu/encadre_haut.gif) top right no-repeat;
}
.encadre.petit {
	width: 40%;
}
#page .encadre .wrap {
	padding: 13px 11px;
	background: url(../img/contenu/encadre_bas.gif) bottom left no-repeat;
}
.encadre h1 {
	margin: 5px 0;
	border: none;
	background-image: url(../img/contenu/titre_puce_orange.gif);
}
.encadre h3 {
	margin: 5px 0;
	font-size: 1em;
}
.encadre a.retour {
	float: right;
	color: #197B97;
	font-size: .9em;
}
.encadre img.fleche {
	background-color: transparent;
}


/* 4.2.3= Boite "zone-verte"... ----- */

.zone-verte {
	margin: 15px 0;
	background: url(../img/contenu/zone_verte_milieu.gif) top left repeat-y;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.zone-verte {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

.zone-verte .bg {
	padding: 10px 0 0;
	background: url(../img/contenu/zone_verte_haut.gif) top left no-repeat;
}
.zone-verte .bg .bg {
	padding: 8px 15px;
	background: url(../img/contenu/zone_verte_bas.gif) bottom left no-repeat;
}
.zone-verte .colonne {
	float: left;
	width: 50%;
	margin: 0 0 13px 0; 
}

/* /* 4.2.4= Boite de formulaire ----- */

.boite-form {
	background: url(../img/contenu/boite_form_haut.gif) top right no-repeat;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-form {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

#page #centre .zone-verte table .boite-form {
	background: url(../img/contenu/boite_form_haut.gif) top right no-repeat;
}
	
#page .boite-form .bg {
	padding: 0;
	background: url(../img/contenu/boite_form_bas.gif) bottom left no-repeat;
}
#page .boite-form .bg .bg {
	color: #475A5A;
	padding: 1px 0 0;
	background: url(../img/contenu/boite_form_bas_droite.gif) bottom right no-repeat;
}
.boite-form h2 {
	margin: 0 5px;
	font-size: .9em;
	background: url(../img/contenu/boite_form_titre_bg.gif) bottom left repeat-x;
}
.boite-form h2 span {
	display: block;
	padding-bottom: 2px;	
}
html>body .boite-form h2 span {
	padding-top: 2px;
}
.boite-form h2 img {
	vertical-align: middle;
}
#page .boite-form .wrap {
	padding: 8px 15px 25px 23px;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-form .wrap {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

#page .boite-form ul {
	margin: 0;
	padding: 0;
}
#page .boite-form li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/contenu/boite_form_puce.gif) 0 6px no-repeat;
}

/* 4.2.5= boite de listes (comme "boite-form", mais avec fond blanc et quelques modifs... */

.boite-liste {
	background: url(../img/contenu/boite_liste_haut.gif) top right no-repeat;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-liste {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

#page .boite-liste .bg {
	padding: 0;
	background: url(../img/contenu/boite_liste_bas.gif) bottom left no-repeat;
}
#page .boite-liste .bg .bg {
	color: #475A5A;
	padding: 1px 0 13px 0;
	background: url(../img/contenu/boite_liste_bas_droite.gif) bottom right no-repeat;
}
.boite-liste h2 {
	margin: 0 5px;
	font-size: .9em;
	background: url(../img/contenu/boite_form_titre_bg.gif) bottom left repeat-x;
}
#page .boite-liste h3 {
	margin: 0 5px 0 5px;
	padding: 4px 9px 5px 16px;
	color: #475a5a;
	font-weight: bold;
	font-size: 1em;
	background-color:#e7f2ef;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5e5e2;
}
.boite-liste h2 span {
	display: block;
	padding-bottom: 2px;
}
html>body .boite-liste h2 span {
	padding-top: 2px;
}
.boite-liste h2 img {
	vertical-align: middle;
}
.boite-liste h2 a {
	float: right;
	width: 102px;
	height: 11px;
	margin: 4px 6px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.boite-liste h2 a span {
	display: none;
}
#page .boite-liste ul {
	margin: 0 5px;
	padding: 0 0 0 0;
}
#page .boite-liste li {
	margin: 0;
	padding: 4px 0 5px 28px;
	list-style: none;
	background: url(../img/contenu/boite_form_puce.gif) 18px 10px no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2e5e1;
}
#page .boite-liste li.noborder {
	border-top-width: 0px;
	border-top-style: none;
}
#page .boite-liste li.alt {
	background-color: #e7f2ef;
}

/* 4.2.6= Boite "info complémentaire" */

.boite-infosup {
	float: right;
	width: 280px;
	background: url(../img/contenu/boite_infosup_milieu.gif) 0 0 repeat-y;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-infosup {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

#page .boite-infosup .bg {
	padding: 0;
	background: url(../img/contenu/boite_infosup_haut.gif) top left no-repeat;
}
#page .boite-infosup .bg .bg {
	color: #475A5A;
	padding: 1px 0 0;
	background: url(../img/contenu/boite_infosup_bas.gif) bottom left no-repeat;
}
.boite-infosup h2 {
	margin: 0 4px 5px 12px;
	padding: 3px 10px 6px 16px;
	font-size: .9em;
	background: url(../img/contenu/filet_pointille_orange.gif) bottom left repeat-x;
}
.boite-infosup ul {
	margin: 0;
	padding: 0 0 13px;
}
.boite-infosup li {
	margin: 0 0 5px 26px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/contenu/boite_form_puce.gif) 0 6px no-repeat;
}

/* 4.2.7= Boite contenu */
.boite-contenu {
	border: 2px solid #b4d4cd;
	margin: 0 0 13px 0;
}

/* 4.2.8= Bulletin d'information */
.entete_bull .image {
	float: left;
	width: 260px;
	padding: 0;
}
.entete_bull .nav {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 70px 0 0 5px;
}
.entete_bull .nav p {
	margin: 0 0 7px 0;
}
.entete_bull a:visited {
	color: #0d6ca0;
}

/* 4.2.9= Plan du site */
#plan_site .droite {
	float: left;
	width: 188px;
	padding: 0 0 0 0;
}
#plan_site .gauche {
	float: left;
	width: 187px;
	padding: 0 15px 0 0;
}
#plan_site ul {
	margin: 0 0 7px 0;
}
#plan_site ul li{
	margin: 0 0 4px 0;
}
#plan_site ul li.space_bottom{
	margin: 0 0 25px 0;
}
.section {
	font-weight: bold;
}
.section_cadre {
	padding: 2px 5px 4px 5px;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #e7f2ee;
	border: 1px solid #d2e5e1;
}
.section_stitre {
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 0.8em;
	font-weight: bold;
}


/* 4.3= Colonne de DROITE ---------------------------------------------------- */

.zone_droite {
	width: 133px;
	padding: 0 0 0 5px;
}

/* 4.3.1= Boîtes grises ----- */

.zone_droite .boite-grise {
	margin: 0 0 0 0;
	background: url(../img/contenu/boite_grise_milieu.gif) 0 0 repeat-y;
}

/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.zone_droite .boite-grise {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

.zone_droite .boite-grise .bg {
	padding: 5px 0 0;
		background: url(../img/fr/zoneObligations_haut.gif) top left no-repeat;

}
.zone_droite .boite-grise .bg1 {
	padding: 5px 0 0;
	background: url(../img/contenu/boite_grise_haut.gif) top left no-repeat;
}
.zone_droite .boite-grise .bg1 .bg1 {
	padding: 0 6px 10px;
	background: url(../img/contenu/boite_grise_bas.gif) bottom left no-repeat;
}
.zone_droite .boite-grise .bg .bg {
	padding: 0 6px 10px;
	background: url(../img/contenu/boite_grise_bas.gif) bottom left no-repeat;
}
.zone_droite .boite-grise .bg .bg .bg1{
	padding: 0 2px 10px;
	display: block;
	background: url(../img/contenu/zoneObligations_separateur.gif) bottom left no-repeat;
}
.zone_droite .boite-grise span  {
	display: none;
}

/* 4.3.1.1= Mon dossier ----- */

.zone_droite #mondossier {
	margin-top: 0px;
	margin-bottom: 3px;
}
#mondossier h2 {
	margin: 0;
}
#mondossier h2 a {
	display: block;
	height: 45px;
}
#mondossier div.bg3 {
	height: 1%; /* Pour régler bug affichage dans IE */
	margin: 0;
	padding: 2px 5px 5px 3px;
	background: url(../img/contenu/mon_dossier_bg.gif) top right no-repeat;
}
#mondossier span {
	margin: 0 0 .3em;
	padding: 0;
	font-weight: bold;
	list-style: none;
	background: none;
}
#mondossier span.services {
	margin: 0;
	padding: 0 0 0 8px;
	font-weight: normal;
	font-size: 0.9em;
	list-style: none;
	background: url(../img/contenu/boite_form_puce.gif) 0 6px no-repeat;
}
#mondossier span img.titre {
	padding: 5px 0 0 0;
}
#mondossier span a, #mondossier span a:hover, #mondossier span a:active {
	color: #0d6ca0;
	font-size: .9em;
}

#mondossier span.en a, #mondossier span.en a:hover, #mondossier span.en a:active {
	color: #8cbdcb;
	font-size: .9em;
}

#mondossier span.en {
	display:block;
}

#mon_dossier_actif:hover{
	text-decoration:none;
}

#mon_dossier_inactif:hover{
	text-decoration:none;
}

/* 4.3.1.2= Vos obligations ----- */

.zone_droite #obligations {
	margin-top: 3px;
	margin-bottom: 4px;
}
#obligations p {
	margin: 2px 5px 0 9px;
}
#page .obligations a {
	color: #475A5A;
	font-size: .9em;
}
.obligations img.domroll {
	display: block;
}

/* 4.3.2= Boîtes vertes ----- */

.zone_droite .boite-verte {
	margin: -1px 0 0 0;
	background: url(../img/contenu/boite_verte_milieu.gif) 0 0 repeat-y;
}

/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.zone_droite .boite-verte {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

.zone_droite .boite-verte .bg {
	padding: 7px 0 0;
	background: url(../img/contenu/boite_verte_haut.gif) top left no-repeat;
}
.zone_droite .boite-verte .bg .bg {
	padding: 0 0 6px;
	background: url(../img/contenu/boite_verte_bas.gif) bottom left no-repeat;
}
.zone_droite .boite-verte ul {
	margin: 0;
	padding: 0;
}
.zone_droite .boite-verte li {
	margin: 0 5px;
	padding: 4px 5px 2px 0;
	list-style: none;
	font-size: .9em;
	height: 1%; /* Pour bug affichage dans IE 5 pc */
	background: url(../img/contenu/filet_pointille.gif) top left repeat-x;
}
.zone_droite .boite-verte li.actif a {
	background: url(../img/contenu/menu_puce_niv2_actif.gif) 4px 5px no-repeat;
}
.zone_droite .boite-verte li a.actif {
	font-weight: bold;
}

.zone_droite .boite-verte li.premier {
	padding-top: 2px;
	background: none;
}
.zone_droite .boite-verte a {
	display: block;
	padding-left: 11px;
	color: #475A5A;
	text-decoration: none;
	background: url(../img/contenu/boite_verte_fleche.gif) 4px 5px no-repeat;
}
.zone_droite .boite-verte a:hover {
	color: #687F7F;
	text-decoration:underline; 
}
.zone_droite .boite-verte a.en {
	color: #94a297;
	background: url(../img/contenu/boite_verte_fleche_en.gif) 4px 5px no-repeat;
}


/* 4.3.3= Mon Dossier ouvert ----- */

#mondossier-ouvert {
    width: 115px;
	margin: 0 0 3px 3px;
	padding: 5px 3px 5px 3px;
	background: #879B92 url(../img/contenu/monDossier_haut.gif) top left no-repeat;
	
}

#mondossier-ouvert .zone_droite {
    width: 115px;
    padding: 0 0 0 0;
}
#mondossier-ouvert h2 {
	margin: 2px 0 5px 0;
	height: 30px;
}
#mondossier-ouvert h2 span {
	display: none;
}
#mondossier-ouvert div.fermer {
	text-align: right;
	
}
#mondossier-ouvert p {
	margin: 0 0 0 0;
	padding: 0 3px 0 3px;
	color: #fff;
}
#mondossier-ouvert p a {
	color: #fff;
}
#mondossier-ouvert .creer img {
	float: left;
	margin-right: 3px;
}
#mondossier-ouvert .creer a{
	font-size: .9em;
	font-weight: bold;
	color: #fff;
}
#mondossier-ouvert .id {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 3px 0 3px;
}
#mondossier-ouvert .id a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#mondossier-ouvert .id a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#mondossier-ouvert .id a:hover {
	font-weight: bold;
	color: #e1ead5;
	text-decoration: underline;
}
#mondossier-ouvert .id a:active {
	font-weight: bold;
	color: #e1ead5;
	text-decoration: underline;
}
#mondossier-ouvert .separ {
    width: 110px;
	padding: 0;
	margin: 6px 4px 8px 4px;
}





/* 4.3.4= Publicités ----- */

.zone_droite .pub {
	text-align: center;
	margin: 10px 0 10px 0;
}

.zone_droite .pub a img {
	padding:1px;
}

.zone_droite .pub a:hover img {
	border-style:ridge;
	border-color:black;
	border-width:1px;
	padding:0;
}


.zone_gauche .pub {
	margin: 0 0 5px 0;
}

/* 4.4 ENTREVUE ----- */
#fermer_ent{
	height: 15px;
	margin: 0px 8px 0px 0px;
	text-align: right;
	padding: 0px;
}
#entrevue {
	margin: 0 15px 0 0;
	padding: 0px;
	width: 584px;
	background: url(../img/contenu/ent_bg_contenu.gif) bottom left repeat-y;
}
#entrevue .boite_cachee{
		display: none ;
}


#entrevue .contenu {
	margin: 0;
	padding: 0 12px 0 12px;
}
#entrevue .pied{
	margin: 0;
	background: url(../img/contenu/ent_bg_bas.gif) bottom left no-repeat;
	padding: 0px;
	height: 17px;
}
#spacer_ent{
	margin: 0;
	padding: 0;
	height: 10px;
}
#entrevue a:visited {
	color: #0d6ca0;
}

/* 4.4.0 Entrevue Popup ----- */
#entrevue_popup {
	width: 562px;
	margin: 0 0 13px 0;
	padding: 0px;
	background: url(../img/popup/boite_verte_millieu2.gif) top left repeat-y;
}
#entrevue_popup .contenu {
	margin: 0;
	padding: 0 20px 0 20px;
}
#entrevue_popup .pied{
	margin: 0;
	background: url(../img/popup/boite_verte_bas2.gif) bottom left no-repeat;
	padding: 0px;
	height: 17px;
}
#entrevue_popup a:visited {
	color: #0d6ca0;
}

/* 4.4.1 Entête entrevue et entrevue popup ----- */
table.entete_entrevue {
	padding: 5px 9px 4px 10px;
}
table.entete_entrevue p {
	color: #42595a;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#entrevue .entete a, #entrevue_popup .entete a {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 166px;
}
/* Mozilla et autres navigateurs */
#entrevue .entete h1 {
	position: relative;
	padding: 0 0 15px 0;
	top: 37px;
	left: 162px;
	width: 400px;
	min-height: 40px;
	height: 40px;
	margin:0 0 15px;
	font-size:1em;
	color:#000000;
	outline:0px;
	background:none;
	border-bottom:0px;
	}

/* Mozilla et autres navigateurs */
#entrevue_popup .entete h1 {
	position: relative;
	padding: 0 0 15px 0;
	top: 47px;
	left: 170px;
	width: 380px;
	min-height: 40px;
	height: 40px;
	margin:0 0 15px;
	font-size:1em;
	color:#000000;
	outline:0px;
	background:none;
	border-bottom:0px;
}

/* Mozilla et autres navigateurs */
#entrevue_popup .entete_noclose h1 {
	position: relative;
	padding: 0 0 15px 0;
	top: 57px;
	left: 170px;
	width: 380px;
	min-height: 40px;
	margin:0 0 15px;
	font-size:1em;
	color:#000000;
	outline:0px;
	background:none;
	border-bottom:0px;
	height: 40px;
}

#entrevue .entete .bas_entete {
	margin: 0;
	padding: 0;
	height: 15px;
	background: url(../img/contenu/ent_bg_entete_bas.gif) 0 bottom no-repeat;
}
#entrevue_popup .entete .bas_entete {
	margin: 0;
	padding: 5px 0 0 0;
	height: 25px;
	background: url(../img/contenu/ent2_bg_entete_bas.gif) 0 bottom no-repeat;
}
#entrevue_popup .entete_noclose .bas_entete {
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	background: url(../img/contenu/ent2_bg_entete_bas.gif) 0 bottom no-repeat;
}
#entrevue .entete h1 span.none,#entrevue_popup .entete h1 span.none, #entrevue_popup .entete_noclose h1 span.none{
	display:none;
}
#entrevue .entete p span.leger, #entrevue .entete h1 span.none #entrevue_popup .entete p span.leger, #entrevue_popup .entete h1 span.none, #entrevue_popup .entete_noclose p span.leger, #entrevue_popup_noclose .entete h1 span.none {
	color: #475a5a;
	font-size: 1.2em;
	font-weight: normal;
}
#entrevue .entete h1 span.gras,#entrevue_popup .entete h1 span.gras,#entrevue_popup .entete_noclose h1 span.gras  {
	color: #475a5a;
	font-size: 1.5em;
	font-weight: bold;
}
/* 4.4.2 Contenu générale entrevue ----- */
#entrevue .contenu .info {
	color: #475a5a;
	font-size: 0.8em;
}

.entete_entrevue{
	margin:0;
	font-weight:normal;
}

.entete_entrevue2{
	font-size: 1em !important;
	margin:0;
	font-weight:normal;
}

p.info2 {
	font-size: 0.8em;
}
h2.titre {
	color: #ea6a3e;
	font-size: 1.4em;
	font-weight: bold;
	margin:0;
}
.alert{
	color: #b32e00;
	font-weight: bold;
}
#entrevue .contenu .sous-titre {
	font-size: 1.1em;
	font-weight: bold;
}
#entrevue .contenu li {
	margin-left: 0;
}
img.aide {
	vertical-align: baseline;
}

/* 4.4.3 Liste input entrevue ----- */
#liste_input .gauche {
	float: left;
	width: 25px;
	padding: 0;
}
#liste_input .droite {
	float: left;
	width: 490px;
	padding: 3px 0 0 5px;
}
#liste_input_marge .gauche {
	float: left;
	width: 25px;
	padding: 0 0 0 18px;
}
#liste_input_marge .droite {
	float: left;
	width: 474px;
	padding: 3px 0 13px 4px;
}

#liste_input_double{
	width: 525px;
	padding: 0;
}
#liste_input_double .gauche {
	float: left;
	width: 20px;
	padding: 4px 0 0 0;
}
#liste_input_double .droite {
	float: right;
	width: 505px;
	padding: 3px 0 13px 0;
	margin: 0;
}

#liste_input_triple .gauche {
	float: left;
	width: 11px;
	padding: 4px 0 0 0;
}
#liste_input_triple .milieu {
	float: left;
	width: 17px;
	padding: 0 0 0 5px;
}
#liste_input_triple .droite {
	float: left;
	width: 470px;
	padding: 3px 0 6px 4px;
	margin: 0;
}
#coldroite_ent_liste #liste_input_triple .droite, #colgauche_ent_liste #liste_input_triple .droite {
	float: left;
	width: 210px;
	padding: 3px 0 0 4px;
	margin: 0 0 6px 0;
}

/* 4.4.3.1 Liste input entrevue dans un tableau ----- */


.alt1, .alt1 div{ /* Fix pour remplissage des backgrounds */
	background-color: #e7f2ee;
}
.alt2, .alt2 div{ /* Fix pour remplissage des backgrounds */
	background-color: #d2e5e1;
}

#liste_input_multi{
	padding: 0 0 7px 0;
}

/* Gestion des largeur des input */
#page .boite-liste-ent input.text1 {
	width: 34px;
}
#page .boite-liste-ent input.text1b {
	width: 45px;
}
#page .boite-liste-ent input.text2{
	width: 155px;
}
#page .boite-liste-ent select.text2 {
	width: 155px;
	margin: 0 !important;
	margin: 0 0 0 5px; /* Fix IE */
}
#page .boite-liste-ent input.text2b {
	width: 155px;
}
#page .boite-liste-ent input.text2c {
	width: 90px;
}
#page .boite-liste-ent input.text3 {
	width: 168px;
	height: 50px;
}
#page .boite-liste-ent input.text4 {
	width: 180px;
}
#page .boite-liste-ent input.text_jj{
	width:36px;
}
#page .boite-liste-ent input.text_aaaa {
	width:50px;
}
#liste_input_multi .col1 input, #data_multi .col1 input{
	width: 80px;
}
#liste_input_multi .col2 input, #data_multi .col2 input{
	width: 49px;
}
#liste_input_multi .col3 input, #liste_input_multi .col3 select, #data_multi .col3 input, #data_multi .col3 select{
	width: 110px;
}
#liste_input_multi .col4 input, #data_multi .col4 input{
	width: 65px;
}
/* FIN Gestion des largeur des input */

/* Gestion des hauteurs de ligne */
#liste_input_multi.height_strech div{
	height: 15px;
	padding-bottom: 4px;
}
html>body #liste_input_multi.height_strech div { /* FIX (non interprété par IE) */
	height: auto;
	min-height: 15px;
}

#liste_input_multi.height2 div{
	height: 75px;
}
#liste_input_multi.height3 div{
	height: 82px;
}
#liste_input_multi.height4 div{
	height: 118px;
}
#liste_input_multi.height_norm div{
	height: 25px;
}
#liste_input_multi.height3lines div{
	height: 52px;
}
#liste_input_multi.height4lines div{
	height: 67px;
}
#liste_input_multi.height5lines div{
	height: 82px;
}
#liste_input_multi.height6lines div{
	height: 97px;
}
#liste_input_multi.height7lines div{
	height: 112px;
}
#liste_input_multi.height8lines div{
	height: 127px;
}
#liste_input_multi.height9lines div{
	height: 142px;
}
#liste_input_multi.height10lines div{
	height: 157px;
}
#liste_input_multi.height11lines div{
	height: 172px;
}
#liste_input_multi.height12lines div{
	height: 187px;
}
#liste_input_multi.height13lines div{
	height: 202px;
}
#liste_input_multi.height14lines div{
	height: 217px;
}
#liste_input_multi.height15lines div{
	height: 232px;
}
/* FIN Gestion des hauteurs de ligne */


/* Gestion des largeurs de colonnes */
#liste_input_multi .cat_radio {
	float: left;
	width: 102px;
	padding: 0 5px 0 0;
}

#liste_input_multi .cat_radio_250 {
	float: left;
	width: 250px;
	padding: 0 5px 0 0;
}

#liste_input_multi .envoyer_col1 {
	float: left;
	width: 65px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 17px 0;
}
#liste_input_multi .envoyer_col2 {
	float: left;
	width: 122px;
	padding: 0 10px 0 0;
}
#liste_input_multi .envoyer_col3 {
	float: left;
	width: 122px;
	padding: 0 0 0 0;
}
#liste_input_multi .envoyer_col4 {
	float: left;
	width: 230px;
}
#liste_input_multi.border{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5e5e2;
}
#liste_input_multi.h_entete{
	padding: 0 0 60px 0;
}
#liste_input_multi .titre_sommaire {
	float: left;
	width: 497px;
	color: #42595a;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 10px 0 10px;
}
#liste_input_multi .titre_sommaire span{
	float: right;
	padding: 0;
}
#data_multi .titrecol {
	width: 67px;
	font-size: 0.8em;
	padding: 4px 0 0 10px;
}
#data_multi .colcontenu1 {
	width: 38%;
	padding: 5px;
}
span.titretab {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
#data_multi .colcontenu2 {
	width: 62%;
	padding: 5px;
}
#liste_input_multi .titrecol {
	float: left;
	width: 67px;
	height: 25px;
	font-size: 0.8em;
	padding: 4px 0 0 10px;
}
#liste_input_multi .texte1{
	float: left;
	width: 284px;
	height: 32px;
	padding: 4px 10px 0 0;
}
#liste_input_multi .inputNom{
	float: left;
	width: 450px;
	height: 32px;
	margin: -5px 0 0 12px;
	padding: 4px 10px 0 0;
}
#liste_input_multi .texte1b{
	float: left;
	width: 256px;
	height: 32px;
	padding: 4px 10px 0 40px;
}
#liste_input_multi .titre{
	float: left;
	width: 506px;
	height: 22px;
	padding: 4px 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5e5e2;
	color: #465a5b;
	font-size: 1em;
	font-weight: bold;
}
#data_multi .gauche {
	width: 54px;
	text-align: center;
	font-size: 0.8em;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .gauche {
	float: left;
	width: 54px;
	height: 25px;
	text-align: center;
	font-size: 0.8em;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col1 {
	width: 98px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col1 {
	float: left;
	width: 98px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
/* Cache la bordure dans la couleur de background */
#liste_input_multi div.noborder, #data_multi td.noborder  {
	border-left-color: #e7f2ef;
}
#liste_input_multi .col1b {
	float: left;
	width: 227px;
	height: 25px;
	padding: 4px 10px 0 10px;
	font-weight: normal;
	color: #485b59;
}
#liste_input_multi .col_num {
	float: left;
	width: 22px;
	height: 25px;
	padding: 4px 5px 0 10px;
	font-weight: bold;
	color: #485b59;
}
#liste_input_multi .col1_num {
	float: left;
	width: 200px;
	height: 25px;
	padding: 4px 10px 0 0;
	font-weight: normal;
	color: #485b59;
}
#liste_input_multi .col_text {
	float: left;
	width: 497px;
	height: 25px;
	padding: 4px 10px 0 10px;
	font-weight: normal;
	color: #485b59;
}
#liste_input_multi .border2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #d5e5e2;
	border-bottom-color: #d5e5e2;
}
#liste_input_multi .col1c {
	float: left;
	width: 377px;
	height: 38px;
	padding: 4px 10px 0 10px;
	color: #465a5b;
	font-size: 1.2em;
	font-weight: bold;
}
#liste_input_multi .modifier {
	float: right;
	width: 100px;
	height: 38px;
	padding: 4px 10px 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}
#liste_input_multi .col2b {
	float: left;
	width: 270px;
	height: 25px;
	padding: 4px 0 0 0;
	font-weight: normal;
	color: #000000;
}
#data_multi .col2 {
	width: 67px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col2 {
	float: left;
	width: 67px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col3 {
	width: 130px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col3 {
	float: left;
	width: 130px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col4 {
	width: 82px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col4 {
	float: left;
	width: 82px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5e5e2;
}
#data_multi .border2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5e5e2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d5e5e2;
}
#data_multi .col_cert_right {
	text-align: right;
	padding: 10px 10px 10px 10px;
}
#data_multi .col_cert {
	text-align: left;
	padding: 4px 0 4px 10px;
}
#data_multi .col_cert1 {
	width: 140px;
	text-align: left;
	padding: 4px 0 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .entete {
	padding-bottom: 10px;
}
#data_multi .col_cert2 {
	width: 182px;
	text-align: center;
	padding: 4px 2px 4px 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_cert1 {
	float: left;
	width: 140px;
	height: 38px;
	text-align: left;
	padding: 4px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_cert2 {
	float: left;
	width: 182px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_imm1 {
	width: 360px;
	text-align: left;
	padding: 4px 0 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_imm1 {
	float: left;
	width: 360px;
	height: 38px;
	text-align: left;
	padding: 4px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_imm2 {
	width: 135px;
	text-align: center;
	padding: 4px 0 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_imm2 {
	float: left;
	width: 135px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_imm3 {
	width: 495px;
	text-align: center;
	padding: 4px 0 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_imm3 {
	float: left;
	width: 495px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto_titre1 {
	width: 349px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto_titre1 {
	float: left;
	width: 349px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto_titre2 {
	width: 166px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto_titre2 {
	float: left;
	width: 166px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto1 {
	width: 107px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto1 {
	float: left;
	width: 107px;
	height: 25px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto1b {
	width: 101px;
	text-align: left;
	padding: 4px 0 4px 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto1b {
	float: left;
	width: 101px;
	height: 25px;
	text-align: left;
	padding: 4px 0 0 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto2 {
	width: 120px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto2 {
	float: left;
	width: 120px;
	height: 25px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_auto3 {
	width: 82px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_auto3 {
	float: left;
	width: 82px;
	height: 25px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc_titre1 {
	width: 389px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc_titre1 {
	float: left;
	width: 389px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc_titre2 {
	width: 126px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc_titre2 {
	float: left;
	width: 126px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc1 {
	width: 170px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc1 {
	float: left;
	width: 170px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc1b {
	width: 162px;
	text-align: left;
	padding: 4px 2px 4px 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc1b {
	float: left;
	width: 162px;
	height: 38px;
	text-align: left;
	padding: 4px 2px 0 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc2 {
	width: 72px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc2 {
	float: left;
	width: 72px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc3 {
	width: 72px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc3 {
	float: left;
	width: 72px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#data_multi .col_desc4 {
	width: 62px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .col_desc4 {
	float: left;
	width: 62px;
	height: 38px;
	text-align: center;
	padding: 4px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d5e5e2;
}
#liste_input_multi .aide1{
	float: left;
	width: 11px;
	height: 32px;
	padding: 4px 6px 0 10px;
}
#liste_input_multi .radiob{
	float: left;
	width: 24px;
	height: 32px;
	padding: 4px 0 0 0;
}
#liste_input_multi .text_radiob{
	float: left;
	width: 22px;
	height: 32px;
	padding: 6px 0 0 0;
}
#liste_input_multi .aide1b{
	float: left;
	width: 11px;
	height: 32px;
	padding: 8px 6px 0 10px;
}
#liste_input_multi .aide1c{
	float: left;
	width: 11px;
	height: 32px;
	padding: 8px 4px 0 4px;
}
#liste_input_multi .texte3{
	float: left;
	width: 222px;
	height: 32px;
	padding: 6px 4px 0 3px;
}
#liste_input_multi .info{
	float: left;
	width: 20px;
	padding: 0;
}
#liste_input_multi .texte_info{
	float: left;
	width: 315px;
	padding: 3px 0 13px 0;
}
#liste_input_multi .rond_nbr{
	float: left;
	width: 37px;
}
#liste_input_multi .texte_rond_nbr{
	float: left;
	width: 428px;
}
#liste_input_multi .cocher{
	float: left;
	width: 22px;

}
#liste_input_multi .aide1{
	float: left;
	width: 10px;

}
#liste_input_multi .texte_cocher{
	float: left;
	width: 650px;
	padding: 3px 0 0;
}
#liste_input_multi .b_imp{
	float: left;
	width: 25px;
}
#liste_input_multi .texte_imp{
	float: left;
	width: 400px;
	font-weight: bold;
	padding: 8px 0 0 0;
}
#liste_input_multi .texte_h1{
	float: left;
	width: 375px;
	padding: 0 4px 0 0px;
}
#liste_input_multi .lien_h1{
	float: left;
	width: 144px;
	padding: 6px 4px 0 0px;
	font-size: 0.65em;
	font-weight: normal;
}
#liste_input_multi .supp_h1{
	float: left;
	width: 18px;
	text-align: right;
	padding: 6px 0px 0 0;
}
#liste_input_multi .texte_profil{
	float: left;
	width: 192px;
	text-align: right;
	padding: 0 6px 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
#liste_input_multi .texte_profil_Courriel{
	float: left;
	width: 60px;
	text-align: right;
	padding: 0 6px 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
#liste_input_multi .input_profil{
	float: left;
	width: 242px;
	padding: 0 0 12px 0;
}
#liste_input_multi .input_profil_courriel{
	float: left;
	width: 365px;
	padding: 0 0 12px 0;
}
#liste_input_multi .texte_profil2{
	float: left;
	width: 170px;
	text-align: right;
	padding: 0 6px 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
#liste_input_multi .input_profil2{
	float: left;
	width: 150px;
	padding: 0 0 12px 0;
}
#liste_input_multi .texte_rech{
	float: left;
	width: 120px;
	padding: 0 0 0 0;
}
#liste_input_multi .input_rech{
	float: left;
	width: 178px;
	padding: 0 0 4px 0;
}
#liste_input_multi .fleche1{
	float: left;
	width: 12px;
	padding: 3px 0 0 0;
}
#liste_input_multi .fleche2{
	float: left;
	width: 12px;
	padding: 6px 0 0 6px;
}
#liste_input_multi .texte_boite_ent{
	float: left;
	width: 278px;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
}
#liste_input_multi .texte_boite_ent_min{
	float: left;
	width: 258px;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
}
#liste_input_multi .texte_boite_guichet{
	float: left;
	width: 500px;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
}
#liste_input_multi .texte_boite_aide{
	float: left;
	width: 340px;
	padding: 0 4px 0 12px;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
	margin:0;
}
#liste_input_multi .texte_boite_aide_ouverte{
	float: left;
	width: 340px;
	padding: 0 4px 0 12px;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
	margin-bottom:0;
	margin-left:10px !important;
	margin-right:0;
	margin-top:10px;
}
#liste_input_multi .texte_boite_guichet2{
	float: left;
	width: 333px;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #475a5a;
}
#liste_input_multi .texte_boite_guichet_mo{
	float: left;
	width: 88px;
	padding: 0 10px 0 8px;
	font-size: 1em;
	font-weight: bold;
	color: #475a5a;
}
#liste_input_multi .check_boite_guichet{
	float: left;
	width: 34px;
	padding: 0 0 0 9px;
}
#liste_input_multi .input_ent1{
	float: left;
	width: 155px;
	padding: 0 0 10px 0;
}
#liste_input_multi .texte_boite_ent2{
	float: left;
	width: 132px;
	padding: 0 10px 0 7px;
}
#liste_input_multi .entete_sous_titre1{
	float: left;
	width: 315px;
	padding: 4px 0px 4px 16px;
	margin: 4px 0 4px 0;
	color: #465a59;
	background-color: #e7f2ee;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2e5e1;
	border-bottom-color: #d2e5e1;
}
#liste_input_multi .entete_sous_titre2{
	float: left;
	width: 369px;
	padding: 4px 0px 4px 16px;
	margin: 4px 0 4px 0;
	color: #465a59;
	background-color: #e7f2ee;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2e5e1;
	border-bottom-color: #d2e5e1;
	font-size:1em;
}
#liste_input_multi .formalite_titre{
	float: left;
	width: 361px;
	padding: 0;
	color: #ea6a3e;
	font-size: 1.4em;
	font-weight: bold;
}
#liste_input_multi .formalite_b1{
	float: left;
	width: 116px;
	height: 33px; 
}
#liste_input_multi .formalite_b2{
	float: left;
	width: 65px;
	height: 33px;
	padding: 0 0 2px 1px; 
}
#liste_input_multi .formalite_b3{
	float: left;
	width: 17px;
	text-align: right;
}
#liste_input_multi .supp{
	float: left;
	width: 18px;
	text-align: right;
	padding: 0px 0px 0 0;
}
#liste_input_multi .supp2{
	float: left;
	width: 13px;
	text-align: right;
	padding: 4px 4px 0 4px;
}
#liste_input_multi .texte2{
	float: left;
	width: 468px;
	height: 32px;
	padding: 4px 0 0 0;
}
#liste_input_multi .texte_first {
	float: left;
	width: 313px;
	height: 32px;
	padding: 4px 10px 0 10px;
}
#liste_input_multi .input1 {
	float: left;
	width: 174px;
	height: 32px;
	padding: 4px 0 0 0;
}
#liste_input_multi .input1 p {
	margin: 0 !important;
	margin: 0 0 0 5px; /* Fix IE */
}
#liste_input_multi .input1 textarea {
	width: 155px;
	margin: 0;
}
#liste_input_multi .radio1 {
	float: left;
	width: 488px;
	height: 22px;
	padding: 4px 0 0 6px;
}
#liste_input_multi .radio_a{
	float: left;
	width: 53px;
	height: 32px;
	padding: 4px 0 0 0;
}
#liste_input_multi .radio_b{
	float: left;
	width: 120px;
	height: 32px;
	padding: 4px 0 0 0;
}
#liste_input_multi div.gauche{
	color: #000000;
}
#data_multi td.gauche span{
	color: #465b5c;
}
#data_multi td.gauche {
	padding: 4px 0 4px 0;
}
#liste_input_multi div.gauche span{
	color: #465b5c;
}
#liste_input_multi span.titrecell, #data_multi span.titrecell {
	color: #465a5b;
	font-size: 1em;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
#data_multi span.titreh4 {
	color: #475a5a;
	font-weight: bold;
	font-size: 1em;
}
#data_multi span.titreh3 {
	color: #465a5b;
	font-size: 1.1em;
	font-weight: bold;
}
#data_multi span.titreh3b {
	color: #465a5b;
	font-size: 1.2em;
	font-weight: bold;
}

#liste_input_triple.tab .gauche {
	float: left;
	padding: 4px 0 0 10px;
}
#liste_input_triple.tab .droite {
	float: right;
	width: 270px;
	padding: 3px 0 0 0;
	margin: 0;
}
#liste_input_triple.col2 .droite {
	width: 219px;
}
#liste_input_triple.tab .droite p{
	padding: 0 0 4px 0;
	margin: 0;
}
#liste_input_triple.tab, #liste_input_quad.tab{
	padding: 0;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2e5e1;
}
#liste_input_quad {
	width: 517px;
}
#liste_input_quad .gauche {
	float: left;
	padding: 4px 0 0 10px;
}
#liste_input_quad .milieu {
	float: left;
	width: 360px;
	padding: 0 0 0 7px;
}
#liste_input_quad .droite {
	float: right;
	width: 55px;
	padding: 2px 0 4px 5px;
	margin: 0;
	border-width: 0 0 0 0px;
	border-style: solid;
	border-color: #b4d4cd;
}
#liste_input_quad .milieu p{
	padding: 2px 0 4px 0;
	margin: 0;
}

/* FIN Gestion des largeurs de colonnes */

#liste_input_multi span.titreligne, #data_multi span.titreligne {
	font-size: 0.8em;
}
#liste_input_multi span.titreligne2, #data_multi span.titreligne2 {
	font-size: 0.8em;
	font-weight: bold;
}

/* Roll over sur les entêtes de bloc minimiser et maximiser  */
#liste_input_multi .texte_boite_aide a:link, #liste_input_multi .texte_boite_aide a:visited,
#liste_input_multi .texte_boite_aide_ouverte a:link, #liste_input_multi .texte_boite_aide_ouverte a:visited,
#liste_input_multi .texte_boite_guichet a:link, #liste_input_multi .texte_boite_guichet a:visited,
#liste_input_multi .texte_boite_guichet2 a:link, #liste_input_multi .texte_boite_guichet2 a:visited,
#liste_input_multi .texte_boite_guichet_mo a:link, #liste_input_multi .texte_boite_guichet_mo a:visited,
#liste_input_multi .texte_boite_ent_min a:link, #liste_input_multi .texte_boite_ent_min a:visited,
#liste_input_multi .texte_boite_ent a:link, #liste_input_multi .texte_boite_ent a:visited {
	color: #475a5a;
}

#liste_input_multi .texte_boite_aide a:hover,
#liste_input_multi .texte_boite_aide_ouverte a:hover,
#liste_input_multi .texte_boite_guichet a:hover,
#liste_input_multi .texte_boite_guichet2 a:hover,
#liste_input_multi .texte_boite_guichet_mo a:hover,
#liste_input_multi .texte_boite_ent_min a:hover,
#liste_input_multi .texte_boite_ent a:hover {
	color: #197b96;
}



/* 4.4.4 Gestion des 2 colonnes entrevue ----- */
#colgauche_ent {
	float: left;
	width: 334px;
	margin: 0 3px 15px 0;
}
#coldroite_ent {
	float: left;
	width: 185px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/col_droite_milieu2.gif) top left repeat-y;
}
#colgauche_ent_liste {
	float: left;
	width: 260px;
	margin: 0 0 15px 0;
}
#coldroite_ent_liste {
	float: left;
	width: 250px;
	margin: 0 0 15px 8px;
}
#coldroite_ent .bg1 {
	background: url(../img/contenu/col_droite_bas2.gif) bottom left no-repeat;
}
#coldroite_ent .bg1 .bg1 {
	padding: 10px 18px;
	background: url(../img/contenu/col_droite_haut2.gif) 0 0 no-repeat;
}
#coldroite_ent h3 {
	color: #ea6b3e;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	font-size: 1em;
}
#coldroite_ent p {
	font-size: 0.8em;
}
#coldroite_ent ul {
	font-size: 0.8em;
	margin: 10px 0 0;
	padding: 0;
}
#coldroite_ent li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../img/contenu/col_droite_puce.gif) 0 5px no-repeat;
}
#coldroite_ent a {
	color: #0d6ca0;
}
#coldroite_ent a:visited {
	color: #687f7f;
}
#coldroite_ent a:hover, #coldroite a:active {
	color: #879b92;
}


/* 4.4.5 Encadre entrevue ----- */
#encadre_fonce {
	padding: 0;
	margin: 0;
	
}
#encadre_fonce .bg{
	padding: 0;
	margin: 0;
	
}
#page #encadre_fonce .bg .bg{
	padding: 2px 0 3px 0;
	
}
#encadre_fonce h2.blanc{
	color:#FFFFFF;
	font-size: 1.4em;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight:normal;
}

.test1  a{
	width: 560px;
	height: 24px;
	color: white;
	float:left;
	font-size: 1.4em;
	padding: 3px 0 0 20px;
	background: url(../img/contenu/dropdownObligations_ferme.gif) no-repeat left top;
}
.test1  a:hover{
	background: url(../img/contenu/dropdownObligations_ouvert.gif) no-repeat left top;
}
.test2  a{
	width: 560px;
	height: 24px;
	color: white;
	font-weight: bold;
	float:left;
	font-size: 1.4em;
	padding: 3px 0 0 20px;
	background: url(../img/contenu/dropdownObligations_ouvert.gif) no-repeat left top;
}
.test2  a:hover{
	background: url(../img/contenu/dropdownObligations_ferme.gif) no-repeat left top;
}


/* 4.4.6 Boite de listes questionnaire (étirable verticalement infini) ----- */

.boite-liste-ent {
	margin: 0 0 10px 0;
	background: url(../img/contenu/boite_liste_b_centre.gif) left top repeat-y;
}

/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-liste-ent {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

body.popup #page.grand .boite-liste-ent {
	width: 527px;
}
body.popup #page.grand #colgauche_ent .boite-liste-ent { /* Lorsque colonne de gauche */
	width: 334px;
}
#page #entrevue_popup .boite-liste-ent .bg, #page #boite_verte_quest .boite-liste-ent .bg  {
	padding: 0;
	background: url(../img/contenu/boite_liste_b_bas.gif) bottom left no-repeat;
}
#page #entrevue_popup .boite-liste-ent .bg .bg, #page #boite_verte_quest .boite-liste-ent .bg .bg {
	padding: 1px 0 0 0;
	background: url(../img/contenu/boite_liste_b_haut.gif) top no-repeat;
}
#page .boite-liste-ent .wrap {
	margin: 0 5px 0 5px;
	padding: 0px 0 10px 0;
}

#page .boite-liste-ent h3 {
	margin: 0 0 0 0;
	padding: 4px 9px 7px 9px;
	color: #475a5a;
	font-weight: bold;
	font-size: 1.1em;
	background-color:#d2e5e1;
}
#page .boite-liste-ent h4 {
	margin: 0 0 0 0;
	padding: 4px 9px 5px 28px;
	color: #475a5a;
	font-weight: bold;
	font-size: 1em;
	background-color:#e7f2ef;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5e5e2;
}
#page .boite-liste-ent h4.petit_padding {
	padding: 4px 9px 5px 10px;
}


/* 4.4.6.1 Boite de listes entrevue (étirable horizontalement limité) ----- */
#page #entrevue_popup #colgauche_ent .boite-liste-ent {
	background: url(../img/contenu/boite_liste_haut3.gif) top right no-repeat;
}
#page #entrevue_popup #colgauche_ent .boite-liste-ent .bg {
	padding: 1px 0 0 0;
	background: url(../img/contenu/boite_liste_bas2.gif) bottom left no-repeat;
}
#page #entrevue_popup #colgauche_ent .boite-liste-ent .bg .bg {
	padding: 0 0 5px 0;
	background: url(../img/contenu/boite_liste_bas_droite2.gif) bottom right no-repeat;
}


/* 4.4.7 Boite de listes entrevue 2 ----- */
.boite-liste-ent2 {
	margin: 0 0 13px 0;
	background: url(../img/contenu/boite_liste_haut3.gif) top right no-repeat;
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
.boite-liste-ent2 {height: 1%; /* Pour bug affichage dans IE pc */}
/* Fin du hack */

#page .boite-liste-ent2 .bg {
	padding: 0;
	background: url(../img/contenu/boite_liste_bas2.gif) bottom left no-repeat;
}
#page .boite-liste-ent2 .bg .bg {
	padding: 1px 0 5px 0;
	background: url(../img/contenu/boite_liste_bas_droite2.gif) bottom right no-repeat;
}
#page .boite-liste-ent2 .bg .no_padding_bottom {
	padding: 1px 0 0 0;
}
#page .boite-liste-ent2 .wrap {
	margin: 0 5px 0 5px;
	padding: 3px 0 13px 0;
}
#page .boite-liste-ent2 h3 {
	margin: 0;
	padding: 0 0 7px 9px;
}
#page .boite-liste-ent2 h3 span{ 
	font-weight: bold;
}
#page .boite-liste-ent2 h3 span.mo_sans_lien{
	color: #437b97;
	font-size: 1.0em;
	font-weight: bold;
}
.boite-liste-ent2 h3 span.ouvert a:visited{
	color: #475a5a;
	font-weight: bold;
}
.boite-liste-ent2 h3 span.flotte-droite {
	color: black;
	margin: 0 5px 0 5px;
}
.boite-liste-ent2 h3 {
	margin: 0 0 0 10px;
	background: url(../img/contenu/boite_form_titre_bg.gif) bottom left repeat-x;
}
.boite-liste-ent2 h4 {
	padding: 4px 5px 8px 20px;
	margin: 0;
	color: #475a5a;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #d2e5e1;
}
/* Gère l'espace entre les bt de droite et élimine le bug d'espace verticale */
.boite-liste-ent2 h4 span.flotte-droite {
	height: 5px;
	margin: 0;
	padding: 0 0 0 10px;
}
.boite-liste-ent2 .col {
	margin: 0;
	padding: 0;
	background: url(../img/contenu/bloc_oblig_ligne_vert.gif) repeat-y 0 0;
}
.boite-liste-ent2 .col2 {
	margin: 0;
	padding: 0;
	background: url(../img/contenu/bloc_oblig_ligne_vert2.gif) repeat-y 0 0;
}
.boite-liste-ent2 div.no_border_bottom{
	border-width: 0;
}
.boite-liste-ent2 div.droite{
	float: left;
	width: 238px;
	padding: 2px 5px 6px 18px;
	margin: 0;
}
.boite-liste-ent2 div.gauche{
	float: left;
	width: 267px;
	padding: 2px 0 6px 20px;
	margin: 0;
}
.boite-liste-ent2 div.calendrier{
	float:left;

}
.boite-liste-ent2 div.droite2{
	float: left;
	width: 352px;
	min-height: 60px;
	padding: 2px 5px 6px 18px;
	margin: 0;
}
.boite-liste-ent2 div.gauche2{
	float: left;
	width: 152px;
	padding: 2px 0 6px 20px;
	margin: 0;
}
#page .boite-liste-ent2 ul.contenu {
	width: 550px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#page .boite-liste-ent2 ul.contenu span.droite{
	float: left;
	width: 10px;
	margin: 0 5px 0 5px;
}
#page .boite-liste-ent2 ul.contenu span.gauche{
	float: left;
	width: 498px;
	margin: 0;
}
#page .boite-liste-ent2 ul.contenu li {
	margin: 0;
	padding: 4px 0 5px 28px;
	list-style: none;
	background: url(../img/contenu/boite_form_puce.gif) 18px 10px no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2e5e1;
}

.boite-liste-ent2 .titre_vert{
	color: #0d6ca0;
	font-weight: bold;
	font-size: 1em;
}
.boite-liste-ent2 ul {
	margin: 4px 0 0;
	padding: 0;
	font-size: 0.9em;
}
.boite-liste-ent2 li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../img/contenu/col_droite_puce.gif) 0 5px no-repeat;
}

/* 4.4.8 Barre de progression ----- */
/* 		4.4.8.1 Barre de progression Entrevue (Grande - Centré)----- */
#tdprogres {
	text-align: right;
	padding: 0 0 13px 0;
}
#tdprogres #progres {
	float: left;
	background: #bfdbd5 url(../img/contenu/bg_progres.gif) 0 0 no-repeat;
	overflow: hidden;
	font-size: .9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 520px;
}
#tdprogres #progres div {
	background: url(../img/contenu/bg_progres_haut.gif) top left no-repeat;
}
#tdprogres #progres #bar {
	padding: 4px 6px 6px 6px;
	text-align: center;
	background: url(../img/contenu/bg_progres_bas.gif) bottom left no-repeat;
}

/* 		4.4.8.2 Barre de progression Questionnaire (Petite - colonne de gauche)----- */
#tdprogres_mini_left {
	padding: 0 0 13px 0;
}
#tdprogres_mini_left #progres {
	background: #bfdbd5 url(../img/contenu/bg_progres.gif) 0 0 no-repeat;
	overflow: hidden;
	font-size: .9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 285px;
}
#tdprogres_mini_left #progres div {
	background: url(../img/contenu/bg_progres_haut2.gif) top left no-repeat;
}
#tdprogres_mini_left #progres #bar {
	padding: 4px 6px 6px 6px;
	text-align: center;
	background: url(../img/contenu/bg_progres_bas2.gif) bottom left no-repeat;
}


/* 4.5 GUICHET ----- */
#guichet{
	width: 584px;
	margin: 0 10px 0 0;
	background: url(../img/contenu/guichet_bg_contenu.gif) bottom left repeat-y;
}
#guichet .contenu {
	margin: 0;
	padding: 0 11px 0 11px;
}
#guichet .entete_simple {
	margin: 0;
	background: url(../img/contenu/guichet_bg_haut_simple.gif) 0 0 no-repeat;
	height: 26px;
}
#guichet .pied {
	margin: 0;
	background: url(../img/contenu/guichet_bg_bas.gif) bottom left no-repeat;
	padding: 0px;
	height: 17px;
}
#guichet #retour_guichet {
	float: right;
	padding: 3px 11px 0 0;
}
#guichet a:visited {
	color: #0d6ca0;
}




/* ------------------------------------------------------------------------
	5= Pied de la page
------------------------------------------------------------------------ */

#pied {
	padding: 30px 0 0 0;
	text-align: center;
	font-size: .9em;
	color: #B4D4CD;
	font-weight: bold;
}
#pied.nobackground {
	background: none;
}

#pied .retour-haut {
	position: relative;
	top: -48px;
	width: 438px;
	margin: auto;
	text-align: right;
}
#pied .retour-haut-ent {
	position: relative;
	top: -39px;
	width: 438px;
	margin: auto;
	text-align: right;
}
#pied .retour-haut a, #pied .retour-haut-ent a {
	color: #197B97;
	font-weight: normal;
	text-decoration: none;
}
#pied .retour-haut a:hover, #pied .retour-haut-ent a:hover {
	color: #197B97;
	text-decoration: underline;
}
#pied .retour-haut img, #pied .retour-haut-ent img  {
	background: #fff;
	vertical-align: top;
}

#pied p {
	margin: 0 0 5px;
}
#pied a {
	margin: 0 6px;
	color: #475A5A;
	text-decoration: none;
}
#pied a:hover {
	color: #879B92;
	text-decoration: underline;
}
#pied #para2 {
	margin-bottom: 30px;
	padding-top: 5px;
	border-top: 2px solid #B4D4CD;
}
#pied #para2b {
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 2px solid #B4D4CD;
}
#pied #copyright {
	margin-top: 9px;
	font-weight: normal;
}
#pied #copyright a {
	color: #0D6CA0;
}

/* ------------------------------------------------------------------------
	6= Popup
------------------------------------------------------------------------ */
/* 6.1= Généralités des popup */

body.popup{
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	background-image: none;
}
body.popup #entete {
	height: 45px;
	margin: 0;
}
body.popup #entete .flotte-droite, body.popup #entete .flotte-gauche{
	margin: 0 auto 0 0;
	padding: 0;
}
body.popup #pied {
	padding: 18px 0 0 0;
	background-image: none;
}
body.popup #page {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
}


/* 6.2= Popup Entrevue */
#boite_verte_popup {
	margin: 0 0 13px 0;
	padding: 0;
	background: url(../img/popup/boite_verte_millieu.gif) top left repeat-y;
}
#boite_verte_popup .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/popup/boite_verte_bas.gif) bottom left no-repeat;
}
#boite_verte_popup p {
	clear: both;
}

/* 6.3= Popup Questionnaire */
#boite_verte_quest {
	width: 562px;
	margin: 0 0 13px 0;
	background: url(../img/popup/boite_verte_millieu2.gif) top left repeat-y;
}
#boite_verte_quest .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/popup/boite_verte_bas2.gif) bottom left no-repeat;
}
#boite_verte_quest #titre {
	position: relative;
	top: -16px;
	height: 30px;
}
#boite_verte_quest #titre span{
	color: #475a5a;
	font-size: 1.5em;
	font-weight: bold;
}
#boite_verte_quest #fermer_quest {
	position: relative;
	top: -28px;
	right: -434px;
	height: 10px;
	width: 10px;
}
#boite_verte_quest #fermer_quest2 {
	position: relative;
	top: -47px;
	right: -450px;
	height: 10px;
	width: 10px;
}
#entrevue_popup #fermer_quest2 {
	position: relative;
	top: -2px;
	right: -70px;
	height: 10px;
	width: 10px;
}
#boite_verte_quest #fermer_quest3 {
	position: relative;
	top: -47px;
	right: -435px;
	height: 10px;
	width: 10px;
}
#entrevue_popup #fermer_quest3 {
    position: relative;
    top: -2px;
    right: -63px;
    height: 10px;
    width: 10px;
}

#boite_verte_quest #visualiser span{
	font-size: 0.8em;
}
#boite_verte_quest #visualiser{
	float: left;
	width: 135px;
	height: 35px;
	margin-left: 45px;
	padding: 0 0 10px 0;
}
#boite_verte_quest #visualiser .gauche {
	float: left;
	padding: 4px 0 0 10px;
}
#boite_verte_quest #visualiser .droite {
	float: right;
	width: 105px;
	padding: 2px 0 4px 5px;
}
#boite_verte_quest p.sous-titre {
	color: #455958;
	font-size: 1.1em;
	font-weight: bold;
}
h2.titre_table {
	color: #ea693f;
	font-size: 1.4em;
	font-weight: bold;
}
h2.titre_table_nospace {
	color: #ea693f;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p.gros_noir, span.gros_noir {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}
#boite_verte_quest p.sous-titre span{
	font-size: 0.8em;
}
#boite_verte_quest table#table_progress {
	float: left;
	width: 341px;
}
#boite_verte_quest a:visited {
	color: #0d6ca0;
}


/* 6.4= Popup Mon dossier */
#boite_verte_popup_d {
	margin: 0 0 13px 0;
	padding: 0;
	background: url(../img/popup/boite_verte_millieu_d.gif) top left repeat-y;
}
#boite_verte_popup_d .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/popup/boite_verte_bas_d.gif) bottom left no-repeat;
}

#boite_verte_popup_d a:visited,
#boite_verte_popup_d2 a:visited {
	color: #0d6ca0;
}
#boite_verte_popup_d #fermer_dossier {
	position: relative;
	width: 100px;
	top: -35px;
	right: -260px;
}

/* 6.5= Popup Mon dossier Gestion */
#boite_verte_popup_d2 {
	width: 562px;
	margin: 0 0 13px 0;
	background: url(../img/popup/boite_verte_popup_d2_mil.gif) top left repeat-y;
}
#boite_verte_popup_d2 .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/popup/boite_verte_popup_d2_bas.gif) bottom left no-repeat;
}
#boite_verte_popup_d2 #fermer_fen {
	position: relative;
	top: -52px;
	right: -458px;
	height: 10px;
	width: 10px;
}
#zone_gestion .liste {
	float: left;
	width: 218px;
}
#zone_gestion .liste select.liste_gestion {
	width: 217px;
}
#zone_gestion .nav{
	float: left;
	width: 50px;
	text-align: center;
	padding: 50px 0 0 0;
}

/* 6.6= Popup Envoyer ce lien à un ami */
#boite_verte_popup_envoyer {
	margin: 0 0 13px 0;
	padding: 0;
	background: url(../img/popup/boite_verte_millieu_envoyer.gif) top left repeat-y;
}
#boite_verte_popup_envoyer .bg {
	padding: 0px 0px 18px 0px;
	background: url(../img/popup/boite_verte_bas_envoyer.gif) bottom left no-repeat;
}

#boite_verte_popup_envoyer a:visited {
	color: #0d6ca0;
}
#boite_verte_popup_envoyer #fermer_fen {
	position: relative;
	width: 82px;
	top: -43px;
	right: -269px;
}

/* 6.7= Popup fond blanc */
#boite_verte_blanc {
	width: 562px;
	margin: 0 0 13px 0;
	background: url(../img/popup/boite_verte_millieu_blanc.gif) top left repeat-y;
}
#boite_verte_blanc .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/popup/boite_verte_bas_blanc.gif) bottom left no-repeat;
}

#boite_verte_blanc a:visited {
	color: #0d6ca0;
}
#boite_verte_blanc #fermer_fen {
	position: relative;
	width: 82px;
	top: -8px;
	right: -453px;
}


/* ------------------------------------------------------------------------
	7= Mon dossier
------------------------------------------------------------------------ */

#entete_popup {
	height: 45px;
	margin: 0 6px 0 6px;
}

/* Boite verte */
#boite_verte_dossier {
	margin: 0 0 13px 6px;
	padding: 0;
	background: url(../img/contenu/boite_verte_milieu3.gif) top left repeat-y;
}
#boite_verte_dossier.insc {
	background: url(../img/contenu/boite_verte_milieu3_insc.gif) top left repeat-y;
}
#boite_verte_dossier .bg {
	padding: 0px 0px 28px 0px;
	background: url(../img/contenu/boite_verte_bas3.gif) bottom left no-repeat;
}
#boite_verte_dossier.insc .bg {
	background: url(../img/contenu/boite_verte_bas3_insc.gif) bottom left no-repeat;
}
/* Entête dans mon dossier */
#boite_verte_dossier .entete_dossier {
	height: 16px;
	width: auto;
	margin: 0;
	padding: 0;
}
/* Bouton retour à l'accueil dans mon dossier */
#boite_verte_dossier #retour_dossier {
	float: left;
	position: relative;
	top: -52px;
	right: -632px;
	height: 10px;
	width: 82px;
	margin: 0;
	padding: 0;
}
/* Bouton Pour nous joindre dans mon dossier */
#boite_verte_dossier #joindre {
	float:left;
	position: relative;
	top: -31px;
	right: -564px;
	height: 16px;
	width: 22px;
	margin: 0;
	padding: 0;
}
/* Bouton aide dans mon dossier */
#boite_verte_dossier #aide {
	float: left;
	position: relative;
	top: -31px;
	right: -579px;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
}
#boite_verte_dossier a:visited {
	color: #0d6ca0;
}

/* Boite important */
#important_dossier {
	width: 476px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/col_droite_milieu3.gif) top left repeat-y;
}
#important_dossier .bg1 {
	background: url(../img/contenu/col_droite_bas3.gif) bottom left no-repeat;
}
#important_dossier .bg1 .bg1 {
	padding: 10px 18px;
	background: url(../img/contenu/col_droite_haut3.gif) 0 0 no-repeat;
}
#important_dossier_grand {
	width: 714px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/col_droite_milieu3_grand.gif) top left repeat-y;
}
#important_dossier_grand .bg1 {
	background: url(../img/contenu/col_droite_bas3_grand.gif) bottom left no-repeat;
}
#important_dossier_grand .bg1 .bg1 {
	padding: 10px 18px;
	background: url(../img/contenu/col_droite_haut3_grand.gif) 0 0 no-repeat;
}

/* Boite entrevue */
#boite_entrevue_ouvert {
	width: 340px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_ent_ouvert_millieu.gif) top left repeat-y;
}
#boite_entrevue_ouvert .bg1 {
	background: url(../img/contenu/boite_ent_ouvert_bas.gif) bottom left no-repeat;
}
#boite_entrevue_ouvert .bg1 .bg1 {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_ent_ouvert_haut.gif) 0 0 no-repeat;
}

#boite_entrevue_ferme {
	width: 340px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_ent_ferme_millieu.gif) top left repeat-y;
}
#boite_entrevue_ferme .bg1 {
	background: url(../img/contenu/boite_ent_ferme_bas.gif) bottom left no-repeat;
}
#boite_entrevue_ferme .bg1 .bg1 {
	padding: 10px 10px 10px 10px;
	background: url(../img/contenu/boite_ent_ferme_haut.gif) 0 0 no-repeat;
}


/* Boite guichet */
.contenu_dev_durable{
	padding:10px 10px 0;
}
#boite_guichet_ouvert, #boite_guichet_ouvert_c1, #boite_guichet_ouvert_c2 {
	width: 560px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_guichet_ouvert_mill.gif) top left repeat-y;
}
#boite_guichet_ouvert .bg1, #boite_guichet_ouvert_c1 .bg1, #boite_guichet_ouvert_c2 .bg1 {
	background: url(../img/contenu/boite_guichet_ouvert_bas.gif) bottom left no-repeat;
}
#boite_guichet_ouvert .bg1 .bg1 {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_haut.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert .bg1 .bg2lignes {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_haut2.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert_c1 .bg1 .bg1 {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_h_c1.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert_c1 .bg1 .bg2lignes {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_h1_c1.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert_c2 .bg1 .bg1 {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_h_c2.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert_c2 .bg1 .bg2lignes {
	padding: 10px 4px 10px 4px;
	background: url(../img/contenu/boite_guichet_ouvert_h1_c2.gif) 0 0 no-repeat;
}
#boite_guichet_ouvert p{
	padding: 0 0 0 6px;
}
#boite_guichet_ouvert p.item, #boite_guichet_ouvert_c1 p.item, #boite_guichet_ouvert_c2 p.item{
	padding: 0 0 0 19px;
	margin: 0;
}
#boite_guichet_ferme {
	width: 560px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_guichet_ferme_millieu.gif) top left repeat-y;
}
#boite_guichet_ferme .bg1 {
	background: url(../img/contenu/boite_guichet_ferme_bas.gif) bottom left no-repeat;
}
#boite_guichet_ferme .bg1 .bg1 {
	padding: 10px 10px 10px 10px;
	background: url(../img/contenu/boite_guichet_ferme_haut.gif) 0 0 no-repeat;
}
#boite_guichet_ferme_c1 {
	width: 560px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_guichet_ferme_mil_c1.gif) top left repeat-y;
}
#boite_guichet_ferme_c1 .bg1 {
	background: url(../img/contenu/boite_guichet_ferme_bas_c1.gif) bottom left no-repeat;
}
#boite_guichet_ferme_c1 .bg1 .bg1 {
	padding: 10px 10px 10px 10px;
	background: url(../img/contenu/boite_guichet_ferme_haut_c1.gif) 0 0 no-repeat;
}
#boite_guichet_ferme_c2 {
	width: 560px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/boite_guichet_ferme_mil_c2.gif) top left repeat-y;
}
#boite_guichet_ferme_c2 .bg1 {
	background: url(../img/contenu/boite_guichet_ferme_bas_c2.gif) bottom left no-repeat;
}
#boite_guichet_ferme_c2 .bg1 .bg1 {
	padding: 10px 10px 10px 10px;
	background: url(../img/contenu/boite_guichet_ferme_haut_c2.gif) 0 0 no-repeat;
}

/* Boite aide (comme guichet, mais plus petit) */
.boite_guichet_ouvert_aide {
	width: 394px;
	margin: 0;
	background: url(../img/contenu/dropdownInformationnel_milieu_ouvert.gif) 0 0 repeat-y;
}
.boite_guichet_ouvert_aide .bg1 .bg1{
	background: url(../img/contenu/dropdownInformationnel_bas_ouvert.gif) bottom left no-repeat;
	padding-bottom: 6px;
	margin-bottom:10px;
}
.boite_guichet_ouvert_aide .bg1  {
	padding: 0;
	background: url(../img/contenu/dropdownInformationnel_haut_ouvert.gif)  top left no-repeat;
}
.boite_guichet_ouvert_aide ul {
	padding: 6px 0 0 0;
}
.boite_guichet_ferme_aide {
	width: 394px;
	margin: 0 0 15px 0;
	background: url(../img/contenu/dropdownInformationnel_ferme.gif) top left no-repeat;
}
.boite_guichet_ferme_aide .bg1 {
	background:url("../img/contenu/dropdownInformationnel_bas_ouvert.gif") no-repeat scroll left bottom transparent;
}
.boite_guichet_ferme_aide .bg1 .bg1 {
	padding: 10px 10px 10px 10px;
}


/* Guichet cadre obligation */
#guichet_cadre_oblig {
	background: url(../img/contenu/guichet_cadre_oblig_milieu.gif) left top repeat-y;
	width: 551px;
	margin: 0 0 0 3px;
}
#guichet_cadre_oblig .bg2 {
	background: url(../img/contenu/guichet_cadre_oblig_bas.gif) left bottom no-repeat;
	padding: 0 0 8px 0;
}
#guichet_cadre_oblig .bg2 .bg2 {
	background: url(../img/contenu/guichet_cadre_oblig_haut.gif) 0 0 no-repeat;
	padding: 1px 0 0 0;
}
#guichet_cadre_oblig .gauche{
	float: left;
	width: 280px;
	padding: 3px 18px 3px 18px;
}
#guichet_cadre_oblig .droite{
	float: left;
	width: 205px;
	padding: 3px 12px 3px 15px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #b4d4cd;
}
#guichet_cadre_oblig .info{
	color: #475a5a;
	font-size: 0.9em;
}
#guichet_cadre_oblig .info_petit{
	color: #475a5a;
	font-size: 0.8em;
}
#guichet_cadre_oblig .titre_vert{
	color: #0d6ca0;
	font-weight: bold;
	font-size: 1em;
}
#guichet_cadre_oblig ul {
	margin: 4px 0 0;
	padding: 0;
	font-size: 0.9em;
}
#guichet_cadre_oblig li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../img/contenu/col_droite_puce.gif) 0 5px no-repeat;
}


/* Gestion de colonne */
#colgauche_dossier {
	float: left;
	width: 472px;
	margin: 0 0 15px 0;
	padding: 0 12px 0 0;
}
#coldroite_dossier {
	float: right;
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0;
}
#colgauche_dossier2 {
	float: left;
	width: 440px;
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
}
#coldroite_dossier2 {
	float: right;
	width: 255px;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Zone menu droite */

.carre_vert{
	height: 1%;
}

div.carre_vert1 {
	width: 236px; /* Fix IE */
	background-color: #f0ffea;
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
}
div.carre_vert1_courriel{
	width: 175px; /* Fix IE */
	background-color: #f0ffea;
	padding: 10px;
	margin: 0 40px;
	font-size: 0.8em;
}
div.carre_vert {
	width: auto;
	background-color: #f0ffea;
	padding: 10px;
	margin: 0 0 10px 0;
}
input.insc_dossier{
	width: 212px;
	font-size: 0.8em;
}
input.profil{
	width: 240px;
	font-size: 0.8em;
}
input.profil_courriel{
	width: 365px;
	font-size: 0.8em;
}
input.envoyer{
	width: 117px;
	font-size: 0.8em;
}
input.joindre1{
	width: 180px;
	font-size: 0.8em;
}
input.profil2, select.profil2{
	width: 150px;
	font-size: 0.8em;
}
select.droite_dossier{
	width: 112px;
	font-size: 0.8em;
}
#encadre_fonce_dossier {
	width: 119px;
	padding: 0;
	margin: 0;
	background: url(../img/contenu/encadre_fonce_millieu2.gif) 0 0 repeat-y;
}
#encadre_fonce_dossier .bg{
	padding: 0;
	margin: 0;
	background: url(../img/contenu/encadre_fonce_haut2.gif) top left no-repeat;
}
#page #encadre_fonce_dossier .bg .bg{
	padding: 5px 3px 3px 3px;
	height: 1%; /*FIX IE*/
	background: url(../img/contenu/encadre_fonce_bas2.gif) bottom left no-repeat;
}
#encadre_fonce_dossier p.blanc{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1em;
	padding: 0 6px 7px 6px;
	margin: 0;
}
#encadre_fonce_dossier span.vert, #encadre_fonce_dossier span.vert a:link, #encadre_fonce_dossier span.vert a:visited{
	color:#b4d4cd;
	font-weight: normal;
	font-size: 0.9em;
}
#menu_dossier{
	width: 115px;
	padding: 0;
	margin: 0 0 2px 1px;
	background: url(../img/contenu/boite_m_dossier_millieu.gif) 0 0 repeat-y;
	font-size: 0.8em;
}
#page #menu_dossier .bg1 .bg1{
	padding: 30px 0px 5px 8px;
	height: 1%; /*FIX IE*/
	background: url(../img/contenu/boite_m_dossier_bas.gif) bottom left no-repeat;
}
#page #menu_dossier.entrevue .bg1 .bg1{
	padding: 11px 3px 5px 8px;
	height: 1%; /*FIX IE*/
	background: url(../img/contenu/boite_m_dossier_bas.gif) bottom left no-repeat;
}
#menu_dossier div.aide{
	position: relative;
	height: 11px;
	width: 11px;
	top: -22px;
	left: 85px;
}
#menu_dossier.entrevue div.aide{
	top: -3px;
}
p.message{
	color: #b32e00;
	font-weight: bold;
}
div.message{
	padding: 0;
	margin: 0;
	color: #b32e00;
	font-weight: bold;
}
div.message ul{
	margin: 0 0 0 10px;
	padding: 0;
}
div.message li{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/contenu/menu_puce_niv1_rouge.gif) 0 5px no-repeat;
}

#menu_services {
	width: 133px;
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	background: url(../img/contenu/mon_dossier_serv_milieu.gif) 0 0 repeat-y
		;
	font-size: 1.0em;
	color: #fff;
}

#page #menu_services span1 {
	display: none;
}

#page #menu_services .bg1 .bg1 {
	margin: 0 0 0 0;
	padding: 5px 0 6px 3px;
	height: 1%; /*FIX IE*/
	background: url(../img/contenu/mon_dossier_serv_bas.gif) bottom left
		no-repeat;
}

#page #menu_services .bg1 .bg1 .bg1 {
	padding: 0 1px 7px;
	background: url(../img/contenu/zoneObligations_separateur.gif) bottom
		left no-repeat;
}

#page #menu_services .bg1 .bg1 .bg1 .imageMondossier {
	height: 35px;
	background: url(../img/contenu/t_mon_dossier.gif) 0 0 no-repeat;
}

#page #menu_services .bg1 .bg1 .bg2 {
	padding: 0 5px 7px;
	height: 1%; /*FIX IE*/
}

#menu_services .bg1 .bg1 .bg2 .espace {font-size : 0.2em;
	
}

#page #menu_services .bg1 .bg1 .espace1 {font-size : 0.2em;
	
}

#page #menu_services .bg1 .bg1 .bg2 .bg2 {
	height: 1%; /* Pour régler bug affichage dans IE */
	margin: 0;
	padding: 2px 5px 5px 3px;
}

#menu_services div.aide {
	position: relative;
	height: 11px;
	width: 11px;
	top: -13px;
	left: 108px;
}

#menu_services ul {
	
	height: 1%; /* Pour régler bug affichage dans IE */
	margin: 0;
	padding: 2px 5px 5px -0px;

}


#menu_services li {
	font-size: 0.8em;
	margin: 0 0 4px;
	padding: 0 0 0 3px;
	list-style: none;
	font-weight: bold;
	background: none;
}

#menu_services li.selectionne {
	background: url(../img/contenu/menu_puce_niv2_actif.gif) 3px 4px
		no-repeat;
}

#menu_non_authen {
	width: 133px;
	margin: 0;
	padding: 0;
	background: url(../img/contenu/mon_dossier_serv_milieu.gif) 0 0 repeat-y
		;
	font-size: 1.0em;
	color: #fff;
}

#page #menu_non_authen  span1 {
	display: none;
}

#page #menu_non_authen  .bg1 .bg1 {
	margin: 0 0 0 0;
	padding: 5px 0 6px 3px;
	height: 1%; /*FIX IE*/
	background: url(../img/contenu/mon_dossier_serv_bas.gif) bottom left
		no-repeat;
}

#page #menu_non_authen  .bg1 .bg1 .bg1 {
	padding: 0 1px 7px;
	background: url(../img/contenu/zoneObligations_separateur.gif) bottom
		left no-repeat;
}

#page #menu_non_authen  .bg1 .bg1 .bg1 .imageMondossier {
	height: 35px;
	background: url(../img/contenu/t_mon_dossier.gif) 0 0 no-repeat;
}

#page #menu_non_authen  .bg1 .bg1 .bg2 {
	padding: 0 5px 1px;
	height: 1%; /*FIX IE*/
	font-size:	0.8em;

}

#menu_non_authen  .bg1 .bg1 .bg2 .espace {font-size : 0.2em;
	
}

#page #menu_non_authen  .bg1 .bg1 .espace1 {font-size : 0.2em;
	
}

#page #menu_non_authen  .bg1 .bg1 .bg2 .bg3 {
	height: 1%;
	margin-left: 7px;
	background: url(../img/contenu/mon_dossier_bg.gif) top right no-repeat;
}

#menu_non_authen  div.aide {
	font-size: 0.8em;
	height: 1%; /* Pour régler bug affichage dans IE */
	margin: 0;
	padding: 2px 5px 5px -0px;
}

#menu_non_authen  span {
	font-size:1em;
	padding: 0;
	font-weight: bold;
	list-style: none;
	background: none;
}

#menu_non_authen  span.selectionne {
	background: url(../img/contenu/menu_puce_niv2_actif.gif) 3px 4px
		no-repeat;
}

/* 8= Message d'urgences */

.urgenceaccueil {
	width: 392px;
	margin: 15px 0 0 19px;
	background: url(../img/contenu/urgence_bg.gif) repeat-y;
}
.urgenceaccueil .wrap {
	padding: 0 0 16px 0;
	background: url(../img/contenu/urgence_bas.gif) bottom left no-repeat;
}
/* Hides from IE5-mac \*/
* html .urgenceaccueil .wrap {height: 1%;}
/* End hide */
.urgenceaccueil h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 40px;
	background: #074370 url(../img/contenu/urgence_logo.gif) 4px -1px no-repeat;
}
.urgenceaccueil .texte {
	padding: 5px 10px 10px;
}
.urgenceaccueil h3 {
	font-size: 1.2em;
	color: #074370;
	margin: 0;
}
.urgenceaccueil h4 {
	font-size: 1.0em;
	color: #B3A169;
	margin: 0;
}
.urgenceaccueil .texte .visuel {
	width: 100px;
	float: right;
	margin: 10px 0 5px 10px;
	border: 1px #999 solid;
}
.urgenceaccueil .texte .visuel img {
	width: 100px;
}
.urgenceaccueil .texte p {
	font-size: 0.9em;
	margin: 0.7em 0 0;
}
.urgenceaccueil #alerte {
	clear: both;
	font-size: 0.9em;
	padding: 5px;
	margin: 5px 1px 5px 1px;
	border: 1px #F09A31 solid;
	border-right: none;
	border-left: none;
	background: #F2AB53 url(../img/contenu/alerte_bg.gif) repeat-y;
}
.urgenceaccueil marquee {
	width: 95%;
 	voice-family: "\"}\"";
 	voice-family: inherit;
 	width: auto;
}
html>body .urgenceaccueil marquee {
	width: auto;
}

/* Page details pour Urgence Civile */
.urgenceinfo {
	width: 392px;
	margin: 15px 0 0 19px;
}

.urgenceinfo h1 {
	background:#074370 url(../img/contenu/urgence_logo.gif) no-repeat scroll 4px 1px;
	color:#fff;
	font-size: 1.4em;
	padding:6px 0 6px 40px;
}

.urgenceinfo h1 {
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #004682;
	border: none;
	background: none;
}

.urgenceinfo .image {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
	width:220px;
}

.urgenceinfo .image div {
	margin-top: 5px;
}

.urgenceinfo h2 {
	color: #a89763;
}

.urgenceinfo .article {
	margin-bottom:15px;
}

.urgenceinfo .boites {
	clear:both;
}

.urgenceinfo .boites h3 {
	background:#F2AB53 url(../images/alerte_bg.gif) repeat-y scroll 0%;
    color:#004682;
	margin:0;
	padding:5px 0pt 5px 5px;
}

.urgenceinfo .boites div {
	border:1px solid #F2AB53;
	float:left;
	margin:5px 10px 5px 0pt;
	padding:0;
	width:46%;
}

.urgenceinfo .boites ul {
	margin:10px;
}

.interetaccueil {
	width: 392px;
	margin: 15px 0 0 19px;
	padding: 0;
	background: url(../img/contenu/message_bg.gif) repeat-y;
}
.interetaccueil .wrap {
	margin: 0;
	padding: 0;
	background: url(../img/contenu/message_bas.gif) bottom left no-repeat;
}
/* Hides from IE5-mac \*/
* html .interetaccueil .wrap {height: 1%;}
/* End hide */
.interetaccueil h2 {
	margin: 0;
	padding: 4px 0 4px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #9A2302;
	background: url(../img/contenu/message_haut.gif) no-repeat;
}
.interetaccueil .texte {
	padding: 10px 10px 15px;
	font-size: .9em;
}
.interetaccueil .texte h3 {
	font-size: 1.2em;
	margin: 0 0 10px;
	color: #074370;
}
.interetaccueil .texte p {
	margin: 0 0 10px;
}

.interetinfo {
	width: 392px;
	margin: 15px 0 0 19px;
}

.interetinfo h1 {
	background:#e4f3fc url(../img/contenu/message_logo.gif) no-repeat scroll 9px 6px;
	font-size: 1.4em;
	color:#004682;
	padding:6px 0 6px 40px;
}

.interetinfo .image {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
	width:220px;
}

.interetinfo .image div {
	margin:5px 0 0 0;
	padding:0;
}

.interetinfo h2 {
	color: #a89763;
}

.interetinfo h1 {
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #004682;
	border: none;
	background: none;
}

.interetinfo .article {
	margin-bottom:15px;
}

.interetinfo .boites {
	clear:both;
}

.interetinfo .boites h3 {
	background:#F2AB53 url(../img/contenu/alerte_bg.gif) repeat-y scroll 0%;
	color:#004682;
	margin:0;
	padding:5px 0pt 5px 5px;
}

.interetinfo .boites div {
	border:1px solid #F2AB53;
	float:left;
	margin:5px 10px 5px 0pt;
	padding:0;
	width:46%;
}

.interetinfo .boites ul {
	margin:10px;
}

/* 10= Page de recherche */
input.rech {
	width: 170px;
}
select.rech{
	width: 176px;
}
div.resultat {
	margin: 0 0 16px 0;
}
p.entete_rech {
	padding: 4px 1px 4px 6px;
	margin: 0 0 3px 0;
	background-color: #d2e5e1;
}
p.entete_rech .gauche {
	padding: 0 15px 0 0;
	font-weight: bold;
	font-size: 1.1em;
}
p.entete_rech .droite{
	float: right;
	padding: 0 0 5px 0;
	font-size: 0.8em;
	text-align: right;
}
p.entete_resultat {
	padding: 4px 1px 4px 6px;
	margin: 0 0 3px 0;
	background-color: #e7f2ee;
}
p.entete_resultat .lien{
	font-weight: bold;
	font-size: 1em;
}
div.resultat p.adresse {
	font-style: italic;
	font-size: 0.9em;
	color: #475a5a;
}
div.resultat p.adresse a:link {
	color: #475a5a;
}
div.resultat p.copie {
	padding: 0 0 0 6px;
	font-size: 0.9em;
}
div.nav_rech {
	padding: 16px 0 0 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2e5e1;
}
#colgauche_recherche {
	float: left;
	width: 300px;
	margin: 0 0 13px 0;
	padding: 0 10px 0 0;
}
#coldroite_recherche {
	float: right;
	width: 75px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
}

#actualite_titre{
	font-size: 1.3em;
	margin-left: -17px;
	color: rgb(0, 0, 0);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: none repeat scroll 0% 0% transparent;
	border:none	
}

/* 11= Width pour les boutons */

.width_11em{
	width: 11em;
}

.width_6em{
	width: 6em;
}

.width_7em{
	width: 7em;
}

.width_8em{
	width: 8em;
}

.width_9em{
	width: 9em;
}

.width_10em{
	width: 10em;
}

.width_18em{
	width: 18em;
}

.width_14em{
	width: 14em;
}

.width_15em{
	width: 15em;
}

.width_16em{
	width: 16em;
}

.width_17em{
	width: 17em;
}

.width_250px{
	width:250px;
}

.width_115px{
	width: 115px;
}

/* 12= Accessibilité */

.display_block{
	display:block;
}

.display_none{
	display:none;
}

.message_abonnement_confirmation{
	width:330px;
	margin-left: 10px;
}

.td_abonnement{
	text-align:right; 
	padding: 6px;
}

.margin_left_5px{
	margin-left: 5px;
}

.margin_top_5px{
	margin-top: 5px;
}

.margin_bottom_0px{
	margin-bottom: 0px;
}

.margin_0{
	margin:0;
}

.color_texte_boite_aide{
	color:#475A5A;
}

.cursor_default{
	cursor:default;
}

.select_recherche{
	width: 120px;
	font-size:0.8em;
	border:2px solid #879B92;
}

.titre_calendrier{
	color:black;
	font-weight:bold;
}

.text_align_justify{
	text-align:justify;
}

.margin_piv{
	margin-left: 2px; 
	margin-top: 21px;
}

.margin_logo_quebec{
	margin-bottom: -5px;
	margin-top: -5px;
}

.h2_mes_obligations{
	font-size:1em;
	font-weight:bold;
	margin:0px;
}

/* Menu informationel ----- */
.menu{
	width: 394px;
	display:block;
}
.menu_informationel {
	margin: 0;
	float:left;
	width:394px;
}
.menu .centre{
	width: 394px;
	margin: 0;
	background: url(../img/contenu/dropdownInformationnel_milieu_ouvert.gif) 0 0 repeat-y;
	float:left;
}
.bottom{
	background: url(../img/contenu/dropdownInformationnel_bas_ouvert.gif) 0 0 no-repeat;
	height: 7px;
	float:left;
	width:394px;
}
.menu_informationel_ferme{
	background:url(../img/contenu/dropdownInformationnel_ferme.gif) bottom left no-repeat;
	width:394px;
	height:34px;
}
.menu_informationel_ouvert{
	background:url(../img/contenu/dropdownInformationnel_haut_ouvert.gif) bottom left no-repeat;
	width:394px;
	height:34px;
}
.menu_informationel_ouvert a, .menu_informationel_ferme a{
	color: #475A5A !important;
	text-decoration:none;
}
.menu_informationel_ouvert a:hover, .menu_informationel_ferme a:hover{
	text-decoration:underline;
}
.menu_informationel_ouvert h2, .menu_informationel_ferme h2{
	margin-left:30px;
	padding-top:8px;
}
.menu_informationel_liste{
	display:block;
	float:left;
}
.menu .centre .enjeuxFonction{
 float: right;
 margin-right: 5px;
}
