a img {
   border: none;
}

.separateur {
   clear: both;
}

/*******************************************************************************
**********************          MODULE ACTIVITES          **********************
*******************************************************************************/

.moduleActivites h1 {

}
.moduleActivites h1:first-letter {

}
.moduleActivites h2 {

}
.moduleActivites h3 {

}
.moduleActivites img {
   float: right;
   margin-left: 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;
   text-align: left;
}
.moduleActivites .fiche {
   float: right;
   width: 410px;
   padding: 10px;
   border: 1px solid black;
   background-color: white;
}
.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 {

}
.moduleActu img {
   float: right;
   margin-left: 10px;
   margin-top: 3px;
}
.moduleActu p {
   text-align: justify;
}
.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 {

}
.moduleActuTitre h3 {

}
.moduleActuTitre img {
   float: right;
   width: 100px;
   margin-left: 10px;
}
.moduleActuTitre p {
   text-align: justify;
}
.moduleActuTitre .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleActuTitre hr {

}

/*actus à la une*/

.moduleActuUne {
   width: 434px;
   text-align: left;
}

.moduleActuUne h1 {
   display: none;
   width: 100%;
   margin: 0;
   padding: 0;
   border-bottom: 1px dashed black;
}
.moduleActuUne h1:first-letter {


}
.moduleActuUne h2 {

}
.moduleActuUne h3 {

}
.moduleActuUne img {
   float: left;
   width: 100px;
   margin-top: 3px;
   margin-right: 10px;
}
.moduleActuUne p {
   
   margin-bottom: 0;
}
.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 {
   width: 690px;
   background-color: #eeeeff;
}
.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-left: 10px;
}
.moduleAnnuaire .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleAnnuaire hr {

}
.moduleAnnuaire .fiche .adresse{
/*	border:1px solid #496BAA;*/
   font-size: 14px;
   margin: 0;
   padding: 30px;
   padding-top:10px;
   padding-bottom:50px;

   width:320px;
   height:100px;
   line-height:20px;
   background:white url(../images/fond_cadre3.jpg) no-repeat right bottom;
}
/*******************************************************************************
*********************          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 #f7911d;
}
.moduleTelecharger .lien {
   background-color: #f7911d;
   border: 1px solid #f7911d;
   text-align: center;
}
.moduleTelecharger .lien a {
   color: white;
}


/*******************************************************************************
************************          MODULE LIENS          ************************
*******************************************************************************/


/*Liste des liens*/

.moduleLiens h1 {

}
.moduleLiens a {

}
.moduleLiens .infosResultat {
   color: #999999;
   font-size: 10px;
}


/*******************************************************************************
************************          MODULE FORUM          ************************
*******************************************************************************/

.moduleForum h1 {

}
.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: 0px;
   padding-bottom: 25px;
   text-align: justify;
   /*border: 1px solid black;*/
   /*border-top: none;*/
}
.moduleForum .message h2 {
   width: 626px;
}
.moduleForum .ficheSaisie {
   width: 100%;
}
.moduleForum .messageConfirmation {
   text-align: center;
}
.moduleForum hr {
   display : block;
   height: 1px;
   padding: 0;
   background-color: transparent;
   border: none;
   border-top : 1px dashed #999999;
   margin : 10px auto 0px auto;
/*marges sous ie*/

}



/*******************************************************************************
************************          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: 500px;
   border-collapse: collapse;
   text-align:left;
}

.moduleCatalogue .liste td, .moduleCatalogue .liste th {
   /*padding: 0 2px;*/
}

.moduleCatalogue  .impaire {
   /*background-color: #ffffff;*/
   padding:5px;
}
.moduleCatalogue  .paire {
   background-color: #f0f0f0;
   padding:5px;
}
.moduleCatalogue .liste .image {

   float:right;
   text-align:right;
   font-size:10px;
   color:#888888;
}
.moduleCatalogue .liste .image img{
    width: 70px;
}
.moduleCatalogue .liste .titre {
	font-weight:bold;
	color:#f7911d;
	font-size: 16px;
	text-align:left;
}
.moduleCatalogue .fiche {
   padding: 3px;
   width:450px;
   border:1px solid #666666;
   margin: 20px auto;
}
.moduleCatalogue .fiche h1{

}
.moduleCatalogue .fiche h1:first-letter {

}
.moduleCatalogue .fiche h2 {
}
.moduleCatalogue .fiche p {
   text-align: justify;
}
.moduleCatalogue .fiche .image {
   
   margin-left: 15px;
   float:right;
   text-align:center;
   font-size:10px;
   color:#888888;
}
.moduleCatalogue .fiche .image img{
    width:150px;
}
.moduleCatalogue .fiche .representations{
    list-style-type: none;
	margin-top:0px;
}

.moduleCatalogue h1 {
	/*text-transform:capitalize;*/
	padding-bottom:10px;

}
.moduleCatalogue .liste h2 {
	background-color:#496BAA;
	color:#ffffff;
	text-align:center;
}
.moduleCatalogue h3 {

}
.moduleCatalogue .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleCatalogue .panierRecap {
   width: 350px;
   margin: 10px;
   padding:8px;
   background-color: #f5f5f5;
   border: 1px solid black;
   text-align:left;
}
.moduleCatalogue .ajoutPanier {
	text-align:left;
   width: 230px;
   margin: 10px;
   background-color: #f5f5f5;
   border: 1px solid black;
}
.moduleCatalogue .ajoutPanier .enteteFenetre {
   height: 12px;
   padding : 1px;
   background-color: #990000;
}
.moduleCatalogue .ajoutPanier .icone {
   float: right;
}
.moduleCatalogue .ajoutPanier .corpsFenetre {
   padding: 5px;
}
.moduleCatalogue .infosResultat {
   color: #999999;
   font-size: 10px;
}
.moduleCatalogue a.page {
   color:#ab4344;
   font-weight:bold;
}


/*******************************************************************************
***********************          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;*/
}



/*******************************************************************************
**********************              GESTION               **********************
*******************************************************************************/


/**** Menu principal ****/
body {
   font-family: Arial, sans-serif;
   font-size:12px;
}

.moduleGestion {
   margin: 0;
}
.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 .menu a{
	color:#000000;
}
.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%;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 15px;
   font-size: 12px;
   text-decoration: none;
   color: Black;
}
.moduleGestion li a:hover {
  background-color: #ffd729;
}



/**** 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 {
   color: black;
   width: 155px;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   margin: 0;

   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;
}
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;
   border: none;
   border-top : 1px dashed #999999;
   margin : 10px auto 0px auto;
/*marges sous ie*/
}
.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;
}
.gestionEdition #fiche img {
  width: 100px;
}
.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;
   border: none;
   border-top : 1px solid black;
   margin : 20px auto;
/*marges sous ie*/
}
.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;
}

