<!--
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* extérieur de la page **************************************************************************** */

#pageOut {
	width: 100%;
	min-width: 1350px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#pageOut img {
	border: none;
}

/* Bannière du haut (logo et menu) ***************************************************************** */

#topBanner {
	width: 100%;
	height: 122px;
	margin: 0px;
	padding: 0px;
	background-color: #1A171B;
	color: #FFFFFF;
}
#topBanner img {
	float: left;
}
#topBanner .contact {
	width: 90px;
	margin: 0px;
	padding: 97px 10px 0px 0px;
	text-align: right;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#topBanner a:link { color: #FFFFFF; text-decoration: none}
#topBanner a:visited { color: #FFFFFF; text-decoration: none}
#topBanner a:hover { color: #FFFFFF; text-decoration: underline}
#topBanner a:active { color: #FFFFFF; text-decoration: underline}

/* Menu (invisible) ******************************************************************************** */

#mainMenu {
	display: none;
}

/* Corps de page *********************************************************************************** */

#page {
	
}

#pageIn #topLink {
	display: none;
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	color: #333333;
}
#pageIn #topLink a:link { color: #333333; text-decoration: none}
#pageIn #topLink a:visited { color: #333333; text-decoration: none}
#pageIn #topLink a:hover { color: #000000; text-decoration: none}
#pageIn #topLink a:active { color: #000000; text-decoration: none}

/* bas de page ************************************************************************************* */

#foot {
	margin: 0px;
	padding: 10px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* pied de page ************************************************************************************ */

#copyright {
	margin: 0px;
	padding: 10px;
	clear: both;
	text-align: center;
 	font-size: 11px;
 	color: #333333;
 	text-align: right;
}
#copyright a:link { color: #333333; text-decoration: underline}
#copyright a:visited { color: #333333; text-decoration: underline}
#copyright a:hover { color: #333333; text-decoration: none}
#copyright a:active { color: #333333; text-decoration: none}

/* réseaux sociaux *********************************************************************** */

#reseaux {
	margin: 0px;
	padding: 0px 10px;
	float: right;
	color: #FFFFFF;
	text-align: right;
}

#reseauxPaysage {
	margin: 20px 0px;
	padding: 0px 20px;
	clear: right;
	float: right;
	color: #FFFFFF;
	text-align: right;
}
-->