html, body {
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#foundation {
	margin: auto;
	width: 827px;
	padding: 0px 10px 0px 10px;
}

a img { border: 0px;}
.clearleft { clear: left; }
.clearright  { clear: right; }
.clearboth { clear: both; }
img.picto { position: relative; top:3px; padding: 0px 3px 0px 3px;}
.fleft {float: left;}
.fright {float: right;}
.hidden {display:none; }

#header {
	padding: 65px 0px 5px 0px;
}
#header .logo{
}
#header .titre{
	padding: 119px 0px 0px 0px;
}

#header #presentation {
	display:none;
	color: #8da4ad;
}

#contenu {
	position: relative;
}

#titre-top {
	position: absolute;
	right: 0px;
	top: -28px;
}

#cadre{
	width: 767px;
	border: 1px solid #9eb0b8;
	height: 456px; /*469 px;*/
	padding: 13px 30px 0px 30px;
}

#cadre table {}
#cadre table tr{}
#cadre table td {
	text-align: center;
	width: 14%;
}

#footer { padding: 7px 0px 0px 0px;}
#footer .left{
	float: left;
}
#footer .right{
	float: right;
	height: 12px;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 25px 0px 0px;
	display:list-item;
}

/*** PAGE INDEX ***/

#multi_pictos {	
	background: url('../img/loading.gif') no-repeat center center;
}

#multi_pictos td img {
	visibility : hidden;
}
#multi_pictos td a {
	text-decoration: none;
}

/*** PAGE NEWS ***/
#p_news {}
#p_news #cadre{
	width: 827px;
	border: 1px solid #9eb0b8;
	padding: 0px 0px 0px 0px;
	height: 469px; /*469 px;*/
}
#p_news #cadre .news-apercu {
	float: left;
}
#p_news #cadre .news-apercu img.news {
	border-right: 1px solid #9eb0b8;
}

#p_news #cadre .news-listing {
	float: left;
	padding: 10px 0px 0px 60px;
	line-height: 18px;
	color: #768b98;
	font-size: 12px;
}
#p_news #cadre .news-listing a.lien {
	color: #768b98;
	font-size: 12px;
	text-decoration:none;
}

.s15 a{font-size:15px; font-weight: bold; color: #768b98; text-decoration: none;}
.s15r a{font-size:15px; color: #bb074e; font-weight: bold; text-decoration: none;}


#p_news #cadre span.detail{
	display: none;
}


/*** PAGE VISU ***/
.visuel-image {
	background: url('../img/loading.gif') no-repeat center center;
	width: 827px;
	height: 435px;
	
}
.visuel-legende {
	color: #768b98;
	font-size: 11px;
	text-align: right;
	/*float: right;*/
	padding: 8px 14px 0px 0px;
}
.visuel-legende .left {
	float: left;
	text-align: left;
	padding-left: 14px;
}
.visuel-legende .right {
	float: right;
}


