/* -------------------------------------------------------
 	1. LIENS 
 ------------------------------------------------------- */
a, a:link, a:visited {
	text-decoration: none;
	COLOR: #ffff00; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
}
a:hover {
	text-decoration: underline;
	COLOR: #cc0033; 
}
a.link1 {
	FONT-SIZE: 13px; 
	font-weight: bold; 
	COLOR: #000000; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
}
a:hover.link1 {
	background-color: #cc0033; 
	color: #fff;
}
.titre a, a.titr, .titre a:visited, a:visited.titr{
	COLOR: #000; 
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
a:hover.titr, .titre a:hover {
	color: #cc0033;
	text-decoration: none;
}
.banniere a {
	FONT-SIZE: 13px; 
	COLOR: #000; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
}
.banniere a:hover {
   text-decoration: underline;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #ffff00;
}
.haut a, .haut a:visited {
	color: #cc0033;
	text-decoration : none;
	font-size: 12px;
}
.haut a:hover {
	color: #cc0033;
	text-decoration : underline;
	}
.activites a, .activites a:visited {
	color: #fff;
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
}	
.activites a:hover {
	color: #ffff00;
	text-decoration : none;
	}

/* -------------------------------------------------------
 	2. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */
 .banniere {
	background-image: url(images/banniere.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	margin-top: 5px;
	width: auto;
	padding-top: 5px;
}
.banniere h3{
	color: #ffff00;
	letter-spacing: 5px;
	text-align: right;
	padding-right: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-shadow: white 0px 0px 8px;
}
.banniere p {
	color: #000;
	text-align: right;
	padding-right: 20px;
	FONT-SIZE: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
/* -------------------------------------------------------
 	3. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc3333;
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #ffff00;
	background-color: #000000;
	background-image: url(images/fd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
}
.activites {
	background-color: #cc0033;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	padding-left: 10px;
	margin-top: 20px;
	font-variant: small-caps;
}
.clear {
	clear: both;
}
.colcentre {
	margin: 40px 20px;
	WIDTH: 50%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	color: #fff;
	float: left;
}
.coldroite {
	width: 15%;
	float: right;
	margin-right: 0;
}
.colgauche {
	width: 25%;
	float: left;
	margin-left: 0;
}
.conteneur {
	width: 100%;
	height: auto;
	color: #fff;
}
.cyanne {
	clear: both;
	background-color: #cc0033;
	WIDTH: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 5px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	vertical-align: bottom;
	padding-left: 20px;
	text-decoration: none;
	}
.cyanne a:hover {
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	font-size: 60%;
	}
.desc {
	border: 2px #cc0033 solid;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	color: #fff;
	width: 450px;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: left;
	margin: 20 auto; 
	}
.descg {
	border: 2px #cc0033 solid;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	color: #fff;
	width: 90%;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: left;
	margin: 20 auto; 
}	
.disc {
	list-style-image: none;
	list-style: disc;
}
.haut {
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}
.news {
	background-image: url(images/news.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffcccc;
	border: 2px #cc0033 solid;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	color: #000;
	height: auto;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	}
.news h3 {
	color: 000;
	text-align: center;
	letter-spacing: 5px;
	font-weight: bold;
}	
.titre {
	background-color: #ffff00;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	width: 100%;
	padding-left: 10px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
.top {
	float: right;
	margin-top: 35px;
	}
/* -------------------------------------------------------
 	4. ELEMENTS HTML DE BASE
 ------------------------------------------------------- */
 strong {
	color: #cc0033;
	font-size: 15px;
}
 h2 {
	color: #cc0033;
	text-align: center;
}
h5 {
	color: #FF0;
	text-align: justify;
	font-size: medium;
}
h4 {
	color: #FF0;
	text-align: center;
	font-size: medium;
}
h6 {
	color: #FF0;
	text-align: center;
	font-size: 12px;
}
ul {
	list-style-image:  url(images/puce.gif);
}
.photo {
	float: right;
	width: auto;
}	
.affiche {
	width: auto;
	float: left;
	padding: 5px;
	
}
.clear {
	clear: both;
}	
