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

.communiqueList .communiqueText
{
	margin-left: 100px;
}

/* ------------- Contrôle des derniers communiqués -------------------*/
#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;
}
/*-------------------------------------------------------------*/

#smallNextEvents
{
	text-align: left;
}

#smallNextEvents li
{
	margin: 0;
	margin-bottom: 10px;
	font-size: 10px;
}

#smallNextEvents li span
{
	color: #9ecce1;
	margin: 0;
}

#smallNextEvents ul
{
	color: White;	
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	margin-left:10px;
	padding-left:10px;
	margin-top: 0px;
}

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

/*-------------------------------------------------------------*/

#copyright
{
	font-size: 10px;
	margin-bottom: 50px;
	text-align: center;
	color: White;
}

/* ---------- Utilisé pour les listes d'items --------------- */
.listItem
{
	text-align: left; 
	background-color: #8ca135;
	padding: 4px;
}

.listItem1
{
	text-align: left; 
	background-color: #98af3a;
	padding: 4px;
}
/* ---------------------------------------------------- */

.textSmall
{
	font-size: 10px;
}

td.pageBottom
{
	background-image: url(images/SliceVertBottom.gif);
	background-repeat:no-repeat;
}

img.imageBorder 
{
	border-width: 1px;
	border-style: solid;
    border-color: #002c40;
}
	
hr {
	border: 0;
	color: #002D41;
	background-color: #002D41;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

h2
{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #002c40;
	text-align: left;
}

h3
{
	background-color: #778a2b;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px;
	margin-bottom: 0px;
	margin-top: 5px;
}

h4 {
	text-decoration: none;
	color: #002c40;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	}

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;
	}
	
p {
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: left;
	}
	
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;
   }
	
.aSmallText1 {
	text-decoration: none;
	color: #002c40;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallText2 {
	text-decoration: none;
	color: #9ecce1;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallText3 {
	text-decoration: none;
	color: #6e6860;
	font-size: 10px;
	font-weight: normal;
	}

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; 
	}

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

.representative .description
{
	font-weight: bold;
	color: #002C40;
}
