body{
	background-color: #C0BFA9;/*couleur de fond du site*/
	text-align: center;
}

#banniere{
	width: 1024px;
	height: 150px;
	background-color: #A7A37E;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333333;
}

#page{
	width: 1024px;
	height: 950px;
	margin: auto;
	background-color: #E6E2AF;
	border-width: 4px;
	border-style: solid;
	border-color: #333333;
}

/* menu Styles */
#menu{
	float: left;
	width: 196px;
	height: 950px;
	background-color: #A7A37E;
}

#menu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	width: 196px;
}
#menu a {
	text-decoration: none;
	text-align: left;
	color: #003366;
	background-color: #E6E2AF;
	display: block;
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu a.subMenu{
	background-color: #A7A37E;
	text-align: center;
	color: #003366;
}
#menu a:hover {
	text-decoration: none;
	color: #DD3700;
	background-color: #d0dffa;
}
/* fin menu Style*/

#corps0{
	float: center;
	background-color: #E6E2AF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#corps1{
	float: center;
	background-color: #E6E2AF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#corps2{
	float: center;
	background-color: #E6E2AF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contenu{
	float: center;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

#bordure{
	float: right;
	width: 196px;
	height: 950px;
	background-color: #A7A37E;
}
/*Style calendrier*/
.main {
width:194px;
border:1px solid black;
}

.month {
background-color:#003366;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#708090;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:#003366;
background-color: #E6E2AF;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

.days #evenement{
background-color:#708090;
padding: 1px;
font-weight: bold;
color: black;
}
.days #eventoday{
background-color:#708090;
padding: 1px;
font-weight: bold;
color: red;
}
/*fin style calendrier */

#footer{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: center;
}

#copyright{
	clear: both;
	text-align: center;
}

/* Titre Styles */
h6 {
	text-align: center;
}
h5 {
	text-align: center;
}
h4 {
	text-align: center;
}
h3 {
	text-align: center;
}
h2 {
	text-align: center;
	color: #DD3700;
}
h1 {
	text-align: center;
}