/* =============================================================================
 * LAYOUT GENERAL
 * ===========================================================================*/
#document {
	width: 800px;
	margin: auto;
}
.avecDeuxColonnes #contenu {
	float: left;
	width: 100%;
}
.avecColonneDroite #contenu, .avecColonneGauche #contenu {
	float: left;
}
/* =============================================================================
 * STANDARD IMPLEMENTATION & STANDARD CMS
 * 	-> Éléments utilisés par l'application et une implémentation standard du CMS
 * ! Atention aux spécificités des selecteurs qui peuvent être plus importantes
 * ===========================================================================*/
/* Implémentaiton au cas par cas  */
.clear {
	clear : both;
}
/* TPL_FORMULAIRE */
input.case {
	border: none;
}
label.enLigne {
	float: none;
	display: inline;
}
/* TPL AVEC FORMULAIRE : tpl_formulaire, tpl_ged, tpl_login, tpl_loginMDL, etc. */
p.action {}
p.action input {}
/* TPL_FORMULAIRE [=>label caché] et éléments d'accessibilité */
.accessLayout, .byPass {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* CMS */
.paragraphe {
	overflow: hidden;
	width: 100%;
}
/* WYSIWYG */
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignjustify {
	text-align: justify;
}
img.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}
img.alignright {
	float: right; margin: 0 0 5px 5px;
}
a img {
	border-width: 0;
}
acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
/* =============================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * ===========================================================================*/
body {
	margin: 0;
	padding: 0;
	/*background-color: #F5F5F5;*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* Rétablir la taille pour MSIE5 dans "msie_fixes.css" */
	background: #FFF url(images/fondDocument.gif) repeat-x top;
}
/* =============================================================================
 * ELEMENTS COMMUNS (non spécifique à la position dans le page) DE LA CHARTE
 * ===========================================================================*/
a:link, a:hover, a:focus {
    text-decoration: none;
    color: #2162A7;
}
/* =============================================================================
 * DOCUMENT (CHARTE GENERALE)
 * ===========================================================================*/
#document {
	overflow: hidden;
/*	border-left: 1px solid #004b9a;
	border-right: 1px solid #004b9a;
	border-bottom: 1px solid #004b9a;*/
	background-color: #FFF;
}
/* =============================================================================
 * BANDEAU HAUT (CHARTE GENERALE)
 * ===========================================================================*/
#bandeauHaut {
    /*height: 170px;*/
    width: 100%;
    position: relative;
}
#navigation{
    float:left;
    width: 60%;
    width: 80%;
    padding: 0;
      overflow: hidden;
}
#navigation ul {
    margin:0;
    padding: 0 0 0 20px;
    list-style:none;
    width: 100%;
}
#navigation li {
    float:left;
    background: #004B9A url(images/normGauche.gif) no-repeat left bottom;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    height: 33px;
    border-right: 1px solid #FFFFFF;
}
#navigation a, #navigation a:link, #navigation a:visited{
    display:block;
    background:url(images/normDroit.gif) no-repeat right bottom;
    padding: 5px 1px 3px 1px;
    text-decoration: none;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
}
#navigation li.ongletLarge{
    width: 13%;
    width: 13.5%;
}
#navigation li.ongletNormal{
    width: 9%;
}
/************************************************************************************/
/*                                   NAVIGATION PORTAIL                             */
/************************************************************************************/
#navPortail {
	position: absolute;
	right: 146px;
}
#navPortail ul {
	margin: 0 0 0 5px;
	padding: 2px 1px;
	text-align: left;
}
#navPortail li {
	display: inline;
	text-align: center;
}
#navPortail a {
	margin: 4px;
	padding: 1px 5px;
	text-decoration: none;
	color: #ffffff;
}
#navPortail a:hover {
	text-decoration: underline;
}

#navPortail li.sites{
    font-family: Tahoma;
    font-weight: bolder;
    font-size: 10px;
    color: #004C99;
    padding-left: 20px;
}
/* =============================================================================
 * CORPS (CHARTE GENERALE)
 * ===========================================================================*/
#corps {
	overflow: hidden;
	width: 100%;
	min-height: 525px;
}
/* =============================================================================
 * COLONNE GAUCHE (CHARTE GENERALE)
 * ===========================================================================*/
#colonneGauche {
	float: left;
}
/* =============================================================================
 * CONTENU(CHARTE GENERALE)
 * ===========================================================================*/
/*
#contenu {
         width: 992px;
}
*/
#contenu h3 {
        border-bottom: 1px dotted #CCCCCC;
        margin-bottom : 2px;
}
/* =============================================================================
 * COLONNE DROITE (CHARTE GENERALE)
 * ===========================================================================*/
#colonneDroite {
	float: left;
}
/* =============================================================================
 * BANDEAU BAS (CHARTE GENERALE)
 * ===========================================================================*/
#bandeauBas {
    padding: 0 20px 0 20px;
}
#adresse{
  height: 80px;
  width: 190px;
  float: right;
  text-align: right;
  padding-right: 60px;
  background: #FFF url(images/fondAdresse.gif) no-repeat bottom right;
}
#footer{
  float: left;
  width: 73%;
  width: 67%;
  height: 20px;
  margin-top: 50px;
  color: #0096D1;
  background: url(images/fondBasCorps.gif) repeat-x top;
}
#footer a, #footer a:link, #footer a:visited{
  text-decoration: underline;
  color: #0096D1;
}
/* =============================================================================
 * MODULES (CHARTE GENERALE)
 * ===========================================================================*/
.module {
	margin: 0;
}
/* =============================================================================
 * TPL CENTRAUX (CHARTE GENERALE)
 * ===========================================================================*/
#contenu .tpls {}
/* =============================================================================
 * FORMULAIRES (CHARTE GENERALE)
 * ===========================================================================*/
input, textarea, select{
    border: #7F9DB9 1px solid;
} /* CF. input[class=case] dans  [STANDARD IMPLEMENTATION & STANDARD CMS] */
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
	color: #575757;
	font-weight: bolder;
}
legend{
    color: #4861B5;
    font-size: 110%;
    font-weight: bolder;
}
/* Non applicable au form en MDL */
#contenu p label {
	float: left;/* CF. label[class=enLigne] dans  [STANDARD IMPLEMENTATION & STANDARD CMS] */
	width: 20%;
	padding-left: 10px;
}
/* =============================================================================
 * BLOC DE NAVIGATION : résultats de recherche
 * ===========================================================================*/
.blocNavigation {
	text-align: center;
	border-bottom: 1px solid #219ab5;
}
.resultatNavigation {
	margin: 5px 0;
}
.regletteNavigation {
	margin: 5px 0;
}
/* =============================================================================
 * Plan bandeau haut
 * ===========================================================================*/
#plan {
	height: 18px;
	overflow: visible;
	padding-right: 5px;
	background-color: #009ee0;
	text-align: right;
}
#plan a {
	position: relative;
	z-index: 2;
}
/* =============================================================================
 * MISE EN PLACE PAGE ACCUEIL
 * ===========================================================================*/
/*Initialisation Menu bandeauHaut*/
#gestionMenu {
	border-top: 10px solid #004B9A;
  width: 100%;
  overflow: hidden;
  margin-right: 20px;
}
/*Recherche*/
#recherche {
  border-left: 5px solid #FFF;
  float: left;
  background: #009EE0 url(images/searchGauche.gif) no-repeat bottom left;
  text-align: left;
  width: 209px;
  width: 145px;
}
#recherche form {
  padding:0;
  margin: 0;
  height: 45px;
 /* width: 209px;*/
  background: url(images/searchDroite.gif) no-repeat bottom right;
}
#recherche p {
  padding-top: 15px;
  background: url(images/moteurRecherche.gif) no-repeat top left;
  margin-left: 5px;
}
#recherche input {
  padding: 0;
  margin: 0;
}
#recherche #searchString {
  background: #4DBBE9;
  border: 1px solid #ddd;
  width: 70px;
}
#recherche .submit {
  font-size: 95%;
  border: 1px solid #ddd;
  background: #009EE0;
  color: #FFF;
}
/*Le contenu de la page d'accueil*/
/*Accueil GENERAL*/
#accueilCentre ul{
  padding: 0;
 }
#accueilCentre li{
    margin: 0 0 0 35px;
    list-style-image: url(images/puce.gif);
    padding-bottom: 2px;
    border-bottom: 1px dotted #CCCCCC;
    color: #004B9A;
}
#accueilDroite ul{
  padding: 0 0 0 25px;
 }
#accueilDroite li{
    margin:0;
    list-style-image: url(images/puce.gif);
    padding-bottom: 2px;
    border-bottom: 1px dotted #CCCCCC;
    color: #004B9A;
}
/*accueil GAUCHE*/
#accueilGauche{
  width: 340px;
  width: 290px;
  float: left;
  /*
  margin-right: 40px;
  padding-left: 20px;
  */
  padding-left: 5px;
}
#accueilGauche ul{
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #2162A7;
 }
#accueilGauche a, a:link, a:hover, a:visited{
  text-decoration: none;
  color: #2162A7;
 }
#accueilGauche li{
  padding: 0 5px;
  border-bottom: 1px dotted #CCCCCC;
}
/*accueil CENTRE*/
#accueilCentre{
  width: 280px;
  width: 250px;
  float: left;
  /*margin-right: 40px;*/
  padding-left: 10px;
}
#accueilCentre h2, #accueilDroite h2{
    padding: 0;
    color : #004B9A;
}
#accueilCentre h3, #accueilDroite h3{
    padding: 0;
    color : #004B9A;
}
#accueilGauche .paragraphe, #accueilCentre .paragraphe{
    padding-bottom: 10px;
}
/*accueil DROITE*/
#accueilDroite{
  width: 250px;
  width: 230px;
  float: right;
  margin-right: 20px;
  margin-right: 5px;
  margin-left: 10px;
  text-align: left;
}

/* =============================================================================
 * TEMPLATE
 * ===========================================================================*/
 /* tpl agenda ACCUEIL*/
/*#agendaAccueil {
    padding-top : 5px;
}
#agendaAccueil h3{
    margin: 0 0 0 65px;
    text-indent: -9999px;
    height: 20px;
    background: #FFF url(images/titreAgenda.gif) no-repeat top left;
    padding: 0;
}*/
#contenu h4 {
	font-size : 110%;
	font-weight : bolder;
	color : #004B9A;
}
#agendaAccueil h4 a {
	text-decoration : underline;
}
/*Modules gauche de la page d'accueil*/
#accueilGauche .module{
    /*margin: 0 15px 0 0;*/
    float: left;
}

/* tpl en un clic */
.tpl_en1clic h3{
    text-indent: -9999px;
    display: block;
    height: 21px;
    background: #FFF url(images/titreUnclic.gif) no-repeat top left;
    padding-top: 0;
    margin-top: 0;
}
.tpl_en1clic{
    width: 110px;
    float: left;
    padding : 2px;
}

/*Tpl newsletter*/
#contenu .tpl_newsletter{
    /*width: 110px;*/
    float: left;
    padding : 2px;
    margin-bottom: 20px;
}
#contenu .tpl_newsletter h3{
    text-indent: -9999px;
    display: block;
    height: 20px;
    background: #FFF url(images/titrenewsletter.gif) no-repeat top left;
    padding-top: 0;
    margin-top: 0;
    width: 229px;
    border-bottom-style: none;
}
.tpl_newsletter p.action {
    float: right;
}
.tpl_newsletter input {
    padding: 0;
    margin: 0;
}

.PRS_ACCUEIL_MOD_DROI{
    width: 170px;
    padding : 2px;
}

#contenu h3{
padding: 0 0 2px 0;
margin: 0;
}
/*#accueilGauche .module h3{
    margin: 0;
    padding: 0;
}*/

