@charset "iso-8859-1";
/* IMPORTATION DU FICHIER CSS D'ALTITUDE */
@import url("/client/uploads/css/style.css");

/*************************/
/* SÉLECTEURS UNIVERSELS */
/*************************/
html,body {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	background: none;
}

/********************/
/* BLOCS PRINCIPAUX */
/********************/

div#wrapwebsite {
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	background: #FFF;
}

.header_print{
	display: block;
}

div#wrapwebsite div#wrapwidecontent{
	background: none;
}

div#wrapwebsite div#wrapcontent {
	width: 100%;
}

div#wrapwebsite div.texte {
	width:100%;
	float:left;
}

div#wrapwebsite div#wrapcontentlarge{
	width: 100%;
}

div#wrapwebsite div#wrapleftpanel {
	display: none;
}

/* WRAP RIGHT PANEL */

div#wrapwebsite div#wraprighttpanel{
	display: none;
}

/* HEADER */

div#wrapwebsite div#wrapheader { display: none }

/* MENU HAUT */

div#wrapheader ul#menuhaut {
	display: none
}

/* ZONE DE GAUCHE / MENU GAUCHE */


div#wrapleftpanel  {
	display: none;
}

/* FOOTER */

div#wrapfooter {
	clear: both;
	background: none;
	padding: 0;
}

div#wrapfooter #footer_menu {
	display: none;
}

div#wrapfooter #footer_realisation {
	display: none;
}

div#wrapfooter #footer_adresse {
	color: #000000;
	width: 100%;
	float: left;
	border-top: 1px solid #000;
	padding-top: 10px;
}

div#wrapfooter #footer_adresse a {
	color: #000000;
}