@charset "utf-8";
/* CSS Document */

body {
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	color:#060606;
	font-size: 11px;
	background-image:url(../img/fond.jpg);
	background-repeat:repeat;
}
a:link {
	color: #060606;
	text-decoration:none;
}
a:visited {
	color: #060606;
	text-decoration:none;
}
a:hover {
	color: #ecac00;
	text-decoration:none;
}
a:active {
	color: #060606;
	text-decoration:none;
}
img {
	border: 0px;
}
.bordure{
	border: 1px solid black;
	width: 980px;
	height: 605px;
	background-color:white;
	background-image:url(../img/fond-accueil.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.logo{
	vertical-align:top;
}
#menu{
	text-transform:uppercase;
	padding-left:76px;
	margin-top:30px;
	font-size: 15px;
	font-weight: bold;
	vertical-align:middle;
	margin-bottom: 25px;
}
.puce{
	padding: 0 5px 0 5px;
}
#text{
	padding-left: 76px;
	float:left;
	margin-top:20px;
	text-align: justify;
	width: 510px;
	font-weight:bold;
}
#texttitre{
	color:#c22222;
	padding-left:76px;
	float:left;
	padding-top:10px;
	text-align: left;
	width: 600px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
#english{
	text-transform:uppercase;
	margin-top:280px;
	font-size: 14px;
	font-weight: bold;
	float:right;
	width: 320px;
	text-align:right;
	padding-right:30px;
}
.footer{
	text-align:right;
	width:980px;
}
.footer a{
	color:black;
}
.footer a:hover{
	color:white;
}
.flash{
padding-left: 80px;
}

