/* CSS Document */
	
body {
	
	font-family: tahoma, "trebuchet ms", verdana, "times new roman", times, sans-serif;

	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

#Contenu {
	color: #1f161e;
	line-height: 1.3em;
}

#Contenu a {
	color: #d11a68;
	
}

#Contenu a:hover {
	color: #db30b4;
}

#Contenu h1 {
	color: #49407c;
	font-weight: normal;
	
	font-size: 2em;
	
	padding: 0;
	margin: 0;
}

#Contenu h2 {
	color: #49407c;
	font-weight: normal;
	
	font-size: 1.5em;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #49407c;

}

#Contenu h3 {
	color: #49407c;
	font-weight: normal;
	
	font-size: 1.2em;
	padding-bottom: 5px;


}

img#monImage,
.monImage {
  border: solid 2px #7ab0b5;
  padding: 2px;
  margin: 0px 0px 10px 10px;
  float: right;
}

img#monImage2 {
  border: solid 2px #7ab0b5;
  padding: 2px;
  margin: 0px 10px 10px 0px;
  float: left;
}

#Photos {
	margin-top: 50px;
}

#Photos img {
	border: solid 2px #7ab0b5;
	padding: 2px;
	margin: 0px 30px 50px 30px;
}


/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

ul#Plan-Du-Site {
	margin : 0;
	margin-left : 3em;
	margin-top : 1em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

ul#Plan-Du-Site li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

ul#Plan-Du-Site ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

ul#Plan-Du-Site ul li {
	margin-bottom : 0em;
}

ul#Plan-Du-Site ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}







