/*règle problème d'espace sous les images en firefox*/
td img { display:block; }

#lastCommuniques
{
	text-align:left;
}

#lastCommuniques li
{
	color: White;	
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	
}

#lastCommuniques ul
{
	color: White;	
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-left:10px;
	padding-left:10px;
}

td.pageBottom
{
	background-image: url(images/SliceVertBottom.gif);
	background-repeat:no-repeat;
}
	
hr {
	border: 0;
	color: #002D41;
	background-color: #002D41;
	height: 1px;
	width: 100%;
}

h1
{
	text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 5px;
    width: 100px;
}

img.image_border {
	border-width: 1px;
	border-color: #e9f1c6;
	border-style: solid;
	}

a.link_calendar:link {
	color: #e7a800;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.link_calendar:hover {
	color: #fecf11;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.link_calendar:visited {
	color: #fe8611;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	


.calendar
{
	background-color: #8ca135;
}

.calendar_title
{
	border-style: none;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_header
{
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-weight: normal;
}

.calendar_day
{
	background-color: #002c40;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 100px;
	border-bottom: solid 20px #8ca135;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_today
{
	background-color: #002c40;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 100px;
	border-bottom: solid 16px #8ca135;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_middle
{
	background-color: #597683;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.calendar_day_other_month
{
	padding: 0;
	background-color: #1a1a1a; 
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	height: 100px;
	border-bottom: solid 20px #8ca135;
	text-decoration : none;
	color: #6e6860;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_other_month_middle
{
	background-color: #343434;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.calendar_day_event
{
	background-color: #2f3512;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	height: 100px;
	border-bottom: solid 20px #8ca135;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_event_today
{
	background-color: #2f3512;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	height: 100px;
	border-bottom: solid 14px #8ca135;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calendar_day_event_middle
{
	background-color: #5b6823;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

body {
	background-color: #5b6823;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f5fbdc;
	margin: 0px;
	}
	
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

table, td, tr, p {
	font-size: 12px;
	font-weight: normal;
	color: #f5fbdc;
	}
	
input[type="text"] {
	font-size: 12px;
	font-weight: normal;
	color: #5b6823; 
	background-color: #f0ffb4;
	padding: 2px;
	border-width: 1px;
	border-color: #5b6823;
   }
	
input[type="submit"] {
   cursor: hand;
   padding-bottom: 3px;
   padding-top: 3px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFFF;
   background-color: #e7a800;
   border-width: 1px;
   border-color: #9c7100;
   font-weight: bold;
   font-size: 12px;
	}
	
textarea {
	font-size: 12px;
	font-weight: normal;
	color: #5b6823; 
	background-color: #f0ffb4;
	padding: 2px;
	border-width: 1px;
	border-color: #5b6823;
   }
	
select {
	font-size: 12px;
	font-weight: normal;
	color: #5b6823; 
	background-color: #f0ffb4;
	padding: 2px;
	border-width: 1px;
	border-color: #5b6823;
   }
	
img.imageBorder {
	border-width: 1px;
   border-color: #002c40;
	}
	
.aSmallBlanc {
	text-decoration: none;
	color: #f3fee0;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallRouge {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallTexte1 {
	text-decoration: none;
	color: #002c40;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallTexte2 {
	text-decoration: none;
	color: #9ecce1;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallTexte3 {
	text-decoration: none;
	color: #6e6860;
	font-size: 10px;
	font-weight: normal;
	}
	
.bTexteBlanc {
	text-decoration : none;
	color: #f3fee0;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexteRouge {
	text-decoration: none;
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexte1 {
	text-decoration: none;
	color: #002c40;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexte2 {
	text-decoration: none;
	color: #9ecce1;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexte3 {
	text-decoration: none;
	color: #6e6860;
	font-size: 12px;
	font-weight: normal;
	}
	
.cSoustitreBlanc {
	text-decoration: none;
	color: #f3fee0;
	font-size: 13px;
	font-weight: bold;
	}
	
.cSoustitre1 {
	text-decoration: none;
	color: #002c40;
	font-size: 13px;
	font-weight: bold;
	}
	
.cSoustitre2 {
	text-decoration: none;
	color: #9ecce1;
	font-size: 13px;
	font-weight: bold;
	}
	
.dTitreBlanc {
	text-decoration: none;
	color: #f3fee0;
	font-size: 14px;
	font-weight: bold;
	}
	
.dTitre1 {
	text-decoration: none;
	color: #002c40;
	font-size: 14px;
	font-weight: bold;
	}
	
.dTitre2 {
	text-decoration: none;
	color: #9ecce1;
	font-size: 14px;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	color: #cfea4f;
	font-size: 12px;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #a32e00;
	font-size: 12px;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	color: #ddf762;
	font-size: 12px;
	font-weight: bold;
	}

.handCursor {
	cursor: pointer; 
	}

.linkSmall:link {
	color: #e7a800;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
.linkSmall:hover {
	color: #fecf11;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.linkSmall:visited {
	color: #fe8611;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
