html {
	height: 100%;
}

body {
	background: #F1EACD;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	font: normal 82%/200% Harrington,"Times New Roman";
}

#main {
	text-align: left;
	margin: 20px auto;
	width: 740px;
	background: #F1EACD;
	padding: 0px 30px 70px;
	border-top: 0px;
	border-right: 10px solid #C64794;
	border-bottom: 0px;
	border-left: 10px solid #C64794;
}

#logo{ 
	padding-top: 20px;
	width: 100%;
	text-align: center;
}


//Menu
.menu{
	font-weight: bold;
	font-size: 100%;
	width: 100%;
}

.menu ul{
	border-bottom: 1px solid black;
	padding: 15px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.menu ul li{
	padding-left: 15px;
	display: inline;
}

.menu ul li a{
		font-family: Curlz MT;
		font-size: 1.5em;
		padding-left: 23px;
		text-align: left;
		background: url("../images/menu.jpg") 0 0 no-repeat;
		font-weight: bold;
		width: 50px;
		color: black;
		text-decoration: none;
}

.menu ul li  a:visited{
}

.menu ul li a:hover{
	background-position: 0 -30px;
	text-align: left;
}

.test ul li a {
	font-family: Curlz MT;
	font-size: 1.5em;
	padding-left: 23px;
	text-align: left;
	background: url("../images/menu.jpg") 0 0 no-repeat;
	font-weight: bold;
	width: 50px;
	color: black;
	background-position: 0 -30px;
	text-align: left;
}
#menuactif{
	font-family: Curlz MT;
	font-size: 1.5em;
	padding-left: 23px;
	text-align: left;
	background: url("../images/menu.jpg") 0 0 no-repeat;
	width: 50px;
	color: #C64794;
	font-weight: bold;
	background-position: 0 -30px;
	text-align: left;
}

// images
.centered {
   display: block;
   margin-left: auto;
   margin-right: auto }

//Agenda
#agenda {
	text-align:center;
	font-family: Harrington,'Times New Roman';
	font-size: 1.2em;
}
#agenda table{
	width: 100%;
	text-align: center;
	border: medium solid #C64794;
	border-collapse: collapse;
}

#agenda th{
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Curlz MT','Times New Roman';
	background-color: #C64794;
	padding: 5px;
	border: thin solid #C64794;
}

#agenda td{
	padding: 5px;
	border: thin solid #C64794;
}

a{
	text-decoration: none;
}

#adresseContact{
	font-size: 1.5em;
}

#texte{
	font-size: 1.2em;
}

#titre{
	font-family: 'Curlz MT','Times New Roman';
	color: #C64794;
}


#titreContact2{
	margin-left: 60px;
	font-family: 'Curlz MT','Times New Roman';
	color: #C64794;
}

#H1Proposition{
	display:inline;
}
#H1PropositionTitre{
	display:inline;
	
}
