a img {
   border: none;
}

.separateur {
   clear: both;
}

/*******************************************************************************
**********************          MODULE ACTIVITES          **********************
*******************************************************************************/

.moduleActivites h1 {

}
.moduleActivites h1:first-letter {

}
.moduleActivites h2 {

}
.moduleActivites h3 {

}
.moduleActivites img {
   float: right;
   margin: 10px;
}
.moduleActivites p {
   text-align: justify;
}
.moduleActivites .liste {
   /*float: left;*/
   /*width: 280px;*/
}
.moduleActivites .liste ul {
   margin:0px;
   padding-left:20px;
}
.moduleActivites .liste li {
   font-weight: bold;
}
.moduleActivites .fiche {
   padding: 10px;
   border: 1px solid black;
}
.moduleActivites .infosResultat {
   color: #999999;
   font-size: 10px;
}

/*******************************************************************************
**********************          MODULE ACTUALITES          *********************
*******************************************************************************/


/*Liste des actus*/

.moduleActu .fiche {
   /*margin-bottom: 20px;*/
}
.moduleActu h1 {

}
.moduleActu h1:first-letter {

}
.moduleActu h2 {

}
.moduleActu h3 {
    padding: 0px 0px 0px 5px;
    margin: 0px;
    color: #476733;
}
.moduleActu img {
   float: right;
   margin-left: 10px;
}
.moduleActu p {
   text-align: justify;
   padding: 0px 0px 0px 5px;
   margin: 0px;
}
.moduleActu .infosResultat {
   color: #999999;
   font-size: 10px;
}

/*Liste des titres des actus (colonne de résumé des actus)*/
.moduleActuTitre {
   width: 250px;
}
.moduleActuTitre h1 {

}
.moduleActuTitre h1:first-letter {

}
.moduleActuTitre h2 {
    padding: 0px;
}
.moduleActuTitre h3 {
    color: #59833f;
    margin: 0px;
    padding: 0px;
}
.moduleActuTitre img {
   float: right;
   width: 100px;
   margin-left: 10px;
}
.moduleActuTitre p {
   text-align: justify;
   margin: 0px;
   padding: 0px;
}
.moduleActuTitre .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleActuTitre hr {

}

/*actus à la une*/

.moduleActuUne {
   width: 670px;
   background-color: #eeeeee;
   border: 1px solid black;
}

.moduleActuUne h1 {
   width: 670px;
   margin: 0;
   padding: 0;
   border-bottom: 1px dashed black;
}
.moduleActuUne h1:first-letter {


}
.moduleActuUne h2 {

}
.moduleActuUne h3 {

}
.moduleActuUne img {
   float: right;
   width: 100px;
   margin-left: 10px;
}
.moduleActuUne p {
   text-align: justify;
}
.moduleActuUne .lireSuite{
   font-style: italic;
   /*text-align: right;*/
}


/*******************************************************************************
**********************          MODULE ADHERENTS          **********************
*******************************************************************************/


/*Liste des adérents*/

.moduleAdherents h1 {

}
.moduleAdherents h2 {

}
.moduleAdherents h3 {

}
.moduleAdherents img {
   float: right;
   margin-left: 10px;
}
.moduleAdherents p {
   text-align: justify;
}
.moduleAdherents .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleAdherents hr {

}
.moduleAdherents .formulaire {
   
   background-color: #ecf8e4;
}
.moduleAdherents .formulaire .entete {
   color: white;
   text-align: center;
   font-weight: bold;
   background-color: black;
}
.moduleAdherents .formulaire td {
   height: 35px;
}




/*******************************************************************************
***********************          MODULE ANNUAIRE          **********************
*******************************************************************************/


/*Liste des fiches*/

.moduleAnnuaire h1 {

}
.moduleAnnuaire h2 {

}
.moduleAnnuaire h3 {

}
.moduleAnnuaire img {
   float: right;
   margin: 10px;
}
.moduleAnnuaire .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleAnnuaire hr {
    clear: both;
    border-color: #f47900;
}

/*******************************************************************************
*********************          MODULE TELECHARGER          *********************
*******************************************************************************/


/*Liste des fichiers*/

.moduleTelecharger h1 {

}
.moduleTelecharger table {
   width: 100%;
}
.moduleTelecharger .document {
   color: black;
   font-weight: bold;
   font-size: 13px;
   padding: 2px 10px;
   margin: 0;
   border: 1px solid #7bcc46;
}
.moduleTelecharger .lien {
   background-color: white;
   border: 1px solid #7bcc46;
   text-align: center;
   color: black;
}
.moduleTelecharger .lien a {
   color: black;
}


/*******************************************************************************
************************          MODULE LIENS          ************************
*******************************************************************************/


/*Liste des liens*/

.moduleLiens h1 {

}
.moduleLiens a {

}
.moduleLiens .infosResultat {
   color: #999999;
   font-size: 10px;
}


/*******************************************************************************
************************          MODULE FORUM          ************************
*******************************************************************************/


.moduleForum h1 {

}
.moduleForum h2 {

}
.moduleForum li {
   margin-bottom: 10px;
}
.moduleForum li a {
   font-weight: bold;
}
.moduleForum .commentaire {
   color: #999999;
   font-size: 12px;
}
.moduleForum .action {
   font-size: 12px;
}
.moduleForum .enteteMessage {
   /*background-color: red;*/
   padding: 2px;
   /*border: 1px solid black;*/
   border-bottom: 1px solid black;
}
.moduleForum .message {
   padding: 10px;
   padding-bottom: 25px;
   text-align: justify;
   /*border: 1px solid black;
   border-top: none;*/
}
.moduleForum .ficheSaisie {
   width: 100%;
}
.moduleForum .messageConfirmation {
   text-align: center;
}
.moduleForum hr {
   display : block;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-top : 1px dashed #999999;
   margin : 10px auto 0px auto;
/*marges sous ie*/
   _margin: 13px auto;
}



/*******************************************************************************
************************          MODULE AGENDA          ***********************
*******************************************************************************/


.moduleAgenda h1 {

}
.moduleAgenda h2 {

}
.moduleAgenda h3 {

}
.moduleAgenda .commentaire {
   color: #999999;
   font-size: 10px;
}
.moduleAgenda .selectSalles {
   text-align: center;
}
/*Liste des rendez vous sur une semaine*/
.moduleAgenda .semaine {
   /*background-color: white;*/
}
.moduleAgenda .semaine hr {

}
.moduleAgenda .semaine .annee {
   font-size: 20px;
   font-weight: bold;
   text-align: center;
}
.moduleAgenda .semaine .navigation {
   font-size: 10px;
}
.moduleAgenda .semaine .dateAujourdhui {
   text-align: center;
   font-size: 10px;
}
.moduleAgenda .semaine .enteteJours {
   text-align: center;
}
.moduleAgenda .semaine .enteteJours td{
   border: 1px solid black;
}
.moduleAgenda .semaine .enteteJours td{
   width: 110px;
}
.moduleAgenda .semaine .numeroJour {
   color: #cc0000;
   font-size: 20px;
   font-weight: bold;
}
.moduleAgenda .semaine .nomJour {
   color: #000000;
   font-weight: bold;
}
.moduleAgenda .semaine .mois {
   color: #000000;
   font-size: 10px;
}

.moduleAgenda .semaine .rdvJours {
   text-align: left;
   vertical-align: top;
   height: 250px;
}
.moduleAgenda .semaine .rdvJours td{
   border: 1px solid black;
}
.moduleAgenda .semaine .rdvJours .heure {
   font-size: 10px;
   font-style: italic;
   text-decoration: underline;
}
.moduleAgenda .semaine .rdvJours .evenement {
   color: black;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}
.moduleAgenda .semaine .rdvJours img {
   /*vertical-align : middle;*/
/*   float: left;*/
}
.moduleAgenda .semaine .ajout {
   text-align: center;
   font-size: 10px;
}
.moduleAgenda .semaine .aujourdhui {
   background-color: #ffcc99;
}
.moduleAgenda .semaine .jour {
   background-color: #ffffcc;
}
.moduleAgenda .semaine .weekend {
   background-color: #ffff99;
}

/*** fiche **/

.moduleAgenda #fiche {
   background-color: #ffff99;
   height: 172px;
}
.moduleAgenda #fiche .titre {
   background-color: #ffffcc;
   font-weight: bold;
   height: 10px;
}
.moduleAgenda #fiche .corps {
   vertical-align: top;
   text-align: justify;
}
.moduleAgenda #fiche .corps .date {
   font-style: italic;
   font-size: 12px;
   text-align: left;
}
.moduleAgenda .footer {
   font-size: 10px;
}


/*******************************************************************************
**********************          MODULE CATALOGUE          **********************
*******************************************************************************/


.moduleCatalogue .liste {
   width: 100%;
   border-collapse: collapse;
}
.moduleCatalogue .liste td, .moduleCatalogue .liste th {
   /*padding: 0 2px;*/
}
.moduleCatalogue .liste th {
   background-color: navy;
   color: white;
   text-align: center;
}
.moduleCatalogue .liste .impaire {
   background-color: white;
}
.moduleCatalogue .liste .paire {
   background-color: #e5e5e5;
}
.moduleCatalogue .liste .image {
   /*width: 60px;*/
   height: 60px;
}

.moduleCatalogue .fiche {
   width: 600px;
   background-color: white;
   border: 1px solid black;
   padding: 3px;
}
.moduleCatalogue .fiche h1{
   width: 100%;
   color: white;
   background: #526b00;
   padding: 0;
   margin: 0 0 10px 0;
   font-size: 18px;
   text-align: center;
}
.moduleCatalogue .fiche h1:first-letter {
  text-transform: none;
  font-size: 18px;
}
.moduleCatalogue .fiche h2 {
}
.moduleCatalogue .fiche p {
   text-align: justify;
}
.moduleCatalogue .fiche img {
   float: right;
   margin-left: 15px;
}

.moduleCatalogue h1 {

}
.moduleCatalogue h2 {

}
.moduleCatalogue h3 {

}
.moduleCatalogue .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleCatalogue .ajoutPanier {
   float: left;
   width: 230px;
   margin: 10px;
   background-color: #eeeeee;
   border: 1px solid black;
}
.moduleCatalogue .ajoutPanier .enteteFenetre {
   height: 12px;
   padding : 1px;
   background-color: navy;
}
.moduleCatalogue .ajoutPanier .icone {
   float: right;
}
.moduleCatalogue .ajoutPanier .corpsFenetre {
   padding: 5px;
}
.moduleCatalogue .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleCatalogue #lieu {
   background-color: #D4DBEE;
   width: 300px;
}


/*******************************************************************************
***********************          MODULE GALERIE          ***********************
*******************************************************************************/


.moduleGalerie h1 {

}
.moduleGalerie h1:first-letter {

}
.moduleGalerie .listeMiniatures {
   border-collapse: collapse;
   border: 1px solid black;
   background-color: #eeeeee;
}
.moduleGalerie .listeMiniatures th {
   color: white;
   text-align: center;
   padding: 5px;
   background-color: navy;
}
.moduleGalerie .listeMiniatures .descriptionGalerie {
   text-align: justify;
   border-bottom: 1px dashed grey;
   padding: 5px;
}
.moduleGalerie .listeMiniatures td {
   padding: 5px;
   text-align: center;
}
.moduleGalerie .listeMiniatures img {
   width:160px;
}
.moduleGalerie .listeMiniatures .titreImg{
   /*font-style: italic;*/
   /*font-weight: bold;*/
}

/*******************************************************************************
***********************          MODULE FAQ          ***********************
*******************************************************************************/
.moduleFAQ{
}

.moduleFAQ .fiche {
   margin-bottom: 40px;
   border-left: 5px solid #57a226;
   padding: 5px;
}
.moduleFAQ .question{
}
.moduleFAQ .question p{
    margin: 0px;
    padding: 0px;
}
.moduleFAQ .question p:first-letter {
    font-weight: bold;
    font-size: 15px;
    color: #f47900;
}
.moduleFAQ .question a{
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.moduleFAQ .reponse{
    display: none;
}
.moduleFAQ .infosResultat {
   color: #999999;
   font-size: 10px;
}


/*******************************************************************************
**********************              GESTION               **********************
*******************************************************************************/


/**** Menu principal ****/
body{
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.moduleGestion {
   font-family: arial, sans-serif;
   margin: 0;

}
.moduleGestion iframe{
    border: 1px solid black;
}
.moduleGestion .hautPage {
   width: 100%;
   height: 34px;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   margin: 0px auto;
   background: url(../modules/gestion/images/barre_grise_milieux.gif) repeat-x;
}
.moduleGestion .hautPage .texte {
   padding-top: 5px;
}
.moduleGestion .entete {
   width: 452px;
   height: 20px;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   margin: 0px auto;
   background: url(../modules/gestion/images/barre_jaune_milieu.gif) repeat-x;
}
.moduleGestion .entete .texte {
   padding-top: 2px;
}
.moduleGestion .menu {
   width: 450px;
   border-left: 1px solid #a9a298;
   border-right: 1px solid #a9a298;
   border-bottom: 1px solid #a9a298;
   margin: 0px auto;
   padding: 10px 0   ;
   background-color: #ededed;
}
.moduleGestion ul{
   width: 90%;
   padding: 0px;
   margin: 10px;
}

.moduleGestion li{
   text-align: left;
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.moduleGestion li a{
   display: block;
   width: 100%;
   margin-top: 10px;
   padding-top: 5px;
   padding-bottom: 0px;
   padding-left: 15px;
   font-size: 12px;
   text-decoration: none;
   color: Black;
   font-weight: bold;
}
.moduleGestion li a:hover {
  background-color: #ffd729;
}

.listeCateg{
    margin: 0px;
    margin: 0px 10px 0px 25px;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}


/**** barre de recherche ****/
.gestionRecherche {
   color: #FFFFFF;
   font-family: arial;
   font-size: 12px;
   width: 100%;
   /*height: 45px;*/
   padding: 10px 0;
   background: black url(../modules/gestion/images/fondBarre.jpg) repeat-y;
}
.gestionRecherche h1 {
   position: relative;
   top: -8px;
   color: black;
   width: 155px;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   /*vertical-align: top;*/
   margin: 0;
   /*margin-top: -27px;*/
   padding: 0px 10px 0px 0;
   /*padding: 0 10px;*/
}
.gestionRecherche td {
   vertical-align: bottom;
   padding: 0 5px;
}
.gestionRecherche a {
   color: #ffd200;
   font-weight: bold;
   text-decoration: none;
}
.gestionRecherche a:hover {
   text-decoration: underline;
}


.gestionCorps {
   background-color: white;
   margin: 0;
}

/**** liste des fiches ****/
.gestionListe {
   height: 500px;
   font-size: 12px;
}
html>body .gestionListe {
   height: auto;
   min-height: 500px;
}
.gestionListe .infosResultat {
   color: #999999;
   font-size: 12px;
}
.gestionListe h1 {
   color: black;
   /*text-align: center;*/
   font-size: 18px;
   /*margin-bottom: 0;
   padding: 0 0 0 10px;*/
}
.gestionListe h2 {
   color: black;
   font-family: arial;
   font-size: 12px;
}
.gestionListe img {
   float: right;
   margin-left: 10px;
}
.gestionListe hr {
   display : block;
   clear: both;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-top : 1px dashed #999999;
   margin : 10px auto 0px auto;
/*marges sous ie*/
   _margin: 13px auto;
}
.gestionListe p {
   text-align: center;
}
.gestionListe a {
   color: black;
   /*text-decoration: none;*/
}
.gestionListe a:hover {
   text-decoration: underline;
}
.gestionListe .fiche {
   width: 800px;
   margin: auto;
}
.gestionListe .fiche h1 {
   color: black;
   width: 100%;
   font-family: arial;
   font-size: 16px;
   margin-bottom: 0;
   padding: 0 0 0 10px;
   background-color: #ffd200;
   /*text-transform: capitalize;*/
}
.gestionListe .fiche h1:first-letter {
   text-transform: uppercase;
}
.gestionListe .fiche p {
   text-align: justify;
}
.gestionListe .action {
   font-size: 12px;
}
.gestionFooter {
   width: 100%;
   color: white;
   padding: 8px 0;
   text-align: center;
   background-color: black;
}
.gestionFooter a {
   color: #ffd200;
}
.gestionListe .attention {
   color: #ee0000;
}
.gestionListe .commentaire {
   color: #999999;
   font-size: 12px;
}


/**** fiche ****/
.gestionEdition {
   background-color: white;
   margin: 0;
}
.gestionEdition #fiche {
   margin: auto;
   width: 700px;
   background-color: #ededed;
   border: 2px solid black;
   font-size: 12px;
}
.gestionEdition #fiche img {
  width: 250px;
}
.gestionEdition h1 {
   color: black;
   width: 100%;
   font-family: arial;
   font-size: 16px;
   text-align: center;
   margin-bottom: 0;
   padding: 8px 0;
   margin: 0;
   background-color: #ffd200;
}
.gestionEdition .action {
   display: block;
   font-size: 12px;
   text-align: right;
   padding-right: 10px;
}
.gestionEdition .commentaire {
   color: #999999;
   font-size: 12px;
}
.gestionEdition hr {
   display : block;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-top : 1px solid black;
   margin : 20px auto;
/*marges sous ie*/
   _margin: 13px auto;
}
.gestionEdition a {
   color: black;
   /*text-decoration: none;*/
}
.gestionEdition a:hover {
   text-decoration: underline;
}
.gestionEdition .footer {
   width: 100%;
   padding: 8px 0;
   text-align: center;
   color: white;
   background-color: black;
}
.gestionEdition .footer a {
   color: #ffd200;
}




.raccourcis {
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
    font-size: 12px !important;
    color: #666666 !important;
    font-weight: normal!important;

}

.raccourcis:hover {
   text-decoration: underline;
}

