@charset "utf-8";
.footer {
	height: 250px;
	width: 100%;
	margin-left: -100px;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	background-color: #800000;
}


.contentFooter {
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.col01Footer {
	float: left;
	width: 265px;
	background-color: #800000;
	height: 200px;
	margin-top: 30px;
	line-height: 8px;
}
.col02Footer {
	float: left;
	width: 265px;
	background-color: #800000;
	height: 200px;
	margin-left: 20px;
	margin-top: 30px;
}
.col03Footer {
	float: right;
	width: 330px;
	background-color: #800000;
	height: 200px;
	margin-top: 30px;
}
.titreFooter {
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF4000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 330px;
	margin-top: 0px;
	text-transform: uppercase;
}

.txtFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
}
.txtFooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.txtFooter a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF4000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF4000;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.txtFooterB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 5px;
}
.txtFooterB  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.txtFooterB  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF4000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF4000;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sstxtFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sstxtFooter  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.sstxtFooter  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF4000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF4000;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.version {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 16px;
	padding-top: 10px;
}
