/* IMPORTATION DU FICHIER CSS D'ALTITUDE */
@import url("/client/uploads/css/style.css");

/* IMPORTATION DES STYLES DU CALENDRIER */
@import url("/_css/calendrier.css");

/*************************/
/* SÉLECTEURS UNIVERSELS */
/*************************/

* {
	margin:auto;
	background-color:#FFF;
	background-image:none;
	color:#000;
}

html,body {
	margin:auto;
	height: auto;
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	background-color: #000000;
}

/********************/
/* BLOCS PRINCIPAUX */
/********************/

div#wrapwebsite {
	position:relative;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	background-image: none;	
	background-color:#FFF;
	border:none;
}

/* HEADER */

div#wrapheader img#imageheader {
	margin:0;
	
}

/* MENU HAUT */

div#wrapheader ul#menu-top {
	list-style-type:none;
	background: none;
	background-position:bottom;
	height:30px;
	border-bottom:1px solid #000;
	position:static;
	display: none;
}

div#wrapheader ul#menuhaut li  {
	position:static;
	margin:5px;
	float:none;
	display:inline;
}

div#wrapheader ul#menuhaut li a {
	color:#000;
}

/* ZONE DE GAUCHE / MENU GAUCHE */

div#wrapleftpanel {
	width:150px;
	float:left;
	padding-bottom:20px;
	border-right:1px solid #000;
	margin:0;
	display: none;
}

div#wrapleftpanel ul#menugauche li {
	position:static;
}

div#wrapleftpanel ul#menugauche li a {
	background:none;
	color:#000;
}

div#wrapwebsite div#wrapcontent {
	clear: both;
	background-color:#FFF;
	/*border:1px solid #6C6C6C;*/
	padding:20px 10px;
	width: 600px;
	float: left;
}


div#wrapwebsite > div#wrapcontent {
	width: auto;
	*width: 700px;
}


div#wrapfooter {
	position:relative;
	display: block;
	width: auto;
	height: auto;
	background: none;
}

div#wrapfooter img{
	display: inline;
}

img#imageheadercomplet{
	display: block!important;
	position: absolute;
	top: 0!important;
	left: 0!important;
	z-index: 100;
}

img#imageheader{
	visibility: hidden;
}


