@charset "utf-8";
/* CSS Document */

#mainBlock {
	width: 964px;
}

#page-titre h1{
	width:355px;
}

#bloc-txt-gauche {
	float:left;
	width: 260px;
	padding-right: 27px;
}

#bloc-txt-gauche .bloc-txt,
#bloc-txt-centre .bloc-txt,
 #bloc-txt-droite .bloc-txt {
	padding-bottom:10px;
}

#bloc-txt-centre {
	width:355px;
	float: left !important;
	padding-right: 27px;
}

#bloc-txt-droite {
	float:left;
	width: 295px;
}

#bloc-txt-droite .bloc-txt {
}

#bloc-la-une h2.title{
	width: 285px;	
	background:#9C9E9F url(../Images/fond-laune.jpg) no-repeat left bottom;
}

#bloc-la-une.alone h2.title{
	width: 345px;	
	background:#9C9E9F url(../Images/fond-laune.jpg) no-repeat left bottom;
}

#bloc-actus h2.title{
	width: 285px;	
	background:#9C9E9F url(../Images/fond-actus.jpg) no-repeat left bottom;
}

#bloc-la-une h2, 
#bloc-actus h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight: bold;
	width:285px;
	display:block;
	text-decoration:none;
	padding: 3px 0 23px 10px;
	color: #fff;
}

#bloc-la-une {
	width: 295px;
	background-color:#D3D3D3;
}

#bloc-la-une.alone {
	width: 355px !important;
	margin-bottom:10px;
}

#bloc-la-une .la-une{
	width:275px;
	padding: 0 10px 10px 10px;
}

#bloc-la-une.alone .la-une{
	width:335px;
	padding: 0 10px 10px 10px;
}



#bloc-la-une .text p,
#bloc-actus .text p,
#bloc-la-une .text,
#bloc-actus .text{
	text-align:left;
	padding-bottom: 2px;
}

#bloc-la-une h3.title,
#bloc-actus h3.title {
	color:#333;
	font-size:16px;
}

#bloc-actus {
}

.separation {
	padding-top: 30px;
}

.actu {
	padding: 5px 10px 8px 10px;
}

a.more {
    color: #2C982E;
    font-size: 12px;
    text-decoration: none;
	padding-left: 12px;
	background:url(../Images/fleche-vert-fonce.png) no-repeat left;
}
a.more span {
    left: -9999px;
    position: absolute;
    width: 250px;
}
a.more:hover, a.more:focus, a.more:active {
    position: relative;
	text-decoration:underline;
}
a.more:hover span, a.more:focus span, a.more:active span {
    background-color: #fff;
    border: 1px dotted #9C9E9F;
    color: #2C982E;
    left: 70px;
    line-height: 1;
    padding: 5px;
    text-decoration: none;
    top: 18px;
    width: 250px;
	text-align:left;
}

#acces-actus{
	padding: 5px 0 30px 10px;
}

#acces-actus a{
	background:url(../Images/fleche-vert-fonce.png) no-repeat left;
	padding-left:12px;
	color: #2C982E;
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
	text-decoration: underline;
}

#acces-actus a:hover{
	text-decoration:none;
}


.blocGallery a {
	margin:3px 3px 3px 0;
	border:2px solid #d3d3d3;
}

.blocGallery a:hover {	
	border:2px solid #00519E;	
}

