@charset "utf-8";
/* CSS Document */
body	{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
	color: #000;
	font-size: 12px;
	background-color: #67727b;
	background-image: url("template/body_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 0px;
}
a:link {
	color: #111111; 
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #111111; 
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #111111; 
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #a90000; 
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: none;
}
div.float-right {
	float: right;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
}
li {
	margin: 5px 0 15px 0;
}
hr {
	margin: 15px 0 15px 0;
	height: 3px;
	color: #666;
	border-style: dotted;
}
p {
	line-height: 20px; 
	font-size: 15px; 
	margin: 0px; 
	padding: 10px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 60px;
	font-weight: bold;
	padding: 10px;
	color:#ffffff;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0 20px 25px;
	color: #a90000;
	letter-spacing: -1px; 
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	color: #111111;
	letter-spacing: -1px; 
	text-align: left;
}
#conteneur {
	background-color: #000;
	width: 966px; 
	text-align: center; 
	vertical-align: top; 
	margin: 0 auto 0 auto; 
	padding: 0;
}

#header {
	background-image: url("template/page_header_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0 0 0 25px;
	height: 125px;
}
#titre-site {
	height: 90px;
	width: 100%;
	vertical-align: middle;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
	padding: 5px 0 0 20px;
	height: 35px;
	text-align: left;
	margin: 0;
}
#contenu {
	background-color: #efeee4;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
#spacer {
	color: #e5e5e5;
	background-color: #a90000;
	text-align: center;
	padding: 5px;
	height: 5px;
    font-size: 15px;
	vertical-align: top;
	clear: both;
}
#menu-gauche {
	display: inline-block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	float: left;
	width: 181px;
}
ul.menu-gauche	{
	list-style: decimal;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

a.menu-gauche:link {
	color: #a90000; 
	text-decoration: underline;
}
a.menu-gauche:visited {
	color: #a90000; 
	text-decoration: underline;
}
a.menu-gauche:active {
	color: #a90000; 
	text-decoration: underline;
}
a.menu-gauche:hover {
	color: #111111; 
	text-decoration: none;
}
#col-droite {
	background-image: url("template/bg-content-center.gif");
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	color: #000;
	background-color:#FFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	width: 735px;
}
#footer {
	background-image: url("template/page_footer_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	height: 125px;
}
