/****************************************************
****************accueil*******************************
****************************************************/
#home{
	font-size:10px;
	font-family:Arial, Verdana, sans-serif;
	text-align:justify;
	margin : 10px 0 0px 0 ;
}

#home .bghome{
	background:transparent url(../img/bg_home.gif) 28px 0 repeat-y;
	margin-top:20px;
}


.actualites .actu p, #focus p, #presse .press_release .titre p, #presse .press_release p, #confiance p{
	font-size: 11px;
/*	color : #ACACAC;*/
}

/****************actualites*******************************/

.actualites{
	color:#666666;
	width:310px;
	float:left;
	padding:0 15px 0 0;
	margin-right:20px
}

.actualites .actu{
	position:relative;
	margin:15px 0px;
	clear:both;
}

.actualites .actu p{
		margin:3px 0 0 0;
}


.actualites  p.teaser{
		color:#786f70;
		margin:0px 0 0 5px;
		font-weight:bold;
		text-align:left;
		text-transform : uppercase ;
}

.actualites  p.teaser a{
		background:none;
		padding-left:0;
		color:#666666;
}



.actualites .actu img{
	border:1px solid white;
	width:65px;
	height:69px;
	float:left;
	margin:0 5px 4px 0;
}

.actualites .actu a{
	color:#FF9900;

	text-decoration:none;
}
.actualites .actu a:hover{
	text-decoration:underline;
}

/****************recrutement*******************************/

#focus{
	color:#666666;
	width:300px;
	float:left;
	padding:0 15px 0 0;
}


#focus p{
	margin:10px 0;
}

#focus p.txtstrong{
	margin-top:10px;
	font-weight:bold;
}
#focus ul{

}

#focus li{
	list-style-type:none;
	background:transparent url('../img/puce_tr_off.gif') no-repeat 3px 3px;padding-left:15px;margin-top:5px;
	color:#4cbccc;
	font-weight:bold;
}

#focus li p{
	margin:5px 0px;
	font-weight:normal;
}

#focus li a{
	font-weight:bold;
	text-decoration:none;
}
#focus li a:hover{
	border-bottom:1px solid #4cbccc;
}
#focus li div a{
	font-weight:normal;
	color:#786f70 ;
	padding-left : 25px ;
	text-decoration:none;
	background: transparent url('../img/puce_blue.gif') no-repeat 0px 5px;
}
#focus li div a:hover{
	border-bottom:0px solid #4cbccc;
	text-decoration:underline;
}


/****************presse*******************************/
#presse{
	width:196px;
	float:left;
	margin:0px 10px;
	padding:0px 10px;
}

#presse .press_release {
		margin: 10px 0px;

}

#presse .press_release .teaser{
		font-weight:bold;
		text-align:left;
}

#presse .press_release .teaser a{
		background:none;
		padding-left:0;
		text-transform : uppercase ;
}



#presse .press_release .titre{
		color:#4cbccc;
		position:relative;
		border-bottom:1px solid #786F70;
		padding-bottom:3px;
		text-align:left;
		font-weight:bold;
}
#presse .press_release .titre p{
		color:#4cbccc;
		position:relative;
}
#presse .press_release a{
		color:#786F70;
		background:transparent url('../img/puce_blue.gif') 0 5px no-repeat;
		padding-left:25px;
		text-decoration:none;
}
#presse .press_release a:hover{
		text-decoration:underline;
}

#presse .press_release p{
	margin: 5px 0px;
}

/****************confiance*******************************/
#confiance h3 a{
background:none;
padding-left:0;
}

#confiance{
	color:#666666;
	width:305px;
	float:left;
	margin:0px;
}

#confiance p{
	margin:10px 0px;

}

#confiance #flashref{
	padding:10px 0px;
}

#confiance a{
	color:#FF9900;
	text-decoration:none;

}

#confiance a:hover{
		text-decoration:underline;
}




