a img {
   border: none;
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
     text-decoration: underline;
}

.separateur {
   clear: both;
}

.imgIcone {
    vertical-align: middle;
    margin-right: 3px;
}

.attention {
    color: #cc0000;
}
.commentaire {
    color: #999999 !important;
}

#tableauStats {
    width: 100%;
    text-align : center;
    border-collapse: collapse;

    border: 1px solid #666666;;
}

#tableauStats h1 {
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 10px;
}
#tableauStats th {
    padding: 0 5px;
    height: 20px;
    background: #FFCC00 url(../modules/gestion/images/barre_jaune_milieu.gif) repeat-x;

}
table .paire:hover,table .impaire:hover {
    background-color: #bbbbbb;
}

table .paire {
    background-color: #ffe067;
}

table .impaire {
    background-color: #f0f0f0;
}


/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************          module-liste-index        **********************
*******************************************************************************/

.moduleKmlIndex h1 {

}
.moduleKmlIndex h1:first-letter {

}
.moduleKmlIndex h2 {

}
.moduleKmlIndex h3 {

}
.moduleKmlIndex p {
   text-align: justify;
}
.moduleKmlIndex .liste {
   /*float: left;*/
   /*width: 280px;*/
}
.moduleKmlIndex .liste ul {
   margin:0px;
   padding-left:20px;
}
.moduleKmlIndex .liste li {
   font-weight: bold;
}
.moduleKmlIndex .fiche {
   float: right;
   width: 410px;
   padding: 10px;
   border: 1px solid black;
   background-color: white;
}

.moduleKmlIndex .fiche .imprime {
   text-align: right;
}
.moduleKmlIndex .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleKmlIndex .photoMdl {
   float: right;
   /*width: 300px;*/
   text-align: center;
   margin-left: 15px;
}
.moduleKmlIndex .photoMdl img {
    /*width: 300px;*/
    max-width: 300px;
    width: expression(this.width > 300 ? 300: true);
}
.moduleKmlIndex .photoMdl span{
    font-style: italic;
}
.moduleKmlIndex .videoMdl {
   float: left;
   /*width: 300px;*/
   text-align: center;
   margin-right: 15px;
}
.moduleKmlIndex .videoMdl span{
    font-style: italic;
}

/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************            module-liste            **********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlArticles .fiche {
   /*margin-bottom: 20px;*/
}
.moduleKmlArticles h1 {

}
.moduleKmlArticles h1:first-letter {

}
.moduleKmlArticles h2 {

}
.moduleKmlArticles h3 {

}
.moduleKmlArticles .photoMdl {
   float: right;
   /*width: 300px;*/
   text-align: center;
   margin-left: 15px;
}
.moduleKmlArticles .photoMdl img {
    /*width: 300px;*/
    max-width: 300px;
    width: expression(this.width > 300 ? 300: true);
}
.moduleKmlArticles .photoMdl span{
    font-style: italic;
}
.moduleKmlArticles .videoMdl {
   float: left;
   /*width: 300px;*/
   text-align: center;
   margin-right: 15px;
}
.moduleKmlArticles .videoMdl span{
    font-style: italic;
}
.moduleKmlArticles p {
   text-align: justify;
}
.moduleKmlArticles .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleKmlArticles .commentaire {
    color: #666666;
    font-size: 10px;
}

/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************         module-liste-agenda        **********************
*******************************************************************************/


.moduleKmlAgenda .fiche {
   /*margin-bottom: 20px;*/
}
.moduleKmlAgenda h1 {

}
.moduleKmlAgenda h1:first-letter {

}
.moduleKmlAgenda h2 {

}
.moduleKmlAgenda h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.moduleKmlAgenda .photoMdl {
   float: right;
   /*width: 300px;*/
   text-align: center;
   margin-left: 15px;
}
.moduleKmlAgenda .photoMdl img {
    max-width: 150px;
    width: expression(this.width > 150 ? 150: true);
    max-height: 150px;
    height: expression(this.height > 150 ? 150: true);
}
.moduleKmlAgenda .photoMdl span{
    font-style: italic;
}
.moduleKmlAgenda .videoMdl {
   float: left;
   /*width: 300px;*/
   text-align: center;
   margin-right: 15px;
}
.moduleKmlAgenda .videoMdl span{
    font-style: italic;
}
.moduleKmlAgenda p {
   text-align: justify;

}
.moduleKmlAgenda .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleKmlAgenda .commentaire {
    color: #666666;
    font-size: 10px;
}
#rechercheAgenda {
    float: right;
    width: 450px;
    height: 170px;
    text-align: center;
    border: 1px solid #666666;
}
#rechercheAgenda h3{
    color: white;
    background-color: #17599f; 
    margin: 0 0 5px 0;
    padding: 2px 0;
    font-size: 11px;
}

#rechercheAgenda br {
margin-top: 17px;
}


/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************         module-liste-resume        **********************
*******************************************************************************/

/*Liste des titres des fiches (colonne de résumé des fiches)*/
.moduleKmlResume {
   width: 250px;
}
.moduleKmlResume h1 {

}
.moduleKmlResume h1:first-letter {

}
.moduleKmlResume h2 {

}
.moduleKmlResume h3 {

}
.moduleKmlResume img {
   float: right;
   /*width: 100px;*/
   max-width: 100px;
   width: expression(this.width > 100 ? 100: true);
   margin-left: 10px;
}
.moduleKmlResume p {
   text-align: justify;
}
.moduleKmlResume .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleKmlResume hr {

}

/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************         module-liste-titre         **********************
*******************************************************************************/

.moduleKmlTitre .commentaire {
    color: #666666;
    font-size: 10px;
    margin-left: 20px;
}
.moduleKmlTitre img {
    /*width: 150px;*/
    max-width: 150px;
    width: expression(this.width > 150 ? 150: true);
}

.moduleKmlTitre .image {
    float: left;
    margin-right: 15px;
}


/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************          module-liste-une          **********************
*******************************************************************************/

/*actus à la une*/

.moduleKmlUne {
   /*background-color: #eeeeee;
   border: 1px solid black;*/
   /*width: 100%;*/

}

.moduleKmlUne h1 {
   margin: 0;
   padding: 0;
   /*border-bottom: 1px dashed black;*/
}
.moduleKmlUne h2 {
    margin: 0;
    padding: 0;
    color: #ee7700;
    font-size: 14px;
}
.moduleKmlUne h2:first-letter {
    /*font-size: 20px;*/
    text-transform: uppercase;
}
.moduleKmlUne h3 {
   margin: 0;
   /*font-size: 12px;
   font-weight: normal;*/
}
.moduleKmlUne img {
   float: left;
   /*width: 100px;*/
   /*max-width: 100px;
   width: expression(this.width > 100 ? 100: true);*/
   max-height: 100px;
   height: expression(this.height > 100 ? 100: true);
   margin-right: 10px;
}
.moduleKmlUne a {
   /*color: #cd1a73;*/
}
.moduleKmlUne p {
   text-align: justify;
   margin-top: 10px;
   margin-bottom: 0;
}
.moduleKmlUne .lireSuite{
   /*font-style: italic;*/
   text-align: right;
}
.moduleKmlUne .lireSuite img{
    float: none;
    margin-right: 5px;
    /*vertical-align: middle;*/
}




/*******************************************************************************
**********************              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;
   color: black;
   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 .menu h2 {
    text-align:center
}
.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: 0px;
   padding: 5px 0 5px 15px;
   font-size: 12px;
   text-decoration: none;
   color: Black;
   font-weight: bold;
}
.moduleGestion li a:hover {
  background-color: #ffd729;
  padding-left: 5px;
  border-left: 10px solid black;
  text-decoration: underline;
}

.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: 11px;
   width: 100%;
   height: 150px;
   /*padding: 10px 0;*/
   background: url(../modules/gestion/images/fondBarreRechercheGauche.png) top left no-repeat;
}
.gestionRechercheFond {
   background: url(../modules/gestion/images/fondBarreRecherche.png) top repeat-x;
}
.gestionRechercheFond2 {
   background: url(../modules/gestion/images/fondBarreRechercheDroite.png) top right no-repeat;
}
.gestionRechercheFond3 {
   height: 100%;
   background: black url(../modules/gestion/images/fondBarreRechercheEtendu.png) top left repeat-y;
}
.gestionRecherche h1 {
   /*position: relative;
   top: -8px;
   left: -5px;*/
   color: black;
   font-size: 18px;
   font-weight: bold;
   /*text-align: center;*/
   /*vertical-align: top;*/
   margin: 0;
   /*margin-top: -27px;*/
   padding: 15px 10px 0px 0;
   text-indent: 10px;
   /*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;
}
.gestionRecherche .titreModule {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ffcc00;
}
.gestionRecherche .logo {
   max-width: 120px;
   width: expression((this.width > 120 && this.width>=this.height) ? 120: true);
   max-height: 55px;
   height: expression((this.height > 60 && this.height>this.width) ? 60: true);
}
/*html>body .gestionRecherche .logo {
   max-height: 60px;
   height: expression(this.height > 60 ? 60: true);
} */


.gestionCorps {
   background-color: white;
   margin: 0;
   padding: 10px 20px;
}

/**** liste des fiches ****/
.gestionListe {
   height: 500px;
   font-size: 12px;
}
html>body .gestionListe {
   height: auto;
   min-height: 500px;
}
.gestionListe .infosResultat {
   color: #999999;
   font-size: 10px;
}
.gestionListe h1 {
   color: black;
   text-align: center;
   /*margin-bottom: 0;
   padding: 0 0 0 10px;*/
   font-family: arial;
    font-size: 16px;
    /*padding-left: 150px;*/
}
.gestionListe h2 {
   color: black;
   font-family: arial;
   font-size: 12px;
}
.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 .cadre{

}
.gestionListe .cadre h1{
    padding: 5px;
/*    background-color: #ffd200;*/
    font-size: 14px;
    color: #ffd200;
    background-color: black;
    text-align: center;
    margin: 0px;
}
.gestionListe .actionGlob {
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #999999;
}
.gestionListe .fiche {
   width: 600px;
   margin: auto;
   padding: 0 20px;
   margin-bottom: 10px;
}
.gestionListe .fiche h1 {
   color: black;
   font-family: arial;
   font-size: 12px;
   margin-bottom: 0;
   padding: 0 0 0 10px;
   background-color: #ffe067;
   text-align: left;
   /*text-transform: capitalize;*/
}
.gestionListe .fiche h1:first-letter {
   text-transform: uppercase;
}
.gestionListe .fiche p {
   text-align: justify;
   margin: 0;
}
.gestionListe .action {
   font-size: 11px;
   float: right;
   color: #999999;
}
.gestionListe .dateModif {
   font-size: 10px;
}
.gestionFooterFond {
    background: black url(../modules/gestion/images/fondBarreFooter.png) top repeat-x;
}
.gestionFooterFond2 {
    background: url(../modules/gestion/images/fondBarreFooterDroite.png) top right no-repeat;
}
.gestionFooter {
   width: 100%;
   color: white;
   font-size: 10px;
   padding: 5px 0 3px 0;
   text-align: center;
   background: url(../modules/gestion/images/fondBarreFooterGauche.png) top left no-repeat;
}
.gestionFooter a {
   color: #ffd200;
   text-decoration: none;
}
.gestionListe .attention {
   color: #ee0000;
}
.gestionListe .commentaire {
   color: #999999;
   font-size: 12px;
}
.gestionListe .photoMdl {
   float: right;
   text-align: center;
   margin-left: 15px;
}
.gestionListe .photoMdl img {
   max-width: 200px;
   width: expression(this.width > 200 ? 200: true);
   max-height: 200px;
   height: expression(this.height > 200 ? 200: true);
}
.gestionListe .photoMdl span{
    font-style: italic;
}
.gestionListe .videoMdl {
   float: left;
   /*width: 300px;*/
   text-align: center;
   margin-right: 15px;
}
.gestionListe .videoMdl span{
    font-style: italic;
}


/**** fiche ****/
.gestionEdition {
   background-color: white;
   margin: 0;
   padding-top: 10px;
   padding-bottom: 10px;
}
.gestionEdition .champs {
    border: 1px solid black;
}
.gestionEdition #fiche {
   margin: auto;
   width: 600px;
   background-color: #ededed;
   border: 2px solid black;
   font-size: 12px;
}
.gestionEdition #fiche img {
  max-width: 300px;
  width: expression(this.width > 300 ? 300: true);
}
.gestionEdition h1 {
   color: black;
   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 .attention {
   color: #ee0000;
}
.gestionEdition hr {
   display : block;
   height: 0px;
   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 h1 a {
   text-decoration: none;
}

.gestionEdition .footer {
   width: 100%;
   padding: 0;
   margin: 0;
   text-align: center;
   color: white;
   background-color: black;
}
.gestionEdition .footer a {
   color: #ffd200;
}
.gestionEdition .bouton {
   color: white;
   background: black url(../modules/gestion/images/fondBarreFooter.png) top left repeat-x;
   border: 1px solid black;
   border-left: 2px solid black;
   border-right: 2px solid black;
   padding: 5px 30px 2px 30px;
}
#bloc_activites {
   padding: 1px 25px 0 15px;
}
.gestionEdition .listing_criteres{

}
.gestionEdition .listing_criteres h1{
    font-size: 12px;
    text-align: left;
    padding: 5px;
    margin: 15px 0px 0px 0px;
}
.gestionEdition .listing_criteres .bloc_criteres{
    display: none;
}
.gestionEdition .bloc_onglets{
    background-color: #5d5d5d;
    padding: 20px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid black;
}
.gestionEdition .bloc_onglets li{
    display: inline;
    padding: 10px;
    background-color: #d9d9d9;
    border: 1px solid black;
    border-bottom: none;
}
.gestionEdition .bloc_onglets li.selected{
    background-color: #ededed;
    border: 1px solid black;
    border-bottom: 1px solid #ededed;
}
.gestionEdition .champOrigine {
    color: red;
    border: 1px solid red;
    width: 442px;
}

#gestionNavigation {
    background-color: #eeeeee;
    font-size: 11px;
}
#gestionNavigation ul {
    padding-left: 20px;
    margin-left: 0;
    margin-top: 0px;
}
#gestionNavigation li {
    color: #ffcc00;
}
#gestionNavigation a {
    color: black;
    text-decoration: none;
}
#gestionNavigation .menu h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}


.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;
   border-left: none!important;
}
