* {
	font-family: "trebuhet ms", arial, sans-serif;
	font-size: 12px;
}
/*_________Typos______________________________________________________________*/
p {
	text-indent: 15px;
	text-align: justify;
	display:block;
}

.paragraph:first-letter {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	
}
.italic {
	font-size: 80%;
}
#header h1{

color:#fff4c5;
bottom:0;
font-size:28px;
font-family:"arial black", arial, sans-serif;
text-transform:uppercase;
text-align:center;

}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h2 a {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
/*_________Liens______________________________________________________________*/
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
}
a img {
	border: 0;
}
#footer a img {
	margin: 2px;
	margin-top: 5px;
	border: 0;
}
p a {
	text-decoration: underline;
}
#back{
  left:0;
  position:absolute;
  top:0;
}
#new{
  right:0;
  position:absolute;
  bottom:0;
}
/*_________Menu_______________________________________________________________*/
#menu a{
  cursor:pointer;
}
.lien_right {
	text-align: right;
}
.lien_right a {
	text-decoration: none;
	
}
/*_________Gal_Tof____________________________________________________________*/
.gal_tof {
	height: 130px;
	width: 120px;
	border: 1px solid #fff;
	float: left;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.gal_tof li {
	list-style-type: none;
}
.gal_tof a {
	display: block;
	cursor: pointer;
}
ol{
  margin:0;
  padding:0;
  padding-left:25px;
  
}
ol li{
  list-style-type:decimal;}
.thumb{
  margin:5px;
}

/*_________Input______________________________________________________________*/
input {
	border: 1px solid #fff;
	background: #000;
	padding: 2px;
	margin: 5px;
	color: #E8E8E8;
}
textarea {
	border: 1px solid #fff;
	background: #000;
	padding: 2px;
	margin: 5px;
	color: #E8E8E8;
}
.button {
	color: #E8E8E8;
	text-transform: uppercase;
	width: 200px;
}
/*_________Agenda_____________________________________________________________*/
.eventborder {
	margin-bottom: 10px;
}
.tdeventheading {
	line-height: 20px;
	padding: 2px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: left;
}
.tdevent {
	font-style: italic;
	padding: 2px;
}
.eventheading {
	text-align: center;
}
.mteventheading {
	line-height: 20px;
	padding: 2px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: center;
}
.mtevent {
	vertical-align: top;
	padding: 2px;
}
.alleventheading {
	line-height: 20px;
	padding: 2px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: left;
}
.allevent li {
	padding: 2px;
	list-style: none;
}

