@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/contact.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
.logo{
	vertical-align:top;
	text-align:left;
}
#menu{
	text-transform:uppercase;
	width: 700px;
	padding-left:28px;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight : bold;
}
.puce{
	padding: 0 5px 2px 5px;
}
#text{
	padding-left:28px;
	float:left;
	margin-top:15px;
	text-align: justify;
	width: 400px;
	font-weight:bold;
}
#texttitre{
	padding-left:28px;
	float:left;
	margin-top:120px;
	text-align: justify;
	width: 850px;
	font-weight:bold;
	font-size:14px;
}
.footer{
	text-align:right;
	width:980px;
}
.footer a{
	color:black;
}
.footer a:hover{
	color:white;
}
#acceuil{
	padding-right:28px;
	float:right;
	margin-top:30px;
	width: 480px;
	font-weight:bold;
	text-align:right;
	text-transform: uppercase;
	font-size: 15px;
}
.adresse{
	font-size: 12px;
}
.adresse2{
	font-size: 13px;
	color: #c22222;
	font-weight:bolder;
}
.adresse2 a{
	color:#c22222;
}
.adresse2 a:hover{
	color: #ecac00;
}
.form{
	color: #c22222;
	font-weight:bolder;
}
.form a{
	color:#e2b122;
	text-decoration:underline;
}
.form a:hover{
	color: #ecac00;
}


