/*------------------------------------------------
|             Clair et Net. © 2007                |
--------------------------------------------------*/

html, * {
	position: relative;
	width: auto;
	height: auto;
	background-image: none;
	font-size: 12pt;
	color: #000!important;
	padding: 0;
	margin: 0;
}

body {
	position: relative;
	text-align: left;
}

#wrapper {
	position: absolute;
	background: #fff;
	width: auto;
	float: none!important;
	margin: 0 5%;
	padding: 0;
	color: #000;
}

#mainNav, #header, #logoBesson,
#cadreBas, #leftCol, #actuBtn,
#lang, #rightCol #cadreHaut {
	display: none;
	visibility: hidden;
	float: none;
	clear: both;
}


/* right column + nav */
#rightCol {
	float: none;
	position: absolute;
	width: auto;
	margin-left: -50px;
	display: block;
}

#rightCol #cadreCentre {
	background: #fff;
}

#navLeft, #navRight {
	display: none;
}



#navCenter ul {
	display: none;
	visibility: hidden;
}

#navCenter ul li {
	float: left;
	padding: 5px 15px 5px 15px;
/*	background: #8E061B; */
	margin: 0;
}

#navCenter ul li, #navCenter li.on,
#navCenter li.on a {
	background: none!important;
}

li a {
	text-decoration: none;
	background: none;
	color: #fff;
}

li.on a {
	text-decoration: underline;
}	



/* right col content */
#content {
	margin: 2px;
	clear: both;
}

#content .date {
	font-size: 10pt;
}

#content .titreNews {
	font-size: 14pt;
	margin: 10px 5px 10px 0;
}

#content .textNews img {
	float: left;
	border: 1px solid #000;
	padding: 2px;
	margin: 0 10px 10px 0;
}