/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color:#0000FF;
}

.menu  {
	margin-left: 0px;
	margin-right:0px;
	text-align:center
}
.menu  a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}
.menu  a:hover {
	color:#BA9394;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
}

.copyright{
	margin-left: 10px;
	margin-right:10px;
	text-align:center;
	font-family: verdana;
	font-size: 11px;
}
.copyright  a {
	color:#BA9394;
	text-decoration: none;
	font-family: verdana;

}
.copyright  a:hover {
	color:#666666;
	text-decoration: none;
	font-family: verdana;

}

.container {
	font-family:verdana, arial;
	position: relative;
	color:#000099;
	text-align: justify;
	font-size: 13px;
	margin-top: 10px;
	margin-right:20px;
	margin-bottom: 10px;
	margin-left: 45px;
}
.container  a {
	color: #BA9394;
	text-decoration: none;
}
.container  a:hover {
	color: #666666;
	text-decoration: underline;
}

.intro{
	background-color:white;
	background-image:url(img/fond_intro01histo.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	height:500px
}

.titre{
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	height: 20px;
	background-image: url(img/grande_puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 20px;
	margin: 5px 0px 10px -20px;
	padding: 0px;
}
.sousTitre{
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	height: 20px;
	background-image: url(img/petite_puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 20px;
	margin: 5px 0px 5px 0px;
	padding: 0px;

}
.mail {
	font-family:verdana, arial;
	position: relative;
	color:#000099;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-right:20px;
	margin-bottom: 30px;
	margin-left: 0px;
}

