@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;
	vertical-align:top;
	text-align:left;
	background-image: url(../img/grand-case.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
.logo{
vertical-align:top;
text-align:left;
}
#menu{
	text-transform:uppercase;
	width: 700px;
	margin-left:28px;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight : bold;
}
.puce{
padding: 0 5px 2px 5px;
}
#text{
margin-right:28px;
float:right;
margin-top:140px;
text-align: justify;
width: 430px;
font-weight:bold;
}
#texttitre{
margin-left:28px;
float:left;
margin-top:140px;
text-align: justify;
width: 460px;
height: 310px;
}
#texttitre a{
color:#484848;
}
#texttitre a:hover{
color:#ecac00;
}
#english{
text-transform:uppercase;
margin-top:50px;
font-size: 14px;
font-weight : bold;
float:right;
width: 580px;
}
.footer{
text-align:right;
width:980px;
}
.footer a{
color:black;
}
.footer a:hover{
color:white;
}
#acceuil{
margin-right:28px;
float:right;
margin-top:30px;
width: 480px;
font-weight:bold;
text-align:right;
text-transform: uppercase;
font-size: 15px;
}


