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

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#leftCol {
	float: left;
	width: 27%;
}

#rightCol {
	float: right;
	width: 70%;
}

.leftColHolder {
	margin-top: 40px;
	margin-bottom: 20px;
}

.rightColHolder {
}

/***** RIGHT COL *******/
/***** CADRE ACTU *****/
#actualitees,
#releases {
	float: right;
	margin-left: 10px!important;
	_padding-right: 45px;
}

#cadreHaut {
	background: url(../_img/cadreActu-top.png) no-repeat;
	height: 31px;
}

#cadreCentre {
	background: url(../_img/cadreActu-y.png) repeat-y;
	_height:100%;
	color:#000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#cadreCentre p {
	margin:0 0 16px 0;
}

#cadreBas {
	margin-left: -7px;
}

/* nav actu */
#navActu {
	display: block;
	width: 550px;
	margin-left: 30px;
	font-size: 13px;
}

#navLeft {
	float: left;
	background: #fff url(../_img/navLeft.gif) no-repeat;
	width: 18px;
	height: 37px;
}
#navCenter {
	float: left;
	width: 519px;
	_position: absolute;
}
#navRight {
	float: right;
	background: #fff url(../_img/navRight.gif) no-repeat;
	width: 13px;
	height: 37px;
}

/* onglet nav */
#navCenter ul {
	list-style: none;
	margin-top: 6px;
	height: 31px;
	background: #8E061B;
}

#navCenter li {
	float: left;
	list-style: none;
	line-height: 24px;
	margin: 7px 15px 0 0;
	padding-left: 5px;
	color: #fff;
	display: block;
}

#navCenter li a {
	padding: 0 20px 0 5px;
	display: block;
	border: none;
}

/* content */
#cadreCentre #content {
	margin-left: 35px;
	margin-right: 80px;
	_margin-right: 40px;
	_margin-top: -30px;
	position: relative;
}

#content .newsPost {
	margin-bottom: 70px;
	color: #000;

	_width:520px;
}

.newsPost img {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px dotted #000;
	_border: 1px solid #000;
	margin: 2px 15px 5px 0;
}

#content p.date {
	font-size: 10px;
	padding-bottom: 10px;
}

#content h1.titreNews {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

#content p.textNews {
	font-size: 12px;
	padding-bottom: 10px;
}

#actuBtn {
	margin-right: 60px;
	_position:relative;
	height: 27px!important;
}
#actuBtn a {
	float: right;
	margin: 4px;
	border: none;	
}

#actuBtn #send_ {
	_position: absolute;
	_right: -25px;
}
#actuBtn #print_ {
	_position: absolute;
	_right: 95px;
}



/***** FIN ACTU *****/



/**** pages press releases ****/

#content .newsRelease {
	padding: 5px;
	margin-bottom: 15px;
	background: #f8f8f8;
}

#content .newsRelease a:link,
#content .newsRelease a:visited{
	display: block;
	width:100%;
	/*text-decoration: none;
	border:none;*/
}

#content .newsRelease a:hover,
#content .newsRelease a:active{
	/*text-decoration:underline;*/
}
#content .newsRelease a p {	
}

.newsRelease p.releaseDate {
	font-size: 12px;
}

.newsRelease p.releaseTxt {
	min-height: 20px;
	color: #000;
	font-size: 12px;
	padding: 5px 5px 5px 0;
}


/**** page events ****/
.eventBloc {
	color: #000;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 15px;
	background: #fcfcfc;
}

.eventBloc .eventTitle {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.eventBloc .from, .eventBloc .to {
	font-size: 10px;
	color: #C2C2D1;
	padding: 2px;
}

.eventBloc .eventDesc {
	padding: 5px 5px 5px 0;
}

