/* CSS Document */
body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
	/*background-color: #FFFFFF;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*text-align:justify;*/
	}
	.titre{font-weight:bold;
	}
#conteneurSite {
	position:relative;
    width: 100%;
    height: 767px;
	background-image:url(../img-html/fond.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#menu {
	position:relative;
	left:12%;
	top:200px;
    width: 50px;
    height: 50px;
	color:#000000;
}
#contenuSite {
	position:relative;
	left:600px;
	top:80px;
    width: 400px;
    height: 550px;
	background:red;
}
.lien3:link
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:  none;
	color: #F4A002;
 }
.lien3:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #EBD56C;
 }
.lien3:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #EBD56C;
 }
.lien3:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:  none;
	color: #F4A002;
}
.Style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:  none;
	color: #FFF;
}