@charset "utf-8";
/* CSS Document */

#content.contact {
	padding-bottom: 40px;
}

#content.contact p {color: #066aaf; margin: 25px 0 0 26px; padding-right: 20px}
#content.contact p a {color: #066aaf}

#content.contact h2 {
	margin: 27px 0 8px 26px;
}

#content.contact table.global {
	width: 640px;
	color: #066aaf;
	margin: 44px 0 34px 20px;
}

#content.contact table.global td {color: #066aaf}

#content.contact table.global p {margin: 0 0 10px 0; color: #000}
#content.contact table.global p.conditions {color: #066aaf; font-weight: normal}


#content.contact #formulaire_contact { /* Bloc contenant le formulaire de recherche */
	width: 100%;
}

#content.contact #formulaire_contact #form { /* Formulaire de recherche */
	margin: 0;
	padding: 0;
}

#content.contact #formulaire_contact #form input.champ { /* Champ texte du formulaire de recherche */
	margin: 0 0 0 1px;
	padding: 0 0 0 4px;
	border: 1px solid #000;
	font-size: 12px;
	color:#000;
	width: 230px;
	height:16px;
	line-height: 16px;
}

#content.contact #formulaire_contact #form input.bouton { /* Bouton d'envoi du formulaire de recherche */
	margin: 0;
	padding: 0 0 0 4px;
	border:0;
	width: 236px;
	height: 43px;
	background: url(../../../img/epargne/bt_envoyer_demande.jpg) no-repeat;
}

#content.services {
    padding-bottom: 40px;
}

#content.services p, #content.services form {color: #066aaf; margin: 10px 0 0 26px; padding-right: 20px}
#content.services p a {color: #066aaf}

#content.services h2 {
    margin: 27px 0 8px 26px;
}

#content.services h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 26px 0 0 24px;
    color: #0769ae;
}

#content.services form { margin-top: 20px}

#content.services form .item {
    width: 80px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
}

#content.services form .bouton {
    width: 132px;
    height: 43px;
    margin: 10px 0 0 196px;
    background:url(../../../img/epargne/bt_envoyer.jpg);
    border: 0;
}

#content.services form .champs {
    margin-bottom:10px;
    width: 240px;
    border: 1px solid #000;
}

