body {
	font: 78%/1.5 arial, helvetica, serif;
	background-color: #000000;
	text-align: center;
	padding: 0;
	margin: 0em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



#container {
	width: 60em;
	
	background-color: #000000;
	text-align: left;
	border: 0px solid #333333;
	margin: 0 auto;
}

#nav, #nav ul {
	float: left;
	width: 60em;
	list-style: none;
	line-height: 1;
	background-color: #000000;
	font-weight: bold;
	padding: 0;
	border: solid #000000;
	border-width: 0px 0;
	margin: 0 0 0.25em;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 6em;
	color: #fff4c2;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background:  center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0em;
	margin: 0;
}

#nav li li {
	padding-right: 0.25em;
	width: 13em
}

#nav li ul a {
	width: 10em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 1em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #000000;
	
}

#content {
	clear: left;
}

#content a {
	color: #fff4c2;
}

#content a:hover {
	text-decoration: underline;
}

.menuCenter {
	text-align: center;
}
p {
	font: normal 12pt Arial, Helvetica, sans-serif;
	color: #4B545B;
	text-align: left;
}



/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 14px;
	color: #99A9B6;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #99A9B6;
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #333333;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
	width: 14px;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
	width: 14px;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #99A9B6;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #99A9B6;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 14px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #99A9B6;
	text-align: center;
	width: 20px;
	color: #99A9B6;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #4B545B;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #99A9B6;
	text-decoration: none;
}

/* Style for the calendar footer row (link back to the current month)            */
/* Style de la ligne du pied du calendrier (lien de retour vers le mois courant) */
.calendar_footer {
	color: #99A9B6;
	text-align: center;
}

/* Style of the cell that contains the link back to the current month used */
/* when the month being displayed is the current month                     */
/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche est le mois courant                             */
.calendar_footer_current_month {
}

/* Style of the back link inside the cell of class .calendar_footer_current_month   */
/* Style du lien de retour dans la cellule de classe .calendar_footer_current_month */
.calendar_footer_current_month_clickable {
	color: #99A9B6;
	text-decoration: none;
}

/* Style of the cell that contains the link back to the current month used */
/* when the month being displayed is not the current month                 */
/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche n'est pas le mois courant                       */
.calendar_footer_other_month {
}

/* Style of the back link inside the cell of class .calendar_footer_other_month   */
/* Style du lien de retour dans la cellule de classe .calendar_footer_other_month */
.calendar_footer_other_month_clickable {
	color: #99A9B6;
	text-decoration: none;
}

.lienBasPage{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}
.lienTexte {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5e90b3;
}
h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #405372;
}
.tableMarge {
	padding-right: 10px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 15px;
}
.lienMenuCroise {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #7D99C8;
	text-decoration: none;
}
h2 {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #6490C1;
	text-indent: 10pt;
}
h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #3F68A6;
	text-indent: 20pt;
}
.lienAstro1 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #405372;
	text-decoration: none;
}

.lienAstro2 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #6490C1;
	text-decoration: none;
}

.lienAstro3 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3F68A6;
	text-decoration: none;
}.texteBleu {
	color: #475C76;
	text-align: left;
	font-weight: bold;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #405372;
}
.actualites {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}
