html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 12px/1 Arial, sans-serif;
	background: #000;
	color: #c05829;
	overflow: auto;
}

a:link, a:hover, a:visited, a:active{
	color: #c05829;
	text-decoration:underline;
}

img {
	border: none;
}

h1, h3, p {
	padding: 0;
	margin: 0;
}

#container {
	width : 750px;
	height: 513px;
	background: #201407 url(../Images/fond.jpg) center center no-repeat;
}

#content {
	width:337px;
	text-align:left;
	padding : 0 0 21px 0;
	margin : 0 35px 20px 0;
	background: url(../Images/basParchemin.gif) bottom left no-repeat;
}

#calendar {
	text-align:left;
	margin : -5px 0 -2px 5px;
	position : relative;
	width: 273px;
	background-color:#fffffc;
	padding : 9px 28px 10px 26px;
	background: url(../Images/fondParchemin.gif) top left repeat-y;
}


#boutonBar {
	position : relative;
	margin-top:74px;
}

#menu {
	position : relative;
	margin:200px 0 0 0;
}

#bottomMentions {
	float:right;
	font-size:9px;
	font-weight:normal;
	padding-top:2px;
}

ul {
	margin: 0; 
	padding: 4px 0;
	list-style: none;
	width: 100%; 
	overflow: hidden; 
	border: 0px; 
	border-spacing: 0px;
}

h3 {
	margin : 0;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #c05829;
	cursor: pointer;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	letter-spacing: 0.2px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #fff;
	margin : 0;
}

h3.lundi {
	background: #471b14 url(../Images/Lundi_Bg.jpg) top right no-repeat;
}

h3.mardi {
	background: #5d2a22 url(../Images/Mardi_Bg.jpg) top right no-repeat;
}

h3.mercredi {
	background: #86605a url(../Images/Mercredi_Bg.jpg) top right no-repeat;
}

h3.jeudi {
	background: #d7987b url(../Images/Jeudi_Bg.jpg) top right no-repeat;
}

h3.vendredi {
	background: #ca7750 url(../Images/Vendredi_Bg.jpg) top right no-repeat;
}

h3.samedi {
	background: #c05829 url(../Images/Samedi_Bg.jpg) top right no-repeat;
}

.precedent {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #c05829;
	background: url(../Images/Precedent.gif) center left no-repeat;
	padding : 5px 5px 5px 20px;
}

.suivant {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #c05829;
	background: url(../Images/Suivant.gif) center right no-repeat;
	padding : 5px 20px 5px 5px;
}

.hour {
	color: #4b170f; 
	font-size:15px; 
	font-weight:bold
}

.eventTitle {
	font-size:15px;
	font-weight:bold; 
}

.event {
	font-size:12px;
	font-weight:200; 
}

#fiche {
	width:285px;
	height:344px;
	background-color:transparent ;
	background:url(../Images/fondFiche.jpg) top left no-repeat;
	padding : 80px 67px 90px 85px;
	line-height:normal;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.titleFiche {
	color :#64140f;
	font-size:31px;
	font-weight:bold;
}

.dateFiche {
	font-size:16px;
	font-weight:bold; 
}

.typeFiche {
	color: #4b170f; 
	font-size:12px;
	font-weight:bold; 
}

.textFiche {
	color :#64140f;
	text-align:justify;
}

.titreConcept {
	color: #64140f; 
	font-weight:bold;
	font-size:12px;
}