/* HEADER */

/* MENU */

/* ESPACE CLIENTS */

/* CONTENU HOME */


#contenu_flash {
	clear: left;
}

#homeImg {			/* Ajout pour Image Home, à la place du flash */

}
/* HACK IE6 */ 
* html #homeImg {
	clear:both;
}
/* FIN HACK IE6 */ 
/* HACK IE7 */ 
*+html #homeImg{
	clear:both;
}
/* FIN HACK IE7 */ 
/* HACK IE8 */ 
#homeImg {
	clear:both\9;
}
/* FIN HACK IE8 */ 


#contenu_flash1 {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contenu_flash2 {
	margin: 10px 0 0 0;
	float: left;
}
#contenu_gif {
	margin: 10px 0 0 0;
	float: left;
}

#contenu {
	border-bottom: 0px #CCC solid;
	float: left;
	height: 174px;
	margin: 10px 0 20px 0;
	width: 505px;
}

.actualites {
	color: #333;
	float: left;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	text-align: right;
	width: 234px;
}

.actualites img {
	float: left;
	margin: 0 5px 0 0;
}

.actualites h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
	text-align: left;
}

.actualites p {
	margin-bottom: 5px;
	text-align: left;
}

.actualites a {
	color: #333;
	text-decoration: none;
}

.actualites a:hover {	/* VBD : ajout */
	text-decoration: underline;
}

.innovations {
	background: url(../images/home/actu_innovations.gif) no-repeat left top;
	border-right: 1px #CCC solid;
	padding-right:10px; 
}

.innovations h1 {
	color: #F7921E;
}


.innovations2 { /* MGE : Ajout pour affichage de 2 actus INNOVATIONS */
	background: url(../images/home/actu_innovations.gif) no-repeat left top;
	margin: 0 0 0 10px;
}

.innovations2 h1 {
	color: #F7921E;
}

.voeux { 		/* MGE : ajout */
	background: url(../images/home/special_voeux.gif) no-repeat left top;
	border-right: 1px #CCC solid;
	padding-right: 10px;
}
.voeux h1 { 	/* MGE : ajout */
	color: #294a91;
}

.partenaires{
	background: url(../images/home/actu_partenaires.gif) no-repeat left top;
	border-right: 1px #CCC solid;
	padding-right: 10px;
	margin: 0 0 0 10px;
}

.partenaires h1 {
	color: #D02166;
}

.societe {
	background: url(../images/home/actu_societe.gif) no-repeat left top;
	margin: 0 0 0 10px;
	border-right: 1px #CCC solid;
	padding-right: 10px;
}

.societe h1 {
	color: #294a91;
}

.societe2 {	/* MGE : Ajout pour affichage de 2 actus SOCIETE */
	background: url(../images/home/actu_societe.gif) no-repeat left top;
	margin: 0 0 0 10px;
}

.societe2 h1 {
	color: #294a91;
}

/*******************************************************************/
/*           MGE : ajout / Texte Mots Clés - Réf. Naturel          */
/*******************************************************************/
#motscles {
	text-align:center;
	color:#999;
	font-size:10px;
}
#motscles_txt {
	color: #999;
	float: left;
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	width: 970px;
	font-weight: normal;
}
#motscles_txt p {
	display: inline;
	font-weight: normal;
}
#motscles_titres h1, #motscles_titres h2{
	display:inline;
	font-size:10px;
	font-weight:normal;
	color:#999;
	margin:0;
}
