@charset "utf-8";
.fond_site {
	background-image: url(fond_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fond_site.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}.header {
	height: 50px;
	width: 750px;
	background-image: url(images/haut.jpg);
	float: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin: auto;
	padding-right: 50px;
	vertical-align: top;
}
.bandeau {
	height: 550px;
	width: 800px;
	margin: auto;
	float: none;
}
.b_gauche {
	height: 550px;
	width: 50px;
	float: left;
	background-image: url(images/b_gauche.jpg);
}
.b_droite {
	height: 550px;
	width: 50px;
	background-image: url(images/b_droite.jpg);
	float: left;
}
.diap_haut {
	background-image: url(images/diaporama_haut.jpg);
	height: 50px;
	width: 450px;
}
.diap_milieu {
	height: 500px;
	width: 450px;
	background-image: url(images/diaporama_milieu.jpg);
}
.menu {
	height: 550px;
	width: 250px;
	background-image: url(images/menu.jpg);
	float: left;
}
.haut_texte {
	background-image: url(images/milieu_site.jpg);
	background-position: center top;
	width: 800px;
	background-repeat: no-repeat;
}
.texte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	width: 800px;
	background-image: url(images/fond_texte.gif);
	margin: auto;
	float: none;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	float: none;
	height: 100px;
	width: 800px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.texte_diaporama {
	font-family: "Trebuchet MS";
	width: 450px;
	font-size: 12px;
	height: 220px;
	overflow: auto;
}

.texte_site {
	width: 640px;
	margin: auto;
}

.diaporama {
	height: 550px;
	width: 450px;
	float: left;
}
.news_titre {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #990000;
}
.news_date {
	font-family: "Trebuchet MS";
	color: #993300;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #993300;
	width: 300px;
	padding-top: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
.event_link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	text-align: right;
	width: 300px;
}


.news_texte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	width: 300px;
}
.event_titre {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #990000;
}
.txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

.event_date {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #993300;
	font-style: italic;
	font-weight: bold;
	width: 300px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #993300;
	padding-top: 5px;
	margin-top: 10px;
}
.txt_mail {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}

.event_texte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	width: 300px;
}
.cal_day {
	width: 30px;
	height: 20px;
	background-color: #FFCC99;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.cal_std {
	height: 24px;
	width: 30px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.cal_today {
	background-color: #FFCC99;
	height: 24px;
	width: 30px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.cal_event {
	background-color: #996633;
	height: 24px;
	width: 30px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.cal_fond {
	background-image: url(images/cal_fond.jpg);
	height: 207px;
	width: 206px;
	padding-top: 20px;
}

