/* Nom du fichier		: Style.css						         */
/* Auteur				: Jalil Zerdani					         */
/* But					: Mise en pages des pages ASPX           */
/* Date de creation     : 11.02.08						         */
/* Commentaires         :                                        */
/* Date de modification : 	03.08.09							         */
/* Raison				: Pied de page							         */
/* Date de modification : 								         */
/* Raison				: 					         */

/**************************************************************/
/******************* Provisoire ****************/

/**************************************************************/


/* provisoire 
#imgCons
{
    text-align: center;
    margin-top : 10px;
    margin-bottom : 20px;
}


#cons
{
    text-align : center;
    margin-top : 10px;
    font-size : 18pt;
}*/



/**************************************************************/
/******************* Commun a toutes les pages ****************/
/**************************************************************/

*
{
    margin : 0px;
    padding : 0px;
}


html
{
    height: 100%;
    overflow-y:scroll; /* Pour afficher l'ascenceur à droite dans Firefox */
    overflow-x:auto;   /* Pour afficher l'ascenceur en bas dans Firefox*/
}


body
{
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    /*background-image: url(./images/fond.jpg);*/
    background-color: #ece9e9;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top left;
}


#container
{
    width: 772px;
    height: 100%;
    margin: 0px auto;
    text-align: left;
   
    background-color : Transparent;
}

/**************************************************************/
/************************* En-tete ****************************/
/**************************************************************/
#top
{
    width: 770px;
    height: 100px;
    border : solid 1px #000000;  
}

#top img
{
    display : block; /* Pour eviter l'espace blanc dans IE */
}


/**************************************************************/
/********************* Navigation *****************************/
/**************************************************************/
#navigation
{
    width: 770px;
    height : 16px;
    margin-top : 10px;
    border : solid 1px #000000;  
    padding: 2px 0 2px 0;
    text-indent: 15px;
    background-color : #eaead4;
    color: #000000;
}

/* La fleche entre les liens de la barre */
.fleche 
{
   position : relative;
   top : 2px;
}

/* Ordre des balises "a:link", "a:visited", etc : important ! */
#navigation a
{
    color: #00a650; /* Vert Brésil */
    text-decoration : underline;
}

#navigation a:visited
{
    color: #00a650; /* Vert Brésil */
    text-decoration : underline;
}

#navigation a:hover
{ 
    background-color : #ffffff;
    text-decoration : none; 
}

/* Chemin visite par l'utilisateur */
#path
{
    float : left;
}

#langues
{   
    float: right;
    margin-top : 1px;
}

/* Pour corriger le bug d'IE */
#langues2
{   
    float : none;
    margin-right : 10px;
}


#langues a
{
    font-size: 8pt;
    font-weight: bold;
    color : #000000;
    text-decoration:none;
}

#langues a:visited
{
    color: #000000; 
    text-decoration : none; 
}


#langues a:hover
{
    color: #000000; 
    text-decoration : underline; 
}


/**************************************************************/
/********************* Partie gauche **************************/
/**************************************************************/

.menu
{
    margin-top: 15px;
    margin-left: 15px;

}

.treeNode
{
    border-left : solid #00a650 3px; 
    padding : 2px;
    color : #000000;
}

.treeNodeHover
{
    background-color : 	#ffffff;
}


/**************************************************************/
/********************* Partie principale **********************/
/**************************************************************/

/*****************Remplacer interieur par contenuXXX pour chaque page ***********/
#interieur
{
    width : 570px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
    border : solid 1px #000000; 
    background-color : White;
}


/* Paragraphes */
p
{
    text-align : justify;
    margin-bottom : 10px;
}
/* Liste à puces */
ul
{
    margin-bottom : 10px;
    /*list-style-type:circle;*/
    list-style-position:inside;
    
}
/* Listes à numéros */
ol
{
    margin-bottom : 10px;
    list-style-position:inside;
}

li
{
    margin-bottom : 5px;
    text-align : justify;
}


/* Titre du contenu */
.titre
{
   font-size : 10pt;
   font-weight : bold;
   text-align : center;
   margin-top : 10px;
   margin-bottom : 4px;
}

#intro
{  
    text-align: center;
    margin-bottom : 10px;
    margin-top : 10px;
}

p.first
{
    text-transform: uppercase; 
    font-size: 12pt;
    font-weight: bold;
    font-family: Bookman Old Style;
}

/* Image va se coller à gauche du cadre => texte à droite */
img.gauche
{
    float : left;
    margin-right : 10px;
}

/* Image va se coller à droite du cadre => texte à gauche */
img.droite
{
    float : right;
    margin-left : 10px;
}

/**************************************************************/
/************************ Pied de page ************************/
/**************************************************************/
#bas
{
   width : 770px;
   height: 20px;
   clear : both;
   float : left;
   margin-top : 10px;  
   border : solid 1px #000000;
   text-align : center;
   background-color: #eaead4;
}


/************ Regarder si doublon avec autres liens **********/
#bas a
{
    font-size: 8pt;
    color : #000000;
    text-decoration:none;
}

#bas a:visited
{
    color: #000000; 
    text-decoration : none; 
}

#bas a:hover
{ 
    background-color : #ffffff;
    text-decoration : underline; 
}

#footerText
{
   margin-top : 3px;
}

/**************************************************************/
/*************************** Page Comment nous Aider**********************/
/**************************************************************/
#interieurAide
{
    width : 578px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
    border : solid 1px #000000; 
    background-color : White;
}


#gaucheAide
{
    width: 180px;
    height: 100%;
    float: left;
    margin-top :10px;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

table.tabCert
{
    margin-bottom : 10px;
}

table.tabCert td
{
    padding : 2px 2px 2px 2px;
}

table.tabCert td.num
{
    padding : 2px 2px 10px 2px;
    text-align : center;
}

table.tabForm
{
    margin-bottom : 5px;
    width : 520px;
}

table.tabForm td
{
    padding-top : 2px;
    padding-bottom : 2px;
}


/************ Membre (papillon) **********/
#membre
{
    margin-top : -43px;
    margin-left : 172px;
  margin-bottom : 7px;
}

#membreTitre
{
    font-family : Arial;
       font-size : 14pt;
   font-weight : bold;
   text-align : center;
  margin-top : 20px;


}

#bandeauMembre
{
    
}

td.centre
{
    text-align : center;
    padding-bottom : 2px;
    padding-top : 2px;
}

td.gauche
{
    text-align : left;
    padding-bottom : 2px;
    padding-top : 2px;
}

td.cotti
{
    text-align : left;
    padding-bottom : 3px;
    padding-top : 3px;
    padding-left : 20px;
    padding-right : 20px;
}




/**************************************************************/
/*************************** Page Contactez-nous**********************/
/**************************************************************/


#interieurContact
{
    width : 578px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
    border : solid 1px #000000; 
    background-color : White;
}


#gaucheContact
{
    width: 180px;
    height: 421px;
    float: left;
    margin-top :10px;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}


table.contact
{
    margin-bottom : 10px;
}

table.contact td
{
    padding-top : 2px;  
      padding-bottom : 2px;
      text-align : center;  
}

table.contact a
{
    color : #27945B;
    text-decoration : none;
    font-weight : bold;
}

table.contact a:visited
{
    color : #27945B;
    text-decoration : none; 
}

table.contact a:hover
{ 
    background-color : #27945B;
    color: #FFFFFF;
    
}

table.contact td
{
    padding-top : 2px;  
    padding-bottom : 2px;
    text-align : center;  
}

table.contact td.adresse
{
    text-align : left;
    padding-right :15px;
    padding-left :15px;
}


/************ Pour envoyer *****************/
.bouton
{
    margin-bottom : 10px;   
}


/**************************************************************/
/*************************** Page d'Accueil (Default.aspx)*************************/
/**************************************************************/
#interieurAccueil
{
    width : 570px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
}


#gaucheAccueilfr
{
    width: 180px;
    height: 406px;
    float: left;
    margin-top :10px;
    background-image: url(./images/accueil/gauche_fr.gif);
    background-position : 0px 140px;
    background-repeat : no-repeat;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

#gaucheAccueilde
{
    width: 180px;
    height: 406px;
    float: left;
    margin-top :10px;
    background-image: url(./images/accueil/gauche_de.gif);
    background-position : 0px 140px;
    background-repeat : no-repeat;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

#gaucheAccueilen
{
    width: 180px;
    height: 406px;
    float: left;
    margin-top :10px;
    background-image: url(./images/accueil/gauche_en.gif);
    background-position : 0px 140px;
    background-repeat : no-repeat;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

#gaucheAccueilpt
{
    width: 180px;
    height: 406px;
    float: left;
    margin-top :10px;
    background-image: url(./images/accueil/gauche_pt.gif);
    background-position : 0px 140px;
    background-repeat : no-repeat;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}


/******************** Phrase du Jour ******************/

#phraseJour
{
    width : 578px;
    height : 37px;
    font-size : 8pt;
    background-color : #eaead4;
    border : solid 1px #000000;
}

#phrase
{
 
    margin-left : 10px;
    margin-top : -17px;
    line-height : 11pt;
    font-style : italic;
}

#auteur
{   
    float : right;
}
  
/* Pour corriger le bug d'IE */
#auteur2
{   
    float : none;
    margin-right : 10px;
    margin-top : 19px;
}

/***************** News *********************/
/********************************************/
#news
{
    width : 386px;
    height : 238px;
    background-color : #ffffff;
       border : solid 1px #000000;
       margin-top : 10px;
   /* margin-top : 10px;
    float : left;*/
}

 #texteNews
 {
     width : 366px;
     font-size : 8pt;
     margin-left : 10px;
     margin-right : 10px;
     margin-top : 10px;
     text-align : justify;
 }

 .newsg
 {
    position : absolute;
    left : 455px;
    top : 287px;
 }
 
 .newsd
 {
    position : absolute;
    left : 795px;
    top : 287px;
 }

#titreNews
{
    font-weight : bold;
    font-size : 8pt;
    margin-left : 10px;
    margin-top : 10px;
}

.imgNews
{

    margin-top : -10px;
}
/******************************/
#evenement1
{
    width : 180px;
    height : 180px;
    border : solid 1px #000000; 
    margin-left : 398px;
    margin-top : -240px;
}

/******************** Pour devenir membre **************/
#membrefr
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/membre_fr.jpg") no-repeat 0 0;

}

#membrefr:hover
{ 
  background-position: 0 -180px;
}

#membrede
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/membre_de.jpg") no-repeat 0 0;

}

#membrede:hover
{ 
  background-position: 0 -180px;
}

#membreen
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/membre_en.jpg") no-repeat 0 0;

}

#membreen:hover
{ 
  background-position: 0 -180px;
}

#membrept
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/membre_pt.jpg") no-repeat 0 0;

}

#membrept:hover
{ 
  background-position: 0 -180px;
}

/******************** Saviez-vous que provisoire**************/
#toucanfr
{
  display: block;
  width: 386px;
  height: 122px;
  background: url("./images/saviez_fr.jpg") no-repeat 0 0;

}

#toucanfr:hover
{ 
  background-position: 0 -122px;
}

#toucande
{
  display: block;
  width: 386px;
  height: 122px;
  background: url("./images/saviez_de.jpg") no-repeat 0 0;

}

#toucande:hover
{ 
  background-position: 0 -122px;
}

#toucanen
{
  display: block;
  width: 386px;
  height: 122px;
  background: url("./images/saviez_en.jpg") no-repeat 0 0;

}

#toucanen:hover
{ 
  background-position: 0 -122px;
}

#toucanpt
{
  display: block;
  width: 386px;
  height: 122px;
  background: url("./images/saviez_pt.jpg") no-repeat 0 0;

}

#toucanpt:hover
{ 
  background-position: 0 -122px;
}



/**********************************/
#evenement2
{
    width : 180px;
    height : 180px;
    border : solid 1px #000000;  
    margin-top : -182px;
    margin-left : 398px;
}
/**** Pour afficher les certificats ***/
#certificatfr
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/certificat_fr.jpg") no-repeat 0 0;
}

#certificatfr:hover
{ 
  background-position: 0 -180px;
}


#certificaten
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/certificat_en.jpg") no-repeat 0 0;
}

#certificaten:hover
{ 
  background-position: 0 -180px;
}

#certificatde
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/certificat_de.jpg") no-repeat 0 0;
}

#certificatde:hover
{ 
  background-position: 0 -180px;
}

#certificatpt
{
  display: block;
  width: 180px;
  height: 180px;
  background: url("./images/accueil/certificat_pt.jpg") no-repeat 0 0;
}

#certificatpt:hover
{ 
  background-position: 0 -180px;
}

/************************* Saviez-vous que ? ***********************/
#saviezVous
{
   /* margin-top : 10px;*/
    width : 386px;
    height : 122px;
    background-color : #eaead4;
    border : solid 1px #000000;
    margin-top: 68px;
   /* float : left;*/
}

#titreSaviez
{
   
    font-size : 8pt;
    margin-left : 10px;
    margin-top : 8px;
    font-weight : bold;
}

.floatright
{
    float: right;
    margin: -10px 10px 0 10px;
   
     

}


#texteSaviez
{
text-align : justify;
  font-size : 8pt;
  margin-left : 10px;
  margin-top : 6px;

}



/**************************************************************/
/*************************** Page Medias**********************/
/**************************************************************/

#gaucheMedias
{
    width: 180px;
    height: 406px;
    float: left;
    margin-top :10px;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

.titreGalerie
{
   margin-top : 10px;
   margin-left : 20px;
   font-size : 10pt;
   font-weight : bold;
}

.galerie
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

th.radio
{
    text-align : center;
}

/**************************************************************/
/*************************** Page Nordesta**********************/
/**************************************************************/

#interieurNordesta
{
    width : 578px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
    border : solid 1px #000000; 
    background-color : White;
}


#gaucheNordesta
{
    width: 180px;
    height: 100%;
    float: left;
    margin-top :10px;
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

/* Provisoire */
#imgHistorique
{
    margin-left : 10px;
 
}

#imgEnfant
{
    margin-right : 10px;
}

ul.pres
{
    line-height : 15px;
}

/**************************************************************/
/*************************** Page Projets**********************/
/**************************************************************/

#interieurProjets
{
    width : 578px;
    height: 100%;
    float: left;
    margin-top : 10px;
    margin-left : 10px;
    font-size: 8pt;
    border : solid 1px #000000; 
    background-color : White;
}


#gaucheProjets
{
    width: 180px;
    float: left;
    margin-top :10px;
    
    /*background-color : #ffff33; /* Jaune clair */
    background-color : #eaead4;
    border : solid 1px #000000;  
    padding-bottom : 15px;
}

img
{
   text-align : center;
}

#projets 
{
   list-style-type : none;
    margin-top : 12px;
}

#projets a
{
   color : Black;
   text-decoration : none;
   font-style : italic;
}

#projets a:hover
{ 
    background-color : #ffff33;
    text-decoration : none; 
}
#projets ul
{
   margin-left : 30px;
}

#projets li
{
   margin-bottom : 7px;
}

/*tableaux a supprimer ancien pour projets*/
.tabProjets td
{
   text-align: center;
}



.tabProjets
{
    width : 520px;
    margin-bottom : 10px;
}

.tabProjets img 
{
  margin-bottom : 10px;
  padding-right : 10px;
}


#imgSinge
{
    margin-left : 10px;
    margin-top : -38px;
}
