/* CSS Document */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
/************************************************************************************/
/*                         STYLES DE BASE                                           */
/************************************************************************************/
body { 
    margin: 0;
    padding: 1em; 
    font-family:Arial, Helvetica, sans-serif;
    font-size: .8em; 
    line-height: 1.4;
    background-color: #f0f0e4;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1em;
    position: absolute;
    padding-left: 2px;
}
h2 {
    font-size: 1.5em;
}
#contenu h3 {
    font-size: 1.5em;     	
    padding: 5px 3px;      	      	
}

h4 {
    font-size: 14px;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Liens */
a {
    color: #605e5f;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
    color: #605e5f;
    text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
    border: none;
}
a.alt,
a.alt:hover,
a.alt:visited
{
    color:#ec7623; 
    font-weight:bold;
    line-height:35px;
    text-decoration:none;
    padding-left:23px;
    padding-top:5px;   
    padding-bottom:5px;   
    background-image: url(images/bt_fleche-orange.gif);
    background-position: left center;
    background-repeat: no-repeat; 
}
a.alt:hover {
    text-decoration:underline;
}
a.prix {
    font-size:25px;
    line-height: 25px;
    display:block;
    clear:both;
    text-decoration: none !important;
    color:#ec7623 ;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}


input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
p label {
    display: block;
    font-weight:bold;
}

/* -------------------------------------- */
/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
    margin: .5em 0;
}


.clear {
	/*clear: both;
	font-size: 1px;*/
  display:none;
}
/************************************************************************************/
/*                             Images                                               */
/************************************************************************************/
img.alignleft {
	float: left;
	padding-right: 5px;
}
img.une {
	float: left;
	border: 1px solid #EFEFEF;

	padding-right:2px;
}
img.unedroite {
	float: right;
	border: 1px solid #EFEFEF;
	padding-left:2px;
}
img.alignright {
	float: right;
}
/************************************************************************************/
/*                                       POPUP                                      */
/************************************************************************************/

#popup {
    display:none;
    margin: 0;
    padding: 0;
    background-color:#000000;
}
#popup a.print{
    color: white;
    padding-left: 20px;
    padding-right: 5px;
    height: 20px;
    text-decoration:none;
    background-image: url(images/print.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#popup a.close{
    color: white;
    padding-left: 20px;
    padding-right: 5px;  
    height: 20px;
    text-decoration:none;
    background-image: url(images/close.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#popup_gauche {
    float:left;
    height:50px;
    margin: 0;
    padding: 0; 
    width:auto;	
}
#popup_droite {
    vertical-align: middle;
    text-align:right;
    background-color:#000000;
    height:43px;
    margin: 0;
    padding: 0;
    padding-top: 7px;  
}
/************************************************************************************/
/*                             BODY - DOCUMENT - CORPS                              */
/************************************************************************************/
#skycrapper {
  clear:both;
  display: block;  
}
#header{
	width: 1000px;
  background-color: #ffffff;
  border: 1px black solid;
}
#banniere{
display: block;
margin-bottom: 10px;
}
#document {
	position: relative;
	width: 1000px;
	margin:0 auto;
	padding: 0;

}
#corps {		
	float:left;
	display: block;
	clear: both;
  width:1000px;
  margin:0 auto;
  background: #FFFFFF;
	position:relative;
  top:-215px;
  border-left: 1px black solid;
  border-right: 1px black solid;
}
#colonnegauche {
	float:right;
  margin:0px;
  margin-left: 5px;
  margin-right: 5px;    
  padding: 0px;
	padding-bottom:10px;
	width:300px;
}
#colonnedroite {
	float:right;
	margin:0;
	padding: 0;
	width:130px;
	padding-top: 10px;
}

#contenu {	
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	padding-left:10px;	
	width:530px!important;
  line-height: 1.3em!important;    
}
#contenu p
{
  padding-top: 0px;
  margin-top: 5px;
}
#contenu table {
	font-family: Arial, Helvetica, sans-serif;
}
#contenu th {
	background-color: #ec7623;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	padding: 2px 5px;
}
#contenu td {
	padding: 2px 5px;
	vertical-align:top;
}
/*
#contenu td 
{
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  vertical-align: top;
}*/
#contenu img 
{
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}
#corps .avecDeuxColonnes {

}
#corps .avecColonneDroite, #corps .avecColonneGauche {

}
/************************************************************************************/
/*                                HAUT DE PAGE                                       */
/************************************************************************************/
#bandeau {
    background: #FFFFFF;      
}


/************************************************************************************/
/*                                   NAVIGATION                                     */
/************************************************************************************/
#navprimaire {
	position:relative;
  top: -212px;
  right: -730px;
  width:260px;
  margin:0;
	padding:0;
}


#navprimaire dd, #navprimaire dt, #navprimaire ul, #navprimaire li, #navprimaire a {width:inherit;}
#navprimaire dl {
  padding:0;
  margin: 0;
}

#navprimaire dt {
	position:relative;
	text-align:left;
  display:block;  
  padding:0;
  margin:0;
}

#navprimaire dt img{
  visibility: visible;
}

#navprimaire dt a {
	display:block;
	text-decoration:none;
	color : #ffffff;
	padding:2px;
  }

#navprimaire dt a:hover {
	color : #000000;
	background-color: #c0c0c0;
}
#navprimaire dt a.Niv1actif {
	color : #000000;
	background-color: #ffffff;
}

#navprimaire ul {
	position:absolute;
	top:-10px;
	left:-290px;
	width:230px;
	height:180px;
	padding-top:5px;
	display:none;
	list-style-type: none; /* n'affiche pas les points des li enfants sous Firefox*/
	z-index:100!important;
}

#navprimaire li {
	display:block;
	text-align: right;
	width:100%;
}

#navprimaire li a{
	display:block;
	border: 0px;
	color : #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	background-image: url(images/puce_blanche.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
	padding-right:10px!important;
}
#navprimaire li a:hover{
	color : #000000;
	background-color: #c0c0c0;
}
#navprimaire li a.Niv2actif{
	color : #000000;
	background-color: #ffffff;
}

#barrenav{
	position:relative;
	top:-210px;
	left:720px;
  width:260px;
  text-align: right;
  padding-top:23px;
  background-image: url(images/bug_ie6.gif);
  z-index: 1000;
}
#barrenav  #form_recherche_mdl{
  float:left;
  width:135px;
  padding:0;
}
#barrenav #form_recherche_mdl #searchString{
  margin:0;
  padding:0;
  width:130px;
  height:27px;
  border: 0;
  background-image: url(images/fond_recherche.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top:4px;
  padding-left: 5px;
  padding-right: 5px;
}
#barrenav #SearchButton img{
  margin:0;
  padding:0;
  margin-right: 5px!important;
}

/************************************************************************************/
/*                                      CHEMIN                                      */
/************************************************************************************/
#chemin {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    /*width: 540px;*/
    margin: 0;
    background-color: transparent;
    background-image: none;
    font-size:0.85em;
}
#chemin a{
    color: #ec7623;
}
/************************************************************************************/
/*                                   FORM RECHERCHE                                 */
/************************************************************************************/
#formRecherche {
	/*width: 70%;
	margin: auto;*/
	padding: 0;
	margin: 0;
}
#formRecherche #filtre {
	float: left;
	/*width: 64%;*/
}
#formRecherche #filtreInit {
	/*float: left;
	width: 35%;*/
}
#formRecherche #filtreInit input{
	float: left;
	/*width: 35%;*/
}
#formRecherche #filtreInit label{
	width: 35%;
}
#formRecherche p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#formRecherche p label {
	float: left;
	width: 120px;
	font-weight: normal !important;
}
#formRecherche p input, #formRecherche p select, #formRecherche p span  {
	text-align: left;
  /*float: right;*/
}
#formRecherche p span input, #formRecherche p span select {
	float: none;
	display: inline;
}
#formRecherche input, #formRecherche select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #bebebe;
	padding: 1px;
}
/************************************************************************************/
/*                                            CONTENU                               */
/************************************************************************************/


#contenu .paragraphe {
    margin: 0 0 10px 0;
    display:block;
    padding-left: 0px;
    clear: both;
}

#contenu div.paragraphe p a{
	color:#EC7623;
	text-decoration:none;
}
#contenu div.paragraphe p a:hover{
	text-decoration:underline;
}

#contenu .bloc0, .bloc1 {
	clear: both;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px!important;
	padding-bottom:1px!important;
}

#contenu .bloc_liste_v {
  border-bottom: 2px #f3f3e7 solid;
}

#contenu .bloc0  a, #contenu .bloc1  a{
    font-size: 14px;
}
/* OA Grossir lien liste spec Article revue */
.tpl_revueArticleListe ul li a{
    font-size: 14px;
}

#contenu .tpl .bloc1 {
	background-color: #f3f3e7;
}

#contenu .tpl label, #contenu .tpl dt {
	font-weight: bold;
}

#contenu .tpl dd {
	margin:0;
	padding-bottom:10px;
}

#contenu .tpl select, #contenu .tpl input, #contenu .tpl button, #contenu .tpl textarea, #contenu .tpl td {
}

#contenu .tpl ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

/************************************************************************************/
/*                                         STYLES SPECIAUX                          */
/************************************************************************************/
.PRS_TPL_V2AME_300 div.tpl{
  background-image: url(images/trait_300_haut.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-left: 2px #404040 solid;
  border-right: 2px #404040 solid;
  border-bottom: 2px #404040 solid;
}

#contenu .PRS_V2AME_KIT, #colonnegauche .PRS_V2AME_KIT{
  background-image: url(images/AME_kit-fond-GF.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width:280px;
  height:280px
}
#contenu .PRS_V2AME_KIT .tpl_docDiversFicheMdl, #colonnegauche .PRS_V2AME_KIT .tpl_docDiversFicheMdl{
  padding-top:20px;
  padding-left:25px;
  padding-right:25px ;
  padding-bottom:25px ;
}
#contenu  .PRS_V2AME_KIT h3, #colonnegauche   .PRS_V2AME_KIT h3{
  padding-left:80px;
  padding-top:35px;
  font-size: 18px;
  color:#ea6a0f;
}

#contenu .PRS_ACCROCHE1 {
	/*background-color: #f6f6f6;*/
	border: none;
}
#contenu .PRS_ACCROCHE2 {
	/*background-color: #f6f6f6;*/
	 border:1px solid #ec7623;
	 padding:5px;
}

/************************************************************************************/
/*                                      PAGINATION                                  */
/************************************************************************************/
#contenu .blocNavigation {
	clear: both;
    text-align: center;
}
#contenu .regletteNavigation {
	margin: 10px 0 10px 0;
}
#contenu .regletteNavigation span{
	padding: 2px 0;
	/*border-bottom: 1px solid black;*/
}
#contenu .regletteNavigation a {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #ec7623;
    margin-top: 0pt;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 5px;
    text-decoration: none;
    border-right: 1px solid #000000;
}
#contenu .regletteNavigation a:hover,
#contenu .regletteNavigation a.pageSelected {
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
}
/************************************************************************************/
/*                                      MODULES                                     */
/************************************************************************************/
.colonne1,.colonne2 {
vertical-align: top;
padding-left: 0!important;
}

/*                                Agenda                                       */
/*
.module .tpl_agendaLast {
    border-left: 2px #000000 solid;
    padding-left:10px;
}*/
.tpl_agendaLast h2.v2ame_aide_AGENDA{
    height:52px;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_agenda.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_agendaLast ul{
	margin:0;
	padding:0;
}
.tpl_agendaLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_agendaFiche h4{
  font-size: 16px;
}
/*                                Questions/réponses                           
.para_accueil .tpl_faqV2AME {
    border-left: 2px #000000 solid;
    padding-left:10px;
}
*/
.tpl_faqV2AME h2.v2ame_aide_FAQ{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_questions-reponses.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_faqV2AME ul{
	margin:0;
	padding:0;
}
.tpl_faqV2AME li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left  7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_faqListe h4.titre_rubrique{
  font-size:14px;
  font-variant: small-caps;
  color:#ec7623;
  padding-top:15px;
  padding-bottom:1px;  
}
.tpl_faqFiche  h4{
  font-size: 16px;
  
}
/*                                MP3                           */
h2.v2ame_aide_POD{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_podcast.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

/*                            tpl_recherche                              */
.tpl_recherche h4{
  font-size:14px;
  font-variant: small-caps;
  color:#ec7623;
  padding-top:15px;
  padding-bottom:1px;  
}
/*                                Actualités Hyperbreves                */
.tpl_hyperbreveLast h2.v2ame_aide_HPB{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_actualites.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_hyperbreveLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_hyperbreveLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_hyperbreveListe .bloc0 p strong, .tpl_hyperbreveListe .bloc1 p strong{
  font-size: 12px;
  color: #ec7623;
}
.tpl_hyperbreveFiche h3{
  display: none;
}
.tpl_hyperbreveFiche h4{
  font-size: 16px;
}
/*                                tpl formations                */
.tpl_v2ameformationLast h2.v2ame_aide_FORM{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_formations.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_v2ameformationLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_v2ameformationLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}

/*                                Mode d'emploi revue                          */
.tpl_revueArticleLast h2.v2ame_aide_REVUE,
.tpl_revueArticleLastMDL h2{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_articles.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_revueArticleLast ul,
.tpl_revueArticleLastMDL ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_revueArticleLast li,
.tpl_revueArticleLastMDL li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_revueFiche a.titre{
  color: #ec7623;
}
.tpl_revueArticleFiche h3{
  border-top: 2px #f3f3e7 solid;
}

/*                                Guide ouvrage                          */
.tpl_ficheOuvrageNumeroLast h2.v2ame_aide_OUVRAGE{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_guides.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_ficheOuvrageNumeroLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_ficheOuvrageNumeroLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_ouvrageNumeroFiche h3{
  border-top: 2px #f3f3e7 solid;
}

/*                                Kits                          */
.tpl_docDiversLast h2.v2ame_aide_KITS{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_kit.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_docDiversLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_docDiversLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_docDiversListe .bloc_liste_v  p  strong{
  font-size: 12px;
  color: #ec7623;
}
.tpl_docDiversListe .bloc_liste_v  p  a{
  font-size: 14px;
}
/*     Doc Divers */
.tpl_docDiversFiche table{
  border-collapse:collapse;
}
.tpl_docDiversFiche table.liste{
  border: 2px #d3c5ba solid;
}
.tpl_docDiversFiche table th{
  text-align: left;
  background-color: #ebebe1;
  height:20px;
}
.tpl_docDiversFiche table tr.alter0{
  background-color: #f3f3e7;
}
.tpl_docDiversFiche table td{
  vertical-align: middle!important;
}

/*                                Modeles                          */
.tpl_v2_mdeModeleLast h2.v2ame_aide_MODELES{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_modeles.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_v2_mdeModeleLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_v2_mdeModeleLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_mdeModeleFiche h3{
  border-top: 2px #f3f3e7 solid;
}
/*                                Petites annonces                  */
.tpl_petitesAnnoncesLast h2.v2ame_aide_ANNONCES{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_PA.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_petitesAnnoncesLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_petitesAnnoncesLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_petitesAnnoncesListe h4.titre_rubrique, .tpl_chat h4.titre_rubrique{
  font-size:14px;
  font-variant: small-caps;
  color:#ec7623;
  padding-bottom:1px;  
}
.tpl_petitesAnnoncesFiche h4{
  font-size: 16px;
}
/*                                Appel a projet                  */
.tpl_appelprojetLast h2.v2ame_aide_APP{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_appelsProjet.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_appelprojetLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_appelprojetLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_appelprojetListe .bloc0 p strong, .tpl_hyperbreveListe .bloc1 p strong{
  font-size: 12px;
  color: #ec7623;
}
.tpl_appelprojetFiche h4{
  font-size: 16px;
}

/*                                Base doc                  */
.tpl_basedocLast h2.v2ame_aide_BDFC{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_guides.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_basedocLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_basedocLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}

.tpl_basedocListe h4.titre_rubrique a{
  font-size:14px;
  font-variant: small-caps;
  color:#ec7623;
  padding-top:15px;
  padding-bottom:1px;  
  text-decoration: none;
}
#contenu .tpl_basedocFiche h2{
  display: block!important;
  font-size: 16px;
}
.module h3 {
margin-top:10px!important;
text-align: center;
}
/*                                Fiche Annuaire                  */
.tpl_ficheAnnuaireLast h2.v2ame_aide_FIA{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_annuaire.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_ficheAnnuaireLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_ficheAnnuaireLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_ficheAnnuaireListe h4.titre_rubrique{
  font-size:14px;
  font-variant: small-caps;
  color:#ec7623;
  padding-top:15px;
  padding-bottom:1px;  
}
.tpl_ficheAnnuaireFiche  h4{
  font-size: 16px;
}
/*                                Initiatives                  */
.tpl_initiativeLast h2.v2ame_aide_INI{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_initiatives.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_initiativeLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_initiativeLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}
.tpl_initiativeFiche  h4{
  font-size: 16px;
}

/*                                Revue Fiche                          */
.tpl_revueFiche h3{
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;
    padding-top: 14px;
    font-family: Arial,Helvetica,sans-serif;
    border-top: 2px #f3f3e7 solid;
    clear: both;
    color: #ec7623;
    font-weight: bold;
    font-size: 20px!important;
    line-height: 24px!important;
}
/*                                Debat module home                         */

.tpl_v2ame_debatMDL{
  background-image: url(images/module_exprimez-vous.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width:300px;
  height:240px;
}
.tpl_v2ame_debatMDL div.debat{
  padding-top:67px;
  padding-left:20px;
  padding-right:20px;
}
.tpl_v2ame_debatMDL div.debat p.question{
  margin:0;
  padding:0;
  text-align: center;
  font-size:17px;
  font-weight: bold;
  color: #ffffff;
}
.tpl_v2ame_debatMDL div.debat table{
  padding:0;
  margin:0;
  text-align: center;
}
.tpl_v2ame_debatMDL div.debat td.pour{
  background-image: url(images/bt_exprimez-vous_pour.gif);
  background-position: left center; 
  background-repeat: no-repeat;
  text-align: center;
  width:78px;
  height:26px;
  font-size:18px;
  color: #000000;
}
.tpl_v2ame_debatMDL div.debat td.contre{
  background-image: url(images/bt_exprimez-vous_contre.gif);
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  width:103px;
  height:26px;
  font-size:18px;
  color: #000000;
}
.tpl_v2ame_debatMDL div.debat p.reponse{
  margin:0;
  text-align: left;
  color: #000000;
  width:250px;
}
.tpl_v2ame_debatMDL div.debat p.reponse a{
  color: #ffffff;
}
.tpl_v2ame_debatMDL a.autresreactions{
    font-weight:bold;
    line-height:35px;
    text-decoration:none;
    padding-left:23px;
    padding-top:2px;   
    padding-bottom:2px;   
    background-image: url(images/bt_exprimez-vous_fleche.gif);
    background-position: left center;
    background-repeat: no-repeat; 
}
/* forum */
.tpl_forumListe table, .tpl_forumFiche table, tpl_forumDiscListe table{
padding: 0;
margin: 0;
}

.tpl_forumListe .conteneur {
padding: 0!important;
margin: 0!important;
}

.tpl_forumListe .conteneur table {
display: none;
padding: 0!important;
margin: -3px!important;
}

.tpl_forumListe .choix, .tpl_forumFiche .choix {
width:280px!important;
}

.tpl_forumDiscListe .choix {
width:210px!important;
}

.tpl_forumDiscListe .initie {
width:100px!important;
}

.tpl_forumListe .msg, .tpl_forumFiche .msg, .tpl_forumDiscListe .msg {
width:30px!important;
}

.tpl_forumListe .last, .tpl_forumFiche .last, .tpl_forumDiscListe .last {
width:120px!important;
}

#contenu .tpl_forumDiscFiche .fonction{
text-align: right!important;
color: #e32322!important;
font-weight: bold!important;
}

.tpl_forumDiscFiche .fonction table a{
color: #e32322!important;
font-weight: bold!important;
text-decoration: none;
}

#contenu .tpl_forumDiscAdd fieldset, #contenu .tpl_forumProfil  fieldset{
margin-left: 5px;
margin-right: 5px;
}

#contenu .tpl_forumDiscFiche .infoMsg{
font-size: 9px;
padding: 0px;
padding-left: 5px;
margin: 0px;
}

#contenu .tpl_forumDiscFiche .contenuMsg{
text-align: justify;
}

#contenu .tpl_forumListe .sujet {
font-weight: normal;
text-decoration: none!important;
}

/* fin forum */

/* Pu_blicité 
#colonnegauche .PRS_PUBLICITE {
  position: relative;
  left:-10px;
	background-image:url(images/trait_publicite.gif);
  background-repeat: no-repeat;
	background-position: left  top;
  margin-bottom: 0px!important;
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 13px;
  padding-left: 10px!important;
  width: 300px;
  height: 300px;
  min-height: 300px;
}  */
/* Dazibao */
.tpl_dazibao  div.daz00 {
float: left;
background-color: #ffffff;
width:340px;
}
.tpl_dazibao  div.daz01 {
float: right;
background-color: #ffffff;
width:160px;
}
.tpl_dazibao  div.daz10 {
float: left;
background-color: #ffffff;
width:160px;
}
.tpl_dazibao  div.daz11 {
float: right;
background-color: #ffffff;
width:340px;
}
.tpl_dazibao  div.frm{
padding:10px;
}
.tpl_dazibao  div.frm{
padding-top:50px;
}
.tpl_dazibao  div.liste{
background-color: #f3f3e7;
padding:10px;
}
.tpl_dazibao  div.space{
clear: both;
}

.tpl_dazibaoLast h2.v2ame_aide_DAZ{
    height:52px!important;
    padding-left:60px!important;
    padding-top: 30px!important;
    font-size: 20px!important;
    background-image: url(images/picto_initiatives.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.tpl_dazibaoLast ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
.tpl_dazibaoLast li{
	list-style-type: none; 
  background-image: url(images/picto_liste.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left:10px;
  padding-bottom:3px;
}

#colonnegauche .tpl,#colonnegauche .module{
  margin-bottom: 10px!important;
}

/* Tag cloud */
#colonnegauche .PRS_TAG_CLOUDS {
 /* border:1px #a1a1a1 solid;*/
  background-color: #f3f3e7;
  padding: 8px!important;  
  margin-top: 8px!important;    
}
#tag .mcl0 {
    font-size: 1.2em;
    line-height:18px;
    font-weight: normal;
}
#tag .mcl1 {
    font-size: 1.5em;
    line-height:20px;
    font-weight: normal;
}
#tag .mcl2 {
    font-size: 1.8em;
    line-height:22px;
    font-weight: normal;  
}
#tag .mcl3 {
    font-size: 2.1em;
    line-height:24px;
    font-weight: normal;   
}
#tag .mcl4 {
    font-size: 2.4em;
    line-height:26px;
    font-weight: normal;  
}
#tag .mcl5 {
    font-size: 2.7em;
    line-height:28px;
    font-weight: normal;    
}
/*   Module emploi */
.deux_col .PRS_TPL_LDC_EMPLOI {
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
    width:250px;
    border: 2px black solid;

}
.deux_col .PRS_TPL_LDC_EMPLOI  h3{
  text-align: center;
  border-bottom: 2px #eb6a0e solid;
  margin-bottom: 0!important;
  font-size: 14px!important;
}


.deux_col .PRS_TPL_LDC_EMPLOI li {
  padding-left:7px!important;
  padding-top:2px!important;
  padding-bottom:2px!important;
  
}

.deux_col .PRS_TPL_LDC_EMPLOI li a {
	color:#000000!important;
	text-decoration: none!important;
	font-size: 12px!important;
}

.deux_col .PRS_TPL_LDC_EMPLOI li a:hover {
	color:#000000!important;
	text-decoration: underline!important;
}

.deux_col .PRS_TPL_LDC_EMPLOI p.bas{
    padding: 0;
    padding-top: 15px;
    margin: 0;
}

/*   Module archives */
.PRS_TPL_AFF_ARCHIVE {
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
    border: 2px black solid;

}
.PRS_TPL_AFF_ARCHIVE  h3{
  text-align: center;
  border-bottom: 2px #eb6a0e solid;
  margin-bottom: 0!important;
  font-size: 16px!important;
  line-height: 30px;
}
.PRS_TPL_AFF_ARCHIVE ul{
  padding:0;
  margin:0;
  padding-top: 10px;
  list-style: none;
  width: 100%;
}

.PRS_TPL_AFF_ARCHIVE li {
  padding-left:15px!important;
  padding-top:2px!important;
  padding-bottom:2px!important; 
}
.PRS_TPL_AFF_ARCHIVE li.bloc0 {
 background-color: #f3f3e7; 
}

.PRS_TPL_AFF_ARCHIVE li a {
	color:#000000!important;
	text-decoration: none!important;
	font-size: 12px!important;
}

.PRS_TPL_AFF_ARCHIVE li a:hover {
	color:#000000!important;
	text-decoration: underline!important;
}

.PRS_TPL_AFF_ARCHIVE .blocNavigation{
    padding: 0;
    padding-top: 15px;
    margin: 0;
    text-align: center;
}

.PRS_TPL_AFF_ARCHIVE .regletteNavigation {
    margin-top: 5px;
} 
.PRS_TPL_AFF_ARCHIVE .pagination a,
.PRS_TPL_AFF_ARCHIVE .regletteNavigation a {
   color:#000000;
    font-weight: bold;    
    text-decoration: none;
}

.PRS_TPL_AFF_ARCHIVE .regletteNavigation a {
    margin-right: 5px;
} 

/*                   */
/*   Module emploi */
.deux_col .PRS_TPL_LDC_EMPLOI {
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
    width:250px;
    border: 2px black solid;

}
.deux_col .PRS_TPL_LDC_EMPLOI  h3{
  text-align: center;
  border-bottom: 2px #eb6a0e solid;
  margin-bottom: 0!important;
  font-size: 14px!important;
}


.deux_col .PRS_TPL_LDC_EMPLOI li {
  padding-left:7px!important;
  padding-top:2px!important;
  padding-bottom:2px!important;
  
}

.deux_col .PRS_TPL_LDC_EMPLOI li a {
	color:#000000!important;
	text-decoration: none!important;
	font-size: 12px!important;
}

.deux_col .PRS_TPL_LDC_EMPLOI li a:hover {
	color:#000000!important;
	text-decoration: underline!important;
}

.deux_col .PRS_TPL_LDC_EMPLOI p.bas{
    padding: 0;
    padding-top: 15px;
    margin: 0;
}

/*                   */
#colonnegauche .PRS_TAG_CLOUDS a{
	color:#c4c4ae!important;
	text-decoration: none!important;
}

.PRS_DESSIN{
  text-align: center;
}

#colonnegauche .tpl_teaser h3{
text-align: center;
}
#colonnegauche .tpl_teaser img{
  padding-left:154px;
  background-image: url(images/Bouche-teaser-AME.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: left;
  min-height: 136px;
}
#colonnegauche .tpl_teaser p{
  font-weight: bold;
  text-align: center;
}
.tpl_dessionActuMDL{
text-align: center;
}
#colonnegauche p.dda_title{
text-align: center;
font-weight: bold;
}

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
}

#contenu ul li.ui-tabs-nav-item  {
	/*resets*/
  margin: 0; 
  padding: 0;
  padding-left: 1px; 
  list-style: none;
	color: #ffffff;
  background-image: url(images/fond_onglet_gauche.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .2em 0.8em;
	border-right: 2px solid #FFFFFF;
	color: #ffffff;
  background-image: url(images/fond_onglet_droite.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#contenu ul li.ui-tabs-nav-item a {
	color: #ffffff!important;
}

.ui-tabs-nav-item a:hover {
  background-image: url(images/fond_onglet_droite_on.gif);
  background-repeat: no-repeat;
  background-position: right top;
	color: #ea690b;
}

#contenu ul li.ui-tabs-nav-item a:hover {
	color: #ea690b!important;
}

#contenu ul li.ui-tabs-nav-item:hover,
#contenu ul li.ui-tabs-selected {
  background-image: url(images/fond_onglet_gauche_on.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#contenu ul li.ui-tabs-selected a,
#contenu ul li.ui-tabs-selected a:hover {
  background-image: url(images/fond_onglet_droite_on.gif);
  background-repeat: no-repeat;
  background-position: right top;
	color: #ea690b!important;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border: 1px solid #ea690b;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	

  margin: 0!important;
  padding: 10px!important;


}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
/***************************/
/* Toggler - default style */
/*
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color:#CD0001;
	font-weight: bold;
	font-size:11px;
	*/
	.toggler {
	   margin:5px 0 5px 0;
		cursor:pointer;
		text-decoration: none;
		/*font-size: 1.4em;*/
		font-weight:bold;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
		color:#010101;
		padding-left:20px;
		height:30px;
		background: #e9e9df url('images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('images/togglerch.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#010101;
		padding-left:20px;
		height:30px;
		background: #e9e9df url('images/togglero.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('images/toggleroh.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}

 .tpl_debatMDL .resultPour span, .tpl_debatMDL .resultContre span{
    text-align: center;
  }  
  .tpl_debatMDL .resultPour, .tpl_debatMDL .resultContre, .tpl_debatMDL .resultNeutre{
    margin: 5px;
  }  

  .tpl_debatMDL .resultPour p, .tpl_debatMDL .resultContre p{
    padding-right: 5px;
    padding-left: 5px;
  }  
  .tpl_debatMDL .resultPour .arg1, .tpl_debatMDL .resultContre .arg1, .tpl_debatMDL .resultNeutre .arg1{
    background-color: #fff9e1;
    padding: 10px;
  } 
  .tpl_debatMDL .arg1 {
    background-color: #fff9e1;
    padding: 10px;
  } 
  .tpl_debatMDL .arg0 {
    padding: 10px;
  } 
  .tpl_debatMDL label.result{
    width: 150px;
    float: left;
    padding-right: 5px;
    
  } 
  /* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #c2afa1;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #c2afa1;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #c2afa1;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #c2afa1;
}

.jTip{
cursor:help;
}
/************************************************************************************/
/*                                BAS DE PAGE                                       */
/************************************************************************************/
#basPage{
    margin:0;    
    padding-left:10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size:0.85em;
    text-align: center;
    clear:both;
	  border: 0px solid #000000;
	  background-color: #000000;
}

#basPage li {
	display:inline;
}
#basPage a, #basPage a:visited, #basPage a:hover {
	padding:0 4px 0 4px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
#basPage a.last{
  border-right:0px;
}
#basPage a:visited {
	color: #ffffff;
}
#basPage a:hover {
	text-decoration: underline;
}
#basPage img {
  padding: 0 !important;
  padding-right: 2px !important;  
  margin: 0 !important;
  margin-bottom: -3px !important;  
}

/* Pied de page */
.piedpage{
	clear:both;
	margin-left:10px;
	margin-bottom: 10px;
	padding-bottom: 30px;
  width:978px;
  background-image: url(images/AME_piedPage.gif);
  background-repeat: no-repeat;
  border-bottom: 2px #dcdcd2 solid;
}

.piedpage_contenu {
	margin:20px;
	height:211px;
	padding-left:100px;

  }

.piedpage_contenu .module {
	float:right;
	width:180px;
	border-left:1px #d1c4b9 solid;
	padding:0 0 0 10px;
	margin-top:15px;
}

.piedpage_contenu .module h3{
  text-align: left!important;
	margin:0 0 5px 0;
	color:#ea6909;
}

.piedpage_contenu  .module  ul{
	margin:0;
  padding: 0;
}
.piedpage_contenu  .module  li{
	list-style:inside url(images/puce_footer.gif);
}
.piedpage_contenu  .module  li a{
  font-size: 12px;
	color: #826353;
}


