/*** @version 1.0  @copyright COS - 2006 ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* 100% */
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center; /* modif 26/01/06 pour corriger le bug de centrage IE */
}
/*
html > body {
	font-size: 11px; /* Pour les autres navigateurs
}
#swf_banniere {
	width: 69.2em;
	height: 11.8em;
}
*/

img {
	border: 0px;
}

hr {
	display: block;
	height: 1px;
	/*margin: -7px 0;*/
	padding: 0;
	color: #B2D00E;
	background-color: #B2D00E;
	border: 0;
}


table {
align: center;
/*  border-collapse:collapse; */
  border:none;
}
td {  border:solid 0px; }

.page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;                   /* $$$$$$$$$$$$$$$$$$$$$$$$$$$ 760 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
	background-color: #FFFFFF;
	text-align: left;  /* modif 26/01/06 pour corriger le bug de centrage IE */
}

.btn_connexion {
	font-weight: bolder;
 	color: #008000;
}
.accessibilite {
	font-weight: bold;
}

.gras_vertf{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; /* 100% */
	/*font-weight: bold;*/
	color: #C3FFB1;
}
/* ============================ Entete ============================ */

/* =============== barre menu haut ================= */
#barreMenu {
	background-image: url(images/rouge_orange.gif);
	background-repeat: repeat-y;
	background-color: #184A14;
	padding-left: 80px;
}
#barreMenu ul {
	margin: 0px;
}
#barreMenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	white-space: normal;
	list-style-position: inside;
}
#barreMenu a {
	white-space: nowrap;
	padding-left: 12px; /* modif du 31/01/06 avant 4px */
	padding-right: 12px; /* 12 */
	text-decoration: none;
	background-color: #184A14;
	color: #FFFFFF;
	border-right: solid 1px white;
	font-weight: bolder;
}
#barreMenu a:hover {
	background-color: #B2D010;
	font-size: 100%; /* 100% */
}

/* ============= menu gauche =============== */
ul #navlist {
	width: 215px; /* 215px largeur de la liste de menu */
	padding: 0px;
	border: 1px solid white; /* #808080; */
	border-top: 0px;
	margin: 0px;
	font: bold verdana,helvetica,arial,sans-serif; /* 12px
	/* background: #f8e597; /* #808080; */
	/*background: url("../images/fond_menu.gif") no-repeat;*/
}
ul #navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid white; /* #808080; */
	background: #f8e597;
}
ul #navlist li a {
	display: block;
	width: 185px; /* 215 largeur */
	padding: 3px 5px 3px 5px;
	border: 0px;
	border-left: 20px solid #B1CF01; /* #aaaabb; couleur du carre gauche par defaut */
	background: #f8e597;
	text-decoration: none;
	text-align: left;
}
ul #navlist li a:link { color: #666677; }

div #navcontainer li a:visited { color: #666677; }

ul #navlist li a:hover {
	border-color: #1a5493; /* #ff9000; */
	color: #ffffff;
	width: 190px;
	background: #B1CF01; /* #000d33; */
}




/* ============= infos ================ */
#entete .legende {
	color: #184A14;
	text-align: right;
	background-image: url(images/rouge_orange.gif);
	background-repeat: no-repeat;
}

/* =============== Navigation ================ */
#navigation {
	width: 209px;                  /* modif 25/01/06 avant : 200 */
	background-color: #FFFFFF;
	padding-bottom: 235px;         /* modif 24/01/06 avant : 150 */
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 6px;
	background-image: url(images/abbe_glasberg_poster.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul a {
	text-decoration: none;
	padding-left: 24px;
	display: block;
	background-image: url(images/FlFdVert.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation ul a:hover {
	background-color: #B2D010;
	color: #FFFFFF;
	background-image: url(images/FlFdBlanc.gif);
}
#navigation h2 {
	font-size: 100%;
	font-weight: bold;
	color: #184A14;
	margin: 0px;
	padding: 6px 0px 4px 4px;
}
#navigation #recherche {
	padding-left: 4px;
	margin-bottom: 8px;
	margin-top: 8px; /* modif du 26/01/06 avant 4px */
}
#navigation #recherche input {
	font-size: 80%;
}
#navigation .legende {
	font-size: 82%;
	color: #184A14;
}
#navigation a { /* modif 26/01/06 */
	text-decoration: none;
	color: #184A14;
}
#navigation .telecharge {
	left: -8px;
	margin-top: 8px;
	padding-left: 24px;
	background-image: url(images/pdf.gif) ;
	background-repeat: no-repeat;
	background-position: 3px 3px; /* modif du 2/5/06 avant :3px 8px; */
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
}
/* fin modif 26/01/06 */

/* ====================== Contenu =========================== */
#contenu {
	float: right;
	width: 560px;                   /* $$$$$$$$$$$$$$$$$$$$$$ 520 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 150%;
}

.fck_editor {
 	border: 1px solid #EE2027; /* #B2D00E */
   	width: 560px; /* 544px; */
	height: 300px;
}

.hierarchie {
	/*background:url(images/marque_page.gif) center left no-repeat; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 24px;
	margin-top: 4px;
}
.hierarchie a {
	color: #B2D010;
	text-decoration: none;
}
.hierarchie a:hover {
	color: #ffffff;
	background-color: #B2D010;
}

#contenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 158%; 
	color: #B2D010;
	background-image: url(images/arc_bleu.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	position: relative;
	left: -24px;
	background-position: 0px 0px;
	/* padding-top: 12px; modif 03/05/06 */
	padding-top: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-position: outside;
}
#contenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 138%;
	color: #004A90;
	line-height: 110%;
}
#contenu h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	color: #004A90;
	margin: 0px;
	padding: 0px;
}
#contenu h4 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 100%;
	position: relative;
left: 0px; /* modif du 02/05/06 */
/*	left: -8px; */
	padding-left: 12px;
	background-image: url(images/petit_arc_vert.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	/* padding-top: 4px; */
padding-top: 10px; /* modif du 04/05/06 */
	padding-bottom: 4px;
	padding-right: 0px;
}

#contenu h5 { }

#contenu strong { color: #004A90; }

#contenu ul  {
	margin: 0px;
	list-style-image: url(images/FlVert.gif);
	padding-left: 16px;
	text-align: justify;
}

#contenu p  {
	margin: 6px 0px 2px;
	text-align: justify;
}

#contenu table {
	font-size: 90%;
/*	float: right;
	width: 200px; /* modif du 26/01/06 avant : 180px */
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #B2D010;
	padding: 8px;
/*	margin-left: 8px;
	margin-bottom: 16px;
*/
}
#contenu table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 130%;
}
#contenu table ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

#contenu .liste { /* ::::::: ajout du 06/02/06 :::::: */
	float: center;
	width: 390px; /*26/01/06 (avant:180px)*/
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #B2D010;
	padding: 8px;
	margin-left: 8px;
	margin-bottom: 16px;
}

#contenu .liste p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 130%;
}

#contenu .liste ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
} /* :::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenu .etablissements {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
#contenu .numeros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	color: #000;
	font-size: 12px;
	/* font-size: 85%; */
}
#contenu .tableau_simple{
/*	border:none; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FFF0B3;
}
#contenu .tableau_simple td{
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FFE064;
}

/* ================== Pied de page ================ */
.pied {
	clear: both;
	margin-top: 16px;
	float: right;
	width: 100%;
}
.bouton_haut {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B1CF0F;
	font-size: 12px;
}
.bouton_ok {
	font-size:0.9em;
	color: #024B90;
	border-width: 1px;
	background-color: #DDF361;
	border-color: #B2D010;
	margin-right: 0px;
	width: 200px;
	height: 20px;
}

.bouton_retour {
	font-size:0.9em;
	color: #D50020;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	background-color: #DDF361;
	border-color: #B2D010;
	margin-right: 0px;
	width: 200px;
	height: 20px;
}

#bouton_lien_cos_crpf {
	height:15px;
	width: 80px;
 	font-size:0.9em; 
	color: #A60004;  /* **** D50020; ****** */
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-style: solid;
	background-color: #DDF361;
	border-color: #FFD8B0; /* ********** B2D010; ******** */
	margin-right: 0px;
	text-decoration: none;
}

#bouton_lien_cos_crpf:hover {
	height:14px;
	color: #184A14;
	background-color: #EEFAAD;
	border-left-width: 2px;
	border-bottom-width: 1px;
	border-top-width: 2px;
	border-right-width: 1px;
}

/*************************************** Ajout 26/01/06 ************************************/
.puce_actu {
	margin: 0px;
	list-style-image: url(../images/PuceActu.gif);
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 6px;
}
/****************************************** fin ajout 26/01/06 ***********************************/
