/* CSS Document */

/*********************/
/*** Page accueil ***/
/*********************/

/***********Structure ****************/
#actualite, #outils, #service{
	width:266px;
	text-align:justify;	
	float:left;
}

#actualite h2, #outils h2 {
	font-size:18px;
	color:#557599;
	background-image:url(../images/titre_home.jpg);
	background-position:0px 34px;
	background-repeat:no-repeat;
	height:50px;
	
}

#actualite img, #outils img{
	float:left;
	padding-right:10px;
}

#actualite h3, #outils h3, #service h3 {
	font-weight:bold;
	font-size:13px;
	
}

#actualite a, #outils a{
	display:block;
	font-weight:bold;
	color:#f29413;
	background-image:url(../images/sprite-puce.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	margin-top:5px;
	padding-left:12px;
}

img .lien-image{
	margin:0px;
	padding:0px;
}

/************ actualite *****************/
#actualite a.image{
	margin-left:90px;
}

#actualite a:hover, #outils a:hover {
	padding-left:14px;
	background-position:2px -15px;
	color:#6b92bd;
}

#actualite p{
	height:25px;
}

#actualite span{
	color:#6b92bd;
	font-weight:bold;
}

/********** Outils de calcul *********/
#outils {
	margin:0px 36px 0px 36px;
}
#outils h3 {
	color:#6b92bd; 
}

#animation_outils{
	float:right;
	width:73px;
	text-align:right;
}
#animation_outils a{
	text-align:center;
	float:left;
	background-image:none;
	background-color:#dedeec;
	width:17px;
	height:14px;
	margin-left:1px;
	padding-left:0px;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	
}
#animation_outils a:hover{
	padding-left:0px;
	font-weight:bold;
	background-color:#6B92BD;
	color:#fff;
}


#animation_outils a.activeSlide{
	background-color:#f29413;
	
}


#outils #autopromo{
	border:1px solid #dedeec;
}

#outils #autopromo2{
	border:1px solid #dedeec;
}

#outilscalcul {
 height:220px;
}


/********** a votre service *********/

#service_haut{
	background-image:url(../images/service_haut.jpg);
	height:59px;
	background-repeat:no-repeat;
}

#service_centre{
	background-image:url(../images/service_fond.jpg);
	background-repeat:repeat-y;
	padding:0px 15px 0px 15px;
}

#service .gauche{
	float:left;
	margin-left:-15px;
	width:17px;
	
}

#service .droit{
	float:left;
}

#service #centre{
	width:210px;
	padding-left:12px;
}

#service_bas{
	background-image:url(../images/service_bas.jpg);
	height:53px;
	background-repeat:no-repeat;
}

#service h2 {
	color:#6b92bd;
	text-align:left;
	font-size:18px;
	background-image:url(../images/pointille.jpg);
	background-position:0 32px;
	background-repeat:no-repeat;
	height:40px;
}

#service h3 {
	color:#6b92bd;
	text-align:right;
}

#service .picto{
	float:left;
	font-size:10px;
	padding-right:8px;
	padding-bottom:10px;
	border:0px;
	height:23px;
	margin-top:-11px;
}

#service .pictoVG{
  float:left;
  border:0px;
  margin-top:-11px;
  height:28px;
}


#service .picto2lignes{
	float:left;
		font-size:10px;
	padding-right:8px;
	padding-bottom:10px;
	border:0px;
	height:23px;
	margin-top:-1px;
}

#service a{
	background-image:none;
	

	color:#6b92bd;
	text-align:left;
	display:block;
	
}
#service a:hover {
	color:#6f6966;
}

#service a.bouton_creer{
	background-image:url(../images/bt_creez.jpg);
	background-repeat:no-repeat;
	background-position:74px 0px;
	border:none;
	height:36px;
}

#service a.bouton_creer:hover{
	background-position:74px -36px;
}

#service a.contact{
	background-image:url(../images/tel.jpg);
	color:#6f6966;
	background-repeat:no-repeat;
	background-position:0px -1px;
	float:left;
	width:130px;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;
}
#service a.contact2{
	background-image:url(../images/mail.jpg);
	background-position:125px -1px;
	background-repeat:no-repeat;
	color:#6f6966;
	padding-left:16px;
	font-size:11px;
	font-weight:bold;
}
