@charset "UTF-8";

/* STYLE pour le bloc contenant les boutons d'accès aux pages clients */
h3.bclient {
	font-size: 14px;
}

#bloc_clients {
	width: 754px;
	height:312px;
	background-color: #FFFFFF;
	margin-bottom:20px;
}
#bloc_clients .bouton_client {
	background-color: #FFFFFF;
	width:230px;
	height:308px;
}
#bloc_clients .bouton_client li {
	font-size: 10px;
	text-align: center;
	list-style-type: none;
	color: #000000;
	height: 308px;
	width: 230px;
}
#bloc_clients .bouton_client li a {
	display: block;
	width: 100%;
	height: 99%;
	text-decoration: none;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}
#bloc_clients .bouton_client li a:hover {
	color: #86B221;
	border-color: #86B221;
}
/* FIN du bloc clients */

/* STYLE pour les rubriques */
.headerblocs {
	background-image: url(../images/backgroundheaderbloc.jpg);
	height: 40px;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
}

.ss_titre {
	font-size: 10px;
	font-weight: normal;
    margin-right:5px;
}

.rubrique {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-bottom:15px;
}
.rubrique p {
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;
	margin-left:5px;
}
.rubrique a {
	text-decoration:none;
	color:#000000;
	font-size:11px;
	margin:5px;
}
.rubrique a:hover {
	text-decoration:underline;
	color:#8ABA18;
}

.contenu {
	overflow:hidden;
	width:100%; 
	height:80%;
}

#bloc_mission {
	width: 347px;
	float: left;
	height:300px;
	font-size: 11px;
	overflow:hidden
}

#bloc_consultant {
	width: 370px;
	float: right;
	margin-left: 12px;
	height: 300px;
	overflow:hidden
}
.img_rubrique  {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;

}

#bloc_news {
	float: left;
	width: 754px;
	clear: left;
	overflow:hidden;
}

#bloc_actualite {
	width: 417px;
	min-height: 220px;
	float: left;
}

#bloc_infos {
	width: 300px;
	float: right;
	min-height:150px;
	margin-left: 10px;
}
/* FIN du style pour les rubriques */

