@charset "utf-8";
#footer {
	height:auto;
	width:100%;
	padding-bottom:15px;
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Footer Classes */
.copyright{
	padding-top:20px;
	padding-left:30px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.menu {
	margin-left:10px;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-image: url(images/colonne-sousmenu.jpg);
	height: 300px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
}
.menu-first{
	margin-left:20px;
	float: left;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-image: url(images/colonne-sousmenu.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
}

.menu-first li{
	list-style: none;
}
.menu li{
	list-style: none;
}

.menu h3{
	color:#FFF;
	font-size:18px;
	font-weight:900;
	height:15px;
}

.menu-first h3{
	color:#FFF;
	font-size:18px;
	font-weight:900;
	height:15px;
}

.menu h3 a{
	text-decoration:none;
	color:#FFF;
	font-family: "Courier New", Courier, monospace;
}

.menu-first h3 a{
	text-decoration:none;
	color:#FFF;
	font-family: "Courier New", Courier, monospace;
}


p.sousmenu{
	height:5px;
	font-size:12px;
	color:#FFF;
}

p.sousmenu a{
	text-decoration: none;
}

.contact{
	color:#FFF;
	font-weight: bold;
	float: right;
	width: auto;
	padding-right: 20px;
}

.contact li{
	list-style:none;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 10px;
	font-family: "Courier New", Courier, monospace;
}

.contact li.adresses{
	font-size:14px;
	padding-bottom:10px;
	border: none;
	font-family: "Courier New", Courier, monospace;
}

.contact .adresses a {
	color: #999;
	border-top: none;
}
.facebook {
	color: #999;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 3px 0 0 25px;
	height: 25px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	margin-left: 30px;
}
