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

body {
	background-color: #171717;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#corps {
	/*margin: 30px;*/
margin-top: 30px;
}
.page {
	margin: auto;
	width: 1050px;
}
.accueil {
	border-color: #515151;
	border-style: solid;
	border-width: 1px;
}
h1 {
	color: white;
	font-size: 20px;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: center;
	margin-bottom:25px;
}
h3 {
	color: white;
	font-size: 12px;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: center;
	margin-bottom:25px;
}
#pied_de_page a {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color:#D6D6D6;
	font-size:10px;
}
#pied_de_page a:active {
	font-family:Verdana, Geneva, sans-serif;
	color:#D6D6D6;
	font-size:10px;
}
#pied_de_page a:hover {
	text-decoration: underline;
	font-family:Verdana, Geneva, sans-serif;
	color:#D6D6D6;
	font-size:10px;
}
#pied_de_page {
	float: left;
	width: 100%;
	border-style: solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-top-color: #000000;
	background-color: #333333;
	margin: 0px;
	height: 23px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align:bottom;
	color: #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	bottom:0px;
}
#pied_de_page img {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:13px;
	margin-right:13px;
	border:none;
	background-color: transparent;
	text-decoration: none;
}
#gauche {
	float: left;
	width: 40%;
	text-align: left;
	padding-top: 4px;
}
#centre {
	float: left;
	width: 19.95%;
	text-align: center;
	padding-top: 4px;
}
#centre a:hover {
	text-decoration: none;
}
#droite {
	float: left;
	width: 40%;
	text-align: right;
	padding-top: 4px;
}
#gauche img {
		margin-left:3px;
	margin-right:3px;

}
