#droite {
display: none;
}
#gauche{
display: none;
}
#header {
display: none;
}

.tableau_bouton {
display: none;
}

.calendrier {
font-size: 9px;
}

.calendrier .datechoisie {
background: ;
}

.calendrier a {
font-weight: bold;
text-decoration: none;
color: #5E6A8A;
}


.calendrier td, .calendrier th {
text-align:right;
}

.message_erreur {
width: 99%;
color: #5E6A8A;
font-size:15px;
text-align: center;
font-weight: bold;
border: 1px solid #5E6A8A;
}

.petite_remarque {
font-style: italic;
font-size: 9px;
margin: 10px;
}

/* DEFINITION DE LA PARTIE CENTRALE = CONTENU STATIQUE QUE L'ON PEUT EDITER */



.contenu_statique {
font-family: Arial;
font-size: 12px;
color: #5E6A8A;
font-weight: normal;
font-style: none;
}

.contenu_statique h6 {
font-family: Arial;
font-size: 12px;
color: #5E6A8A;
font-weight: normal;
font-style: none;
}

.contenu_statique h1{
font-family: Arial;
color: #5E6A8A; font-weight: bold; font-size: 18px;}

.contenu_statique h2{
font-family: Arial;
color: #5E6A8A; font-weight: bold; font-size: 14px;}

.contenu_statique h3{
font-family: Arial;
color: #5E6A8A; font-weight: bold; font-style: italic; font-size: 14px;}

.contenu_statique table{
font-family: Arial;
font-size: 12px;
color: #5E6A8A;
border-color:#5E6A8A;
}

.contenu_statique td{
border-color:#5E6A8A;
}

.contenu_statique input, .contenu_statique select, .contenu_statique textarea, .contenu_statique checkbox {
font-family: Arial;
color: #5E6A8A;
font-size: 12px;
}

.contenu_statique a {
text-decoration: none;
color: #5E6A8A;
}

.contenu_statique a:hover, .calendrier a:hover {
color: red;
}

.tab_agenda {
width: 100%;
border-collapse:collapse;

}

.tab_agenda td {
border:1px solid #5E6A8A;
}

.tab_agenda .jour {
text-align: center;
border: 1px solid #5E6A8A;
background:;
}

.tab_agenda .objet {
font-weight: bold; 
font-size:125%;
margin:2px;
}

.liste_blog { border: 0 }

.print_none { display: none; }

