body {
	background-color: #CCCCCC;
	background-image: url(../images/fondgris.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/trait.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
}
a.photos:link ,a.photos:visited, a.photos:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.fond {
	background-color: #FFFFFF;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.titre_sommaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	height: 25px;
	background-color: #333333;
	margin: 5px;
	background-image: url(../images/pieds.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	
}
.titre_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E85730;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	background-image: url(../images/danses.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.niveau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	border: 1px dashed #E85730;
	background-color: #FBDFD9;
}
.titre_cours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E85730;
	height: 20px;
	text-indent: 5px;
}
.cadre_cours {
	border: 1px dashed #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
.cadre_annonce {
	border: 1px dashed #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 2px;
}

.texte_cours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.titre_sommairedroit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	height: 25px;
	background-color: #333333;
	margin: 5px;
	background-image: url(../images/piedsdroits.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: right;
}
.titre_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85730;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	background-image: url(../images/danses.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
	text-indent: 3px;
}
li {
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
	list-style-image: url(../images/puce.jpg);
	text-indent: 3px;
}
ul {
	margin-bottom: 2px;
}
.fetedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;

}
.fondcentre {
	background-image: url(../images/fondcentre.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*images survolées*/
.thumbnail{
	position: relative;
	z-index: 0;
	color: #333333;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.fonddroit {
	background-image: url(../images/boite_info_06.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.cadre_lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.fond_mot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/fieldset2-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFFCE6;
	padding: 4px;
}
.fond_page {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/page.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 4px;
}
.fond_page_gauche {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/page_gauche.gif);
	background-position: right bottom;
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 4px;
}
.fond_spiral {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/spiral.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 4px;
}

