/*style pour page accueil*/
.main-content .accueil .span12 p:first-child {
	padding: 0 !important;
	text-align: initial !important;
 }
 .accueil p {
	 line-height: 18px !important;
	 font-size: 13px !important;
 }
 .hero-list .span3 {
    min-height: 0px !important;
}
hr {
    border-bottom: 1px solid #fff;
	border-top: 1px solid #eee;
    width: 100%;
    margin: 20px 0;
}
h1 {
     color: #333;
    font-size: 32px;
}
h1 strong {
    color: rgb(2, 80, 140);
    font-size: 36px;
}
h3 strong {
    color: #A52A2A;
    font-size: 16px;
}
strong {
    color: #666;
    font-size: initial;
}

#myCarousel img{
    
height:450px;
	width:100%;
}


p{
font-family: Arial,arial !important;

font-size: 14px !important;
 
color: #8f8f8f !important;

}



a strong, a span {
 
color: #ffffff !important;

}


ul li a span {
 
color: #000000 !important;

}


#footerUsager h1, #footerUsager h2, #footerUsager h3, #footerUsager p, #footerUsager strong{
 
color: #ffffff !important;

}


.icon-medium {
	
color: #2773ae !important;

}

/*Cacher la div champ obligatoire et le bouton valider du  formulaire résiliation*/
form[action="/fr-FR/Usager/DemandeResiliation/CreateDemande"] p.text-center{
	display:none;
}
form[action="/fr-FR/Usager/DemandeResiliation/CreateDemande"] div.row-fluid div.span6{
	display:none;
}

