/* CSS du contenu général*/
#colonnegauche {
float : left;   /* On aligne les trois colonnes */
width : 175px;
padding-top: 25px;
}

html{
padding : 0;
margin : 0;
height : 100%; /* Ces trois paramètres sont nécessaires pour un affichage correct */
}

body{
text-align : center;
background-color: #F0F8FF;
}

#conteneur {
position : relative;    /* Obligatoire pour positionner le footer par rapport au conteneur */
margin : auto;          /* Centrage sous Firefox */
width : 970px;           /* On définit la largeur du site */
text-align : left;      /* Reset de la position du texte à cause de IE */
min-height : 970px;   	/* Hauteur minimale de 100% */
}

#haut {

}

#logo {

}

#centre {
min-height : 100%;         /* Hauteur minimale de 100% */
overflow : auto;            /* Firefox, pour tenir compte du contenu des div flottants (float, qui sont normalement mis à part) */
padding-bottom : 50px; /* Hauteur du footer, pour éviter que ce dernier se place par dessus votre contenu (on le pousse) */
}

#contenu {
/*float : left;*/
margin-left: 180px;
padding-left: 15px;

padding-right: 15px;
background-color: white;
border:#99CCFF 0.1em solid; 
}

#bas {
position: relative; /* On le place par rapport au conteneur */
text-align: left;
/*bottom: 0; left: 0; /* Tout en bas à gauche */
clear : both;         /* On casse l'alignement float des colonnes */
width : 100%;      /* Largeur 100% */
height : 50px;      /* Hauteur du footer */
font-size: 12px;
font-family: Verdana;
padding: 1em;
font-weight: bold;
margin-left: 4px;
border-top: 0.2em solid #99CCFF;
}

#textbas {
text-align: center;
font-weight: normal;
color: #0055A4;
}

.titrePrincipal {
background-color: #FFA500;
color: white;
text-align: center;
font-size: 16px;
font-family: Verdana;
padding-top: 4px;
padding-bottom: 4px;
}

h2 {
border-bottom: 0.2em solid #99CCFF;
color: #0055A4;
text-align: left;
font-size: 12px;
font-family: Verdana;
padding-top: 10px;
padding-bottom:4px;
}

h3{
color: #0055A4;
font-size: 12px;
font-family: Verdana;
text-decoration: underline;
}

h4{
color: #0055A4;
font-size: 12px;
font-family: Verdana;
}

.centrer{
text-align: center;
}

p{
color: #002B54;
font-size: 12px;
font-family: Verdana;
text-align: justify;
}

ul{
color: #002B54;
font-size: 12px;
font-family: Verdana;
list-style: url(../img/puce.PNG);
text-align: justify;
}

ol{
color: #002B54;
font-size: 12px;
font-family: Verdana;
text-align: justify;
}

table{
color: #002B54;
font-size: 12px;
font-family: Verdana;
}

.bleu{
color: #0055A4;
font-size: 12px;
font-family: Verdana;
}

/*CSS du menu*/
.menu {
margin: 0; 
padding: 0;
list-style:none;
list-style-type:none;
list-style-image:none;

}

.bord{
border-bottom:#99CCFF 0.2em solid; 
font-size: 12px;
font-family: Verdana;
font-weight: bold;
text-align: left;
margin-bottom: 10px;
}

a:visited{
color: #0055A4;
text-decoration: none;
}

a:link{
color: #0055A4;
text-decoration: none;
}

a:hover{
color: #002B54;
}

/* CSS Menu NEWS*/
#News{
top: 310px;
border: 0.2em solid #99CCFF;
background-color: white;
}

#CaptionNews {
font-size: 14px;
font-family: verdana;
color: white;
text-align: center;
background-color: #FFA500;
}

.SectionNews {
font-size: 12px;
font-family: verdana;
color: #0055A4;
text-align: Left;
border-bottom: 0.2em solid #99CCFF;
}

.TitreNews {
font-size: 12px;
font-family: verdana;
color: #DC143C;
text-align: Left;
}

.SujetNews {
font-size: 10px;
font-family: verdana;
color: #002B54;
text-align: Left;
}

/*CSS formulaire Affilations et dons*/
form{
font-size: 12px;
font-family: Verdana;
color: #002B54;
background-color: #F0F8FF;
}

.titreAD {
font-size: 13px;
font-family: verdana;
font-weight: bold;
color: white;
text-align: center;
background-color: #0055A4;
padding: 1px;
margin: 2px;
}


/** CSS page contact*/


/*CSS des tableaux Groupe de parole*/
.fondTitre {
background-color: #0055A4;
}

.titre{
font-size: 13px;
font-family: verdana;
font-weight: bold;
color: white;
text-align: center;
}

/*Date des groupes de parole*/
.gp{
font-size: 13px;
font-family: verdana;
color: #002B54;
text-align: left;
border-bottom: 1px solid black;
background-color: #F0F8FF;
}

/*infos groupes de parole: Lieu - Renseignements - heures -..*/
.infos {
font-size: 13px;
font-family: verdana;
color: #0055A4;
text-align: left;
background-color: #F0F8FF;
}

/*CSS Pages SECTIONS*/
.noms{
font-size: 13px;
font-family: verdana;
font-weight: bold;
color: #0055A4;
text-align: center;
}

/*Ce qui est en rouge dans la page sections*/
.rouge {
color: #DC143C;
}

/* Css texte mis en valeur rouge-italix 
.valeur {
font-family: Verdana;
font-style: italic;
font-size: 12px;
color: #006666;
}*/

/*Menu Informations */

#MenuInfos {
font-size: 12px;
font-family: Verdana;
text-align: right;
}

.TitreNonGras {
font-weight: normal;
}

.note {
border-top: 0.1em solid #99CCFF;
color: #002B54;
text-align: left;
font-size: 10px;
font-family: Verdana;
padding-top: 10px;
padding-bottom:4px;
}

/*Image structure*/

#structure {
text-align: center;
}

/*Image de Mise en observation*/
#miseenobs {
text-align: center;
}

/*Texte italic*/
.italic {
font-style: italic;
color: #DC143C;
}

#citation {
text-align: center;
}

/*Div caché*/
#ref {
visibility: hidden;
}