	body {
		background-color:black;
		color:#d48d8d;
		margin: 0;
		text-align: center;
		font-size: 16px;
		font-family: Arial, Verdana, sans-serif;
	}
	/* Utile à l'alignement des videos */
	.spip_documents_center{
		text-align:center;
	}
	/* ORGANISATION DE LA PAGE*/
	#conteneur {
		width: 800px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#contenu {
		text-indent:20px;	
		margin-left:20px;
		margin-right:20px;
	}
	#arriereplanhaut {
		background-image: url(./img/gauchehaut.png);
		background-position: top left;
		background-repeat:no-repeat;
	}
	#arriereplanbas {
		background-image: url(../images/titre.jpg);
		background-position: bottom right;
	}
	#menu {
		font-size:18px;
		padding-left : 240px;
		padding-top : 65px;
		padding-bottom : 65px;
		text-align:right;
	}
	#contenu {
		min-height: 480px;
		height: auto !important;
		height: 480px;
		padding:5px 5px 5px 5px;
		text-align:justify;
		line-height:19px;
	}
	#pied {
		border-top:1px solid #d48d8d;
		text-align:center;
		clear:both;
	}
	strong.spip {
		font-variant:small-caps;
	}
	p {
		margin-bottom:20px;
		clear:both;
	}
	/**
		Aeration du menu langue
	*/
	#pied a{
		
		margin:10px 10px 10px 10px;
	}
	/**
		Souvent les navigateurs entourent les images en href sur ce site je ne le souhaitent pas
	*/
	a img, a{
		text-decoration:none;
		border:none;
	}
	a{
		color:#d48d8d;
		font-weight:bold;
	}
	a:hover{
		color:#88888d;
	}
	/**
		Souligne la page selectionné
	*/
	a.on img {
		border-bottom :1px solid #d48d8d;
	}
	.calendrier1 {
		float:left;
		clear:both;
		margin-bottom:48px;
	}
	
	.calendrier2 {
		margin-bottom:48px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear:both;
	}
	
	.calendrier3 {
		margin-bottom:48px;
		float:right;
		clear:both;
	}
	.calendrier {
		border :1px solid #d48d8d;
		width: 300px;
		min-height: 48px;
		height: auto !important;
		height: 48px;
	}
	.calendrier legend span.evt {
		padding:3px 3px 3px 3px;
		background-color:#d48d8d;
		color:black;
	}
	.calendrier div.jour {
		text-align:right;
		float:right;
		margin:3px 3px 3px 3px;
		padding:3px 3px 3px 3px;
		border-left :1px solid #d48d8d;
		border-bottom :1px solid #d48d8d;
	}
	ul,li {
		list-style-type: none;
		margin:0px;
		margin-left:3px;
		padding:0px;
		padding-left:3px;
	}
	li {
		float: left;
	}

