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

.header {
	height: 120px;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	color: #827db5;
	background-color: #000;
	background-image: url(bgheader.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 0px;
}
.align_droite {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
}
.content
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	text-align: left;
}
#left {
	width: 369px;
	height: 75px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #827db5;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
#right {
	width: 370px;
	height: 75px;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.centre {
	text-align: center;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #827db5;
	padding-top: 20px;
	padding-bottom: 10px;
}
a:link {
	color: #827db5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #827db5;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #827db5;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #827db5;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sousmenu {font-size: 12px}


body {
	background-color: #222;
}
