@CHARSET "ISO-8859-1";

/**** RESET ****/
body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, div, table, tr, th, td{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

body{
	background: /*#79a2d6*/ #5a90d6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

h1{
	margin: 55px 0 55px 45px;
	/*font-size: 25px;*/
}

h1.section{
	font-size: 25px;
}

h2{
	margin: 75px 0 20px 45px;
	font-size: 20px;
}

p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	text-indent: 45px;
	text-align: justify;
	margin-bottom: 20px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.actif{
	font-weight: bold;
}

ul{
	list-style: none;
}


/**** HEADER ****/
#Mundara{
	padding-top: 0px;
	padding-bottom: 70px;
	margin-left: 168px; /*253px;*/
	height: 120px;
}

/**** CONTAINER ****/
#container{
	margin: auto;
	width: 960px;
	background: /*#8cafdc*/ #79a2d6 url('img/lumiere-mundara.jpg') no-repeat top left;
}

/**** CONTENT ****/
#page{
	float: right;
	width: 560px;
	margin-top: -130px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#accueil, #parcours, #contact{
	float: right;
	width: 560px;
	margin-top: 50px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#breadcrumb p{
	text-align: left;
	text-indent: -12px;
	padding-left: 45px;
	position: absolute;
	top: 10px;
}

#page ul{
	margin: 20px;
	font-weight: bold;
}

#page li{
	margin: 12px 0;
}

#cartouche{
	width: 155px;
	position: absolute;
	margin-left: 595px;
	top: 160px;
	background: url('img/cartouche_middle.jpg') repeat-y;
}

div.bottom{
	height: 42px;
}

#nextDate{
	color: #000;
	width: 140px;
	margin: auto;
	/*background: #fff;*/
	
}

#nextDate ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

#nextDate a{
	/*color: #79a2d6;*/
	color: #000;
	display: block;
	margin-bottom: 10px;
}

#nextDate h3{
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}

#nextDate li{
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}

#nextDate span{
	font-weight: bold;
	font-size: 10px;
}

/**** NAV ****/
#nav{
	text-align: right;
	width: 125px;
	font-size: 20px;
	margin: 50px 20px;
	margin-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	border-right: 1px solid #fff;
	margin-bottom: 300px;
}

#nav li{
	margin: 15px 0;
}

#nav ul ul{
	/*display: none;*/
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
}

#nav ul ul li{
	font-size: 12px;
	text-align: center;
}



/**** FOOTER ****/
#footer{
	clear: both;
	text-align: center;
	margin: auto;
	background: /*#79a2d6*/ #5a90d6;
}


