/* =============================================================================
 * LAYOUT GENERAL
 * ===========================================================================*/
#document {
	width: 100%;
}
#document1000{
	width: 1000px;
	margin: 0 auto;
}
#bandeauHaut {
	height: 130px;
	padding-top: 13px;
	position: relative;
}
#corps {
	overflow: hidden;
	width: 992px;
	margin: 0 auto;
	color: #6c6c6c;
	padding-top: 10px;
}
#colonneGauche {
	float: left;
	width: 200px;
}
#contenu {
	float: left;
	width: 100%;
}
.avecDeuxColonnes #contenu {
	width: 575px;
	padding-right: 10px;
}
.avecColonneDroite #contenu, .avecColonneGauche #contenu {
	width:  760px;
}

#Accueil #colonneGauche {
	/*width: 265px;*/ /*fixed*/
	float: left;
	/*border-top: 5px solid #004b80;*/
	border-right: 1px solid #FFF;
	padding-top: 2px;
	width: 250px; /*fixed*/
}
#Accueil #contenu {
	width: 480px;
	/*border-top: 5px solid #004b80;
	border-right: 1px solid #FFF;*/
	padding-top: 4px;
	background: none;
	/*margin-left: 15px;
	margin-right: 15px;*/
	overflow: hidden;
}
#Accueil #colonneDroite {
	width: 210px; /*fixed*/
	float: left;
	/*border-top: 5px solid #004b80;*/
	padding-top: 2px;
	padding-right: 0;
	margin: 0;
	background: none;
	overflow: hidden;
}
/* =============================================================================
 * STANDARD IMPLEMENTATION & STANDARD CMS
 * ===========================================================================*/
caption{
	height:31px;
	background: #005081 url(images/fond_caption.gif) repeat-x top;
}
#contenu table{
	margin-left:1px;
	border-collapse:collapse;
	width: 99.9%;
}
#contenu table tr td{
	margin:0;
	padding:0;
	border:1px solid #dddddd;
	padding:7px;
}
table thead tr td{
	margin:0;
	background: #a1bbe0 url(images/fond_thead.gif) repeat-x top;
	color:#f6ffff;
}
.clear {clear : both;}

/* TPL AVEC FORMULAIRE : tpl_formulaire, tpl_ged, tpl_login, tpl_loginMDL, etc. */
p.action {}
p.action input {}
#Accueil #colonneDroite .tpl_login_accueil{
	margin-bottom: 10px;
}
#Accueil #colonneDroite .tpl_login_accueil input{
	border: 1px solid #e8e1d0;
	color:  #848889;
}
#Accueil #colonneDroite .tpl_login_accueil input.submit{
	border: none;
}
#Accueil #colonneDroite .tpl_login_accueil ul.aide_login{
	background: #fcfbe4;
	list-style: none;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;

}
#Accueil #colonneDroite .tpl_login_accueil ul.aide_login li{
	padding: 8px 5px;
	text-align: center;
}
#Accueil #colonneDroite .tpl_login_accueil ul.aide_login li a{
	color: #585555;
}
#Accueil .paragraphe{
	margin: 0;
}
.paragraphe {
	overflow: hidden;
	/*width: 100%;*/
	/*margin-left: 20px;*/
	margin-right: 10px;
}
/* WYSIWYG */
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}

img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}

table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}

input.checkbox,input.radio {
	border: none !important;
}




a img {border-width: 0;}
acronym {
	border-bottom: 1px dotted;
}
/* LEGENDE */
dl.legende {border: 1px solid #E8E8E8; padding: 0}
dl.legende dt {text-align: center; margin: 0; padding: 0}
dl.legende dt img {margin: 5px;}
dl.legende dd {margin: 0; padding: 0 5px; font-style: italic}
dl.legende dd img {
float:right;
margin-left: 5px;
}

/* =============================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * ===========================================================================*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/fdPage.jpg) repeat-x top;
	color:#243742;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* =============================================================================
 * ELEMENTS COMMUNS (non spécifique à la position dans le page) DE LA CHARTE
 * ===========================================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal; 
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	/*list-style-type:none;*/
  margin-top:3px;
}
#contenu ul{
	margin: 3px 0 0 10px;
	list-style: none;
}
#contenu li{
	background: url(images/puce.gif) no-repeat 4px 6px;
	padding-left:14px;
}
#Accueil li{
	background: none;
}
a:hover, a:focus {text-decoration: none;}
a{
	color:#3c3c3c;
	text-decoration:underline;
}
.paragraphe img, .module img {
    border:1px solid #999;
    padding:3px;
}
.paragraphe dl img, .module dl img {
    border: none;
    padding: 0px;
}
/* =============================================================================
 * DOCUMENT 
 * ===========================================================================*/
#document {
	background: url(images/document.jpg) no-repeat center top;
	font-size: 92%;
}
/* =============================================================================
 * BANDEAU HAUT 
 * ===========================================================================*/
#footerWrap{
	background-image: url("images/footer-bk.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	padding-top: 100px;
}

#bandeauHaut h1{
	float: left;
	padding-top: 8px;
	padding-left: 6px;
}
	/*Bandeau Haut Droite pour les pages spéciales et la recherche*/
#bandeau_haut_droite{
	float: right;
	width: 450px;
	height: 60px;
	padding-right: 10px;
	padding-top: 2px;
}
#bandeau_haut_droite ul{
	list-style: none;
	padding-top: 5px;
	text-align: right;
	float: right;
}
#bandeau_haut_droite li{
	display: inline;
	padding: 0 5px;
  
}
#bandeau_haut_droite li.dernier{
	border-left: 1px solid #FFF;
}
#bandeau_haut_droite #recherche{
	padding-top: 3px;
	float: right;
}
#bandeau_haut_droite #recherche input{
	border: 0;
}
#bandeau_haut_droite a:link, #bandeau_haut_droite a:hover, #bandeau_haut_droite a:visited {
	color: #FFF;
	font-size: 84%;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#bandeau_haut_droite #recherche #searchString{
	border: 1px solid #78a5d5;
}
#bandeau_haut_droite #recherche .bouton{
    background: transparent url(images/recherche.gif) no-repeat;
    border:0;
    height:21px;
    width:21px;
    cursor:pointer;
}

/*menu_ Menu de premier niveau dans bandeau Haut*/
#menu{
	list-style: none;
	overflow: hidden;
	width: 992px;
	background-image: url("images/niv-1-ul.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	background-color: #fff;
	padding-left: 5px;
}

#menu ul{
	display: none;
}



#menu li{
	float: left;
	padding-bottom: 8px;
	margin-right: 5px;
	list-style: none;
}

#menu li a{
	float: left;
}

/*#menu li.focus{
	display: none;
}*/

#menu li.selected, #menu li.encourt {
	background-image: url("images/ong-sub.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu.focus li.selected {
	background: none;
}


#menu li a{
	padding-left: 5px;
	display: block;
	height: 21px;
	color: #9c9c9c;
	text-decoration: none;
}

#menu li a span{
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 3px;
	line-height: 21px;
	border-right: 1px solid #fff;
}

#menu li a:hover, #menu li.selected a, #menu li.encourt a {
	background-image: url("images/ong-l.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	padding-left: 8px;
}

#menu li a:hover span, #menu li.selected a span, #menu li.encourt a span {
	background-image: url("images/ong-r.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}


#menu li.encourt ul {
	display: block;
	top: 140px;
	position: absolute;
	width: 973px;
	height: 30px;
	background-image: url("images/n2-back.png");
	background-repeat: no-repeat;
	background-position: left top;
	left: 12px;
}

#menu li.selected ul li, #menu li.selected ul li a, #menu li.selected ul li a span,
#menu li.encourt ul li, #menu li.encourt ul li a, #menu li.encourt ul li a span,
#menu li.encourt ul li a:hover, #menu li.encourt ul li a:hover span {
	background: none;
	border: none;
	line-height: 30px;
	margin: 0;
	padding:0 2px;
}
/*
#menu li.selected ul li.selected a, 
#menu li.encourt ul li.selected a{
	background-image: url("images/n2-bk-ong.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #0961a0;
	display: block;
	height: 30px;
}

#menu li.selected ul li.selected a span,
#menu li.encourt ul li.selected a span {
	background-image: url("images/n2-bk-ong-a.png");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 30px;
	line-height: 26px;
}
*/
#menuControle{
	display: none;
}

/* =============================================================================
 * CORPS 
 * ===========================================================================*/
#corps {
	margin-top: 25px;
}

#Accueil #corps{
	border: none;
}

#document #corps #contenu h3.onglet{
    height:20px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 8px;
    color: #025287;
    font-weight: bold;
    font-size: 100%;
}

#document #corps #contenu h3.onglet a{
    text-decoration: none;
    color: #025287;
}

#document #corps #contenu h3.onglet a:hover,#document #corps #contenu h3.onglet a:focus{
    text-decoration: underline;
}

#document #corps #contenu h3.onglet span{
	background: url(images/titreInterneBiseau.gif) no-repeat top right;
	float: left;
	margin-right: 15px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:0px;
	display:inline;
}
#document #corps #contenu h3.onglet span span{
	margin:0px;
	padding:0px;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	background: url(images/titreInterneFond.gif) no-repeat top left;
	display:inline;
}
.uneBreve {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
.uneBreve h4 {
  margin-bottom: 4px;
}
.uneBreve img {
  margin-right: 5px;
}
/* =============================================================================
 * COLONNE GAUCHE 
 * ===========================================================================*/
#colonneGauche {	
	min-height: 600px;
	font-size: 92%;
}
/*ici*/
#menu_niv_2{
	color: #8a8a8a;
	text-align: left;
	list-style: none;
}

#menu_niv_2, #menu_niv_2 ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu_niv_2, #menu_niv_2 ul ul{
	margin: 0;
	padding: 0;

}

#menu_niv_2 li{
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
	/*font-size: 92%;*/
}
#menu_niv_2 li a {
	/*background: #f4f4f4 url(images/menu2Niveau1.gif) repeat-x bottom;*/
	background-image: url("images/niv-1-t.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 200px;
	color: #005387;
	font-weight: bold;
	padding-top: 5px;
}

#menu_niv_2 li a span{
	display: block;
	background-image: url("images/niv-1-b.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 8px 8px 8px;
}

#menu_niv_2 a:hover{
	background-image: url("images/niv-1-hover-t.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;	
}

#menu_niv_2 a:hover span{
	background-image: url("images/niv-1-hover-b.png");
	background-position: left bottom;
}

#menu_niv_2 li.selected a{
	background-image: url("images/niv-1-selected-t.png");
	background-repeat: no-repeat;
	background-position: left top;	
	color: #fff;
}

#menu_niv_2 li.selected a span{
	background-image: url("images/niv-1-selected-b.png");
	background-position: left bottom;
}

#menu_niv_3{
	display: none;
	width: 195px;
}

#menu_niv_4{
	display: none;
}

li.selected #menu_niv_3{
	display: block;
}

li.selected li.selected #menu_niv_4{
	display: block;
}

#menu_niv_2 #menu_niv_3{
	list-style-type: none;
	background: #F0F0F0;
	padding: 5px 0 15px 0;
	background-image: url("images/niv2-bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu_niv_2 #menu_niv_3 li{
	padding:0;
	margin: 0;
}

#menu_niv_2 #menu_niv_3 li a {
	color: #8a8a8a;
	font-weight: bold;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: 13px 5px;
	margin: 0;
	line-height: 12px;
	padding-left: 25px;
	width: 170px;
}

#menu_niv_2 #menu_niv_3 li a:hover{
	color: #117ACB;
}

#menu_niv_2 #menu_niv_3 li.selected a{
	background-position: 9px 8px;
	background-image: url("images/arrow-down.png");
	color: #117ACB;
}

/**/
#menu_niv_2 #menu_niv_3 #menu_niv_4 li a {
	color: #8a8a8a;
	font-weight: bold;
	background-image: url("images/puce.png");
	background-repeat: no-repeat;
	background-position: 20px 9px;
	margin: 0;
	/*height: 25px;*/
	line-height: 12px;
	padding-left: 30px;
}

#menu_niv_2 #menu_niv_3 #menu_niv_4 li a:hover{
	color: #117ACB;
}

#menu_niv_2 #menu_niv_3 #menu_niv_4 li.selected a{
	background-image: url("images/puce-active.png");
	color: #117ACB;
}
/**/

#colonneGauche #rechercheFicheReference p {
	border-top: 4px solid #F2F2F2;
	padding-top: 5px;
	margin-top:5px;
	background: url(images/flecheBasGrise.gif) no-repeat 21px 0px;
	margin-left: 4px;
}

#colonneGauche #rechercheFicheReference p.first {
	border-top: none;
	background: none;
}

#colonneGauche #rechercheFicheReference select {
	width: 95%;
	font-size: 92%;
	margin-top: 5px;  
}

#colonneGauche #rechercheReference .image {
	border: none;
	padding: 0;
}

#colonneGauche #rechercheReference #rechercheLibre .image {
	vertical-align: bottom;
}

#colonneGauche #rechercheReference .rechercheRefHaut{
	background: url(images/fdRecherche.jpg) no-repeat top left;
	padding-top: 10px;
}

#colonneGauche #rechercheReference .rechercheRefBas{
	background: url(images/fdRechercheBas.jpg) no-repeat bottom left;
	padding-bottom: 10px;
}

#colonneGauche #rechercheLibre p {
	padding: 5px 10px;
}

#colonneGauche #rechercheLibre input {
	font-size: 92%;
	color: #999;
	border-color: #EEE;
	padding: 3px;
}

#colonneGauche #rechercheReference .action {
	text-align: center;
}

#colonneGauche #rechercheReference h3 span {
	background: #004988;
	color: #fff;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-size: 80%;
	display : block;
	padding: 3px;
	text-align: center;
}

#colonneGauche #rechercheReference h3 {
	background: url(images/flecheBasBleu.gif) no-repeat 21px 100%;
}
/* =============================================================================
 * CONTENU
 * ===========================================================================*/
#contenu {
	min-height: 600px;
	padding-left: 15px;
}

.avecDeuxColonnes #contenu {
	background: url(images/fdContenu.jpg) no-repeat left 30px;
}

.avecColonneGauche #contenu{
	background: url(images/fdMenuGauche.gif) no-repeat left 30px;
}

#contenu #chemin{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#chemin li {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 92%;
	color: #bdbdbd;
	background: none;
}

#chemin li a:link, #chemin li a:visited{
	text-decoration: none;
	color: #bdbdbd;
}

#chemin li a:hover{
	text-decoration: underline;
}

#chemin li.page_courante{
	color: #167ccc;
	font-weight: bold;
}

#contenu h2{
	font-size: 150%;
	font-weight: normal;
	color: #015488;
	/*margin-left: 20px;*/
	padding: 10px 0;
}

#contenu h3{
	color:#6d6d6d;
	font-size: 115%;
	font-weight:bold;
	margin:7px 0;
}

#contenu p {
	margin: 0 0 15px 0;
}

/* =============================================================================
 * COLONNE DROITE 
 * ===========================================================================*/
#colonneDroite {
	float: right;
	width: 185px;
	margin-top: 25px;
	padding-right: 2px;
	margin: 30px 5px 0 0;
	border-top: 1px solid #f5f5f5;
}
p.action{
	text-align: right;
	padding: 10px 0;
}
#colonneDroite h3, #colonneGauche h3{
	/*background: #82AFDA url(images/fdH3EspaceClient.gif) repeat-x bottom;*/
	background-image: url("images/h3-l-bk.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 3px;
}

#colonneDroite h3 span, #colonneGauche h3 span{
	background-image: url("images/h3-r-bk.png");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 2px;
	font-size: 92%;
}

#colonneDroite p{
	padding: 5px;
	font-size: 92%;
}
/* =============================================================================
 * BANDEAU BAS 
 * ===========================================================================*/
ul#bandeauBas{
	list-style: none;
	text-align: center;
}
div#bandeauBas{
	text-align: center;
	padding: 5px 15px 5px 5px;
	font-size: 92%;
}
#bandeauBas li{
	display: inline;
	padding: 5px 15px 5px 5px; 
	background: url(images/bandeauBasSep.gif) no-repeat center right;
}
#bandeauBas li.dernier{
	background: none;
}
#bandeauBas li a:link, #bandeauBas li a:hover, #bandeauBas li a:visited{
	color: #005487;
	text-decoration: none;
}
/* =============================================================================
 * MODULES 
 * ===========================================================================*/
.module {}
/* =============================================================================
 * FORMULAIRES 
 * ===========================================================================*/
fieldset {}
legend {}
input, textarea,select {border: 1px solid;}
input.case {border: none;}
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#contenu label {
	float: left;
	width: 20%;
	color: #4A4A4A;
	font-weight: bold;
}

#contenu input.submit{
	border: none;
	display: block;
	width: 89px;
	height: 19px;
	background-image: url("images/btn_envoyer.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}

#contenu .tpl_formulaire h3{
	color: #167DCC;
	font-size: 12px;
}

#contenu p label.enLigne {
	float: none;
	display: inline;
}
#contenu  legend {
	font-size: 110%;
	font-weight: bold;
}
#contenu  fieldset {
	border: 1px solid #F3F3F3;
	margin: 0;
	padding: 5px;
}
#contenu input,#contenu  select,#contenu  textarea {
	border: 1px solid #1F82BB;
}
#contenu fieldset p {
	padding : 0;
	margin: 5px 0;
}
/* =============================================================================
 * BLOC DE NAVIGATION : résultats de recherche
 * ===========================================================================*/
.blocNavigation { 
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: 2px 0;
	padding: 2px 0;
	color: #000;
} 
.blocNavigation .navContenu {
    background: #F3F3F3;
    width: 100%;
	overflow: hidden;
	padding: 3px 5px;
}
.resultatNavigation {
    float: left;
    padding: 2px 0;
}
.regletteNavigation {
    float: left;
    margin-left: 10px;
    padding: 2px 0;
}
.regletteNavigation span {
    border: 1px solid #D4D4D4;
    padding: 1px 3px;
    margin: 1px;
}
.regletteNavigation span.derniere {
    padding-right: 15px;
    background: url(images/recherche_derniere.gif) no-repeat 95% 50%;
}
.regletteNavigation span.premiere {
    padding-left: 15px;
    background: url(images/recherche_premiere.gif) no-repeat 5% 50%;
}
.regletteNavigation a {
    text-decoration: none;
}
/* =============================================================================
 * TPLS Spécifiques (notation provisoire)
 * ===========================================================================*/
.tpl_recherche ul {
    clear: left;
}
.tpl_recherche li {
    padding-bottom: 20px;
}
#contenu .tpl_recherche p {
    padding: 0;
    margin: 3px 0;
}
 
/* =============================================================================
 * TPLS Spécifiques (notation provisoire)
 * ===========================================================================*/
/******************* TPL BREVES *******************************/ 
#colonneGauche h4 {
	font-size: 12px;
}
#colonneGauche .tpl_breves h3 {
	background: url(images/fdH3General.gif) repeat-x center;
 }
#colonneGauche .tpl_breves .uneBreve{
	padding: 10px 5px;
}
#colonneGauche .tpl_breves h4{
 	color: #00507d;
	font-size: 92%;
}
#colonneGauche .tpl_breves .date{
 	color: #999;
}
#colonneGauche .tpl_brevesListe .date {
  color: #999;
 	font-style: italic;
 	text-align: right;
 	margin: 0 0 5px 0;
 	font-size: 11px;
}
.tpl_brevesListe .date {
  color: #999;
 	font-style: italic;
 	text-align: right;
 	padding: 0 0 0 12px;
 	font-size: 11px;
 	text-transform: lowercase;
}

.consulterLesBreves{
	text-align: right;
	padding-right: 15px;
}
.consulterLesBreves img{
	border: none;
	padding:0;
} 
 /******************* TPL MARCHES PUBLICS ET PRIVES (MODULE)*******************/
#colonneDroite .tpl_marches h3{
	background: url(images/moduleMarchesTop.gif) no-repeat center top;
	padding:9px 5px 5px 10px;
}
#colonneDroite .tpl_marches p{
	background: url(images/moduleMarchesContenu.gif) no-repeat center top;
	color: #FFF;
	font-weight: bold;
	padding: 14px 10px;
}
#colonneDroite .tpl_marches a:link, #colonneDroite .tpl_marches a:hover, #colonneDroite .tpl_marches a:visited  {
	background: url(images/moduleMarchesPied.gif) no-repeat bottom center;
	display: block;
	text-align: right;
	font-size: 84%;
	padding-right: 8px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #1563b0;
}
 /******************* TPL MARCHES PUBLICS ET PRIVES ***************************/
.tpl_avisPublicite .itemMarche {
    border: 1px solid #ECECEC;
    margin:6px 0 20px;
}
.tpl_avisPublicite .itemMarche .entete {
    background: #015488;
    border-bottom: 1px solid #ECECEC;
}
.tpl_avisPublicite .itemMarche .entete ul {
    margin: 0;
    padding: 6px 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
}
#contenu .tpl_avisPublicite .itemMarche ul {
    margin: 0;
}
.tpl_avisPublicite .itemMarche .entete li {
    margin: 0;
    padding: 0;
    /*float: left;*/
    background: none;
    color: #fff;
}
.tpl_avisPublicite .itemMarche .entete .alignleft {
   padding:0 1%;
}
.tpl_avisPublicite .itemMarche .entete .alignright {
   width: 20%;
   padding:0 1%;
}
.tpl_avisPublicite .itemMarche .entete .milieu {
   width: 56%;
}
.tpl_avisPublicite .itemMarche .centre {
    padding: 0px 10px;
}
.tpl_avisPublicite .itemMarche .pied {
    border-top: 1px solid #ECECEC;
    padding: 2%;
    width: 96%;
    overflow: hidden;
} 

.tpl_avisPublicite .itemMarche .pied .encadre {
    background: url(images/fdboutonGrisGauche.gif) no-repeat top left;
    padding-left: 20px; 
    margin: 3px;  
    float: left; 
}
.tpl_avisPublicite .itemMarche .pied .encadre div {
    background: url(images/fdboutonGrisDroit.gif) no-repeat top right;
    padding: 5px 20px 5px 0;
    float: none;
    text-transform: uppercase;
    font-size: 85%;
}

 /******************* TPL ENQUETES *******************************/
#colonneDroite .tpl_concertationListe{
	background: url(images/enquetes-publiques.gif) no-repeat center center;
	margin-top: 10px;
	height: 113px;
}
#colonneDroite .tpl_concertationListe ul{
	text-align: right;
	list-style: none;
	padding-right: 10px;
	padding-top: 50px;
}
#colonneDroite .tpl_concertationListe li a{
	color: #043452;
}
 /******************* TPL LA LETTRE *******************************/
#colonneGauche .tpl_lettre .haut{
	background-image: url("images/dashed-top.png");
	background-repeat: no-repeat;
	background-position: -4px 0;
	width: 251px;
	height: 18px;
}

#colonneGauche .tpl_lettre .mid{
	background-image: url("images/dashed-middle.png");
	background-repeat: repeat-y;
	background-position: -4px 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 221px;
}

#colonneGauche .tpl_lettre .pied{
	background-image: url("images/dashed-bottom.png");
	background-repeat: no-repeat;
	background-position: -4px 0;
	width: 251px;
	height: 17px;
}

#colonneGauche div.haut{
	background: #FFF url(images/topLettre.gif) no-repeat center top ;
	padding-top: 10px;
}
#colonneGauche div.pied{
	background: #FFF url(images/piedLettre.gif) no-repeat center top ;
	padding: 15px 0;
}
#colonneGauche .tpl_lettre h4{
	font-family: TREBUCHET MS;
	font-size: 140%;
	font-weight:normal;
	padding:0 0 5px 0;
	color: #004c77;
}
#colonneGauche .tpl_lettre h4 span{
	color: #d0c500;
}
#colonneGauche .tpl_lettre h4 a{
	color: #004c77;
	text-decoration: none;
}
.mid { margin-top: 10px; }
.voirLesLettres{
	padding-right: 5px;
	padding-top: 10px;
}
.voirLesLettres img{
	border: 0;
} 
 /******************* TPL REFERENCES LISTE **************************/
#contenu .tpl_ficheReferenceListe .itemListe{
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
#contenu .tpl_ficheReferenceListe .motCle {
    padding: 5px 0;
    margin-left: 215px;
    padding-left: 33px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #FAFAFA url(images/fdMotCle.gif) no-repeat 7px 6px;
}
 /******************* TPL REFERENCES *******************************/
#contenu .tpl_references{
	overflow: hidden;
	position: relative;
}
#contenu .tpl_references .holder{
	overflow: hidden;
}
#contenu .tpl_references h3{
	background-image: url("images/bk-center.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 500px;
	height: 24px;
	line-height: 24px;
	color: #FFF;	
    font-size: 100%; 
	float: left;
	font-weight: normal;
	margin:0;
	text-indent: 5px;

}
#contenu .tpl_references .consulterReferences{
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 23px;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url("images/puce-plus.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	text-decoration: none;
}

#contenu .tpl_references .consulterReferences:hover{
	text-decoration: underline;
}

#contenu .tpl_references img{
	border: none;
	padding:0;
}
#diapo .controls{
	overflow: hidden;
	background: url(images/referencesFdTitre.gif) repeat-x top;
}
#diapo .diapoControls{
	float: left;
	background: url(images/referencesOnglet.gif) no-repeat left bottom;
	width: 70px;
}
#diapoLegend{
	float: left;
}
 /******************* TPL OFFREFONCIERE********************************/

#contenu .image {
	border: none;
}
#contenu .tpl_offreFonciere .listeItem {
	width: 100%;
	overflow: hidden;
}
#contenu .tpl_offreFonciere .listeItem p{
	margin: 0;
}
#contenu .tpl_offreFonciere .item h4{
	font-size: 120%;
}
#contenu .tpl_offreFonciere .item {
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.tpl_offreFonciere .Droite {
  float: right;
	width: 219px;
	margin-top: 25px;
	padding-right: 2px;
  background:transparent none repeat scroll 0 0;
  margin-right: 3px;
	border-top: 1px solid #f5f5f5;
  padding-top:2px;
}
#contenu .Droite h3{
  color:#FFF;
  font-size:100%;
  font-weight:normal;
  margin:7px 0;
	background: #82AFDA url(images/fdH3EspaceClient.gif) repeat-x bottom;
}
.Droite p{
	padding: 5px;
	font-size: 92%;
}

.tpl_offreFonciere .Gauche {
  width: 500px;
  float: left;
}
.tpl_offreFonciere h3.onglet{
    height:20px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 8px;
    color: #025287;
    font-weight: bold;
    font-size: 100%;
}
.tpl_offreFonciere h3.onglet a{
    text-decoration: none;
    color: #025287;
}
.tpl_offreFonciere h3.onglet a:hover,.tpl_offreFonciere h3.onglet a:focus{
    text-decoration: underline;
}
.tpl_offreFonciere h3.onglet span{
	background: url(images/titreInterneBiseau.gif) no-repeat top right;
	float: left;
	margin-right: 15px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:0px;
	display:inline;
}
.tpl_offreFonciere h3.onglet span span{
	margin:0px;
	padding:0px;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	background: url(images/titreInterneFond.gif) no-repeat top left;
	display:inline;
}
#contenu .tpl_offreFonciere .tpl_trombinoscopeMDL .item {
    width: 100%;
}
#contenu .tpl_offreFonciere .tpl_trombinoscopeMDL {
    padding: 5px;
    border: 1px solid #F5F5F5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    zoom: 1;
    overflow: hidden;
}

#colonneGauche .tpl {
  /*border-top:5px solid #004B80;*/
  color:#8A8A8A;
  font-size: 110%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left: 3px;
  /*margin-top: 25px;*/
  text-align: left;
  font-size: 92%;
}
#colonneGauche .tpl_offreFonciereListe_MDL {
  color:#8A8A8A;
  font-size: 110%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left: 3px;
  text-align: left;
  font-size: 92%;

}

#colonneGauche .tpl_offreFonciereListe_MDL h3{
	background:#F4F4F4 url(images/menu2Niveau1.gif) repeat-x scroll center bottom;
  color:#005387;
  display:block;
  font-weight:bold;
  margin:0;
  padding:5px;
  text-decoration:none;
  font-size: 92%;
}

#colonneGauche .tpl_offreFonciereListe_MDL ul {
    background:#F0F0F0 url(images/niv2-bottom.png) no-repeat scroll left bottom;
    list-style-type:none;
    padding:5px 0 15px;
}
#colonneGauche .tpl_offreFonciereListe_MDL li {
	background: none;
	padding: 0;
	marging: 0;
}
.tpl_offreFonciereListe_MDL li a {
	background-image:url(images/arrow.png);
    background-position:13px 5px;
    background-repeat:no-repeat;
    color:#8A8A8A;
    font-weight:bold;
    line-height:12px;
    margin:0;
    padding-left:25px;
    width:170px;
    font-size: 11px;
    text-decoration: none;
    padding-top: 5px;
    display: block;
}
.tpl_offreFonciereListe_MDL li.selected{
	background: url(images/menu2selected.gif);
}
.tpl_offreFonciereListe_MDL li a:hover, .tpl_offreFonciereListe_MDL li.selected a{
	color: #117ACB;
}



/*#colonneGauche .tpl_offreFonciereListe_MDL ul {
	margin-left: 1%;
	margin-top: 10px;
}
#colonneGauche .tpl_offreFonciereListe_MDL li {
	margin-bottom: 7px;
}
#colonneGauche .tpl_offreFonciereListe_MDL h3 {
	background:#82AFDA url(images/fdH3ColDroite.gif) repeat-x scroll center bottom;
}*/
 /******************* TPL TROMBINOSCOPE *******************************/
#contenu .tpl_trombinoscope {
	width:100%;
	overflow: hidden;
}
#contenu .tpl_trombinoscope img, #contenu .tpl_trombinoscopeMDL img {
	border: none;
	padding:0;
	}
#contenu .tpl_trombinoscope .item0 {
	clear: left;
	float: left;
	width: 345px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
	background: url(images/fdTrombiHaut.gif) no-repeat top left;
	display:inline;
}
#contenu .tpl_trombinoscope .item1 {
  display:inline;
	clear: right;
	float: right;
	width: 345px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
	background: url(images/fdTrombiHaut.gif) no-repeat top left;
}
#contenu .tpl_trombinoscope .bordureBas {
	background: url(images/fdTrombiBas.gif) no-repeat bottom left;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#contenu .tpl_trombinoscope .contenuItem {
    padding: 0 12px;
}
#contenu .tpl_trombinoscope .contenuText {
    float: right;
    width:  235px;
}
#contenu .tpl_trombinoscopeMDL .contenuText {
    /*float: right;
    width:  127px;*/
}
#contenu .tpl_trombinoscopeMDL .contenuText p {
    margin-right: 5px;
}
#contenu .tpl_trombinoscope p, #contenu .tpl_trombinoscopeMDL p {
    margin: 4px 25px 4px 0;
    padding-bottom: 5px;
}
#contenu .tpl_trombinoscope .email, #contenu .tpl_trombinoscopeMDL .email  {
    background : url(images/fdEmail.gif) no-repeat 0 4px;
    padding-left: 20px;
}
#contenu .tpl_trombinoscope .souligne, #contenu .tpl_trombinoscopeMDL .souligne {
    border-bottom: 1px solid #F5F5F5;
}

 /******************* TPL Fiche Référence  *******************************/
#contenu .tpl_ficheReference {
	width:100%;
	overflow: hidden;
}
#contenu .tpl_ficheReference h3 {
    color: #095287;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 10px;
    font-weight: bold;
    font-size:13px;
}
#contenu .tpl_ficheReference h4 {
    color: #095287;
    padding-bottom: 10px;
}
#contenu .tpl_ficheReference .conteneurImage {
    border: 1px solid #E3E3E3;
    padding: 3px;
    width: 290px;
    float: left;
    margin: 0;
}
#contenu .tpl_ficheReference .conteneurImage dd {
	color:#9f9f9f;
}
#contenu .tpl_ficheReference .description {
    float: right;
}
#contenu .tpl_ficheReference .description {
    width: 660px;
}
.avecColonneDroite #contenu .tpl_ficheReference .description {
    width: 430px;
}
.avecColonneGauche #contenu .tpl_ficheReference .description {
     width: 420px;
}
.avecDeuxColonnes #contenu .tpl_ficheReference .description {
    width: 240px;
}
#contenu .tpl_ficheReference .description p{
    margin: 5px 0;
}
#contenu .tpl_ficheReference #diaporama {
    clear: both;
}
#contenu .tpl_ficheReference .telecharger a{
	padding-left: 22px;
	background: url(images/fdTelechargement.gif) no-repeat top left;
}
#contenu .tpl_ficheReference .telecharger {
	padding: 7px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: #FAFAFA;
}
 /******************* TPL Publication liste  *******************************/
.tpl_publicationListe {}
.tpl_publicationListe .itemListe{
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
#contenu .tpl_publicationListe .date {color: #999;}
#contenu .tpl_publicationListe .telecharger {padding: 7px;}
#contenu .tpl_publicationListe .telecharger a{
	padding-left: 22px;
	background: url(images/fdPDF.gif) no-repeat top left;
	font-weight: bold;
}
 /******************* PRS LISTE DE LIENS *******************************/
#Accueil #corps .PRS_LISTELIENS{
	margin-top: 12px;
	background: url(images/hautLiens.gif) no-repeat center top;
	padding-top: 10px;
}
#Accueil #corps .PRS_LISTELIENS li{
	background: url(images/moduleLiensInterne.gif) no-repeat center bottom;
	padding: 4.5px;
}
#Accueil #corps .PRS_LISTELIENS ul{
	background: url(images/basLiens.gif) no-repeat center bottom;
	list-style: none;
	padding-bottom: 12px;
}
#Accueil #corps .PRS_LISTELIENS li a{
	font-size: 117%;
	color: #62737d;
	padding-left: 5px;
	display: block;
}
#corps .PRS_LISTELIENS{
	margin-top: 12px;
	background: url(images/hautLiens.gif) no-repeat center top;
	padding-top: 10px;
}
#corps .PRS_LISTELIENS li{
	background: url(images/moduleLiensInterne.gif) no-repeat center bottom;
	padding: 4.5px 11px;
}
#corps .PRS_LISTELIENS ul{
	background: url(images/basLiens.gif) no-repeat center bottom;
	list-style: none;
	padding-bottom: 12px;
}
#corps .PRS_LISTELIENS li a{
	font-size: 117%;
	color: #62737d;
	padding-left: 5px;
	display: block;
}
/******************* PRS LISTE DE LIENS 2 *******************************/
#corps .PRS_LISTELIENS2 {
	color: #005488;
	margin-bottom: 10px;
}
#corps .PRS_LISTELIENS2 h3{
	margin:0px;
}
#corps .PRS_LISTELIENS2 li{
	padding-left: 22px;
	background: url(images/puceH3ColDroite.gif) no-repeat bottom;
	line-height: 23px;
	padding-bottom: 4px;
	padding-top: 2px;
}
#corps .PRS_LISTELIENS2 li.lastli{
	background:url(images/ColDroiteArrondiBas.gif) no-repeat 0 0;
	line-height:22px;
	padding-bottom:8px;
}
#corps .PRS_LISTELIENS2 ul{
	list-style-type:none;
	background:#fffbf1 url(images/ColDroiteArrondiHaut.gif) no-repeat 0 0;
	width:211px;
	padding-top:6px;
	margin-top:10px;
}
#corps .PRS_LISTELIENS2 a{
	color:#005488;
	text-decoration:none;
}

 /******************* PRS CARTO *******************************/
#contenu .PRS_CARTO {
	border-left: 1px solid #f1ecd5;
	border-right: 1px solid #f1ecd5;
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
}
#contenu .PRS_CARTO h3 {
	background: url(images/fdH3Carto.gif) repeat-x center;
 	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	padding: 5px; 
	margin: 0;
 }
#contenu .PRS_CARTO h3 {
    clear: both;
}
#contenu .PRS_CARTO h4{
	color: #005487;
	border-bottom: 1px solid #f1ecd5;
	padding: 5px;
}
#contenu .PRS_CARTO ul {
	list-style: none;
	font-size: 84%;
}
#contenu .PRS_CARTO li{
	padding: 5px;
	border-bottom: 1px solid #f1ecd5;
}
 #contenu .PRS_CARTO img {
	border: none;
	padding:0;
}
/************** Glossaire *************************/
.tpl_glossaire p {
	margin-bottom: 15px; 
}
.tpl_glossaire p .Engras {
	font-weight: bold;
	margin-right : 10px;

}
/************** Citation *****************************/
#corps .PRS_CITATION{
	color:#607480;
	background: url(images/guillemets.jpg) no-repeat left top;
	margin-left:30px;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
	font-size:92%;
	margin-top:10px;
}
#corps .PRS_CITATION h3{
	color:#607480;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}
/************ Plan du Site ********************************/
.tpl_plansite li{
	background: none;
}
.tpl_plansite ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 134%;
}
.tpl_plansite ul li a{
	color: #005487;
	text-decoration: none;
}
.tpl_plansite ul ul{
	font-size: 92%;
}
.tpl_plansite ul ul li a{
	font-weight: bold;
}
.tpl_plansite ul ul ul{
	font-size: 84%;
}
.tpl_plansite ul ul ul li a:link, .tpl_plansite ul ul ul li a:visited{
	color: #8A8A8A;
	font-weight: normal;
}
.tpl_plansite ul li ul li ul li a:hover{
	color: #005487;
	font-weight: bold;
}
.metier {
  padding-bottom: 18px;
  color:#005487;
}
.metier a {
  color:#005487;
  text-decoration: none;
}
.infos {
  padding-bottom: 5px;
  color:#243742;
}
.infos a {
  color:#243742;
  text-decoration: none;
}
.gauche {
  float: left;
}
.description {
  padding: 2px 0 15px 0;
}

