/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
p, form { margin: 0; padding: 0; }
p.spip {
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Espaceur de blocs */
.nettoyeur {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#conteneur {
	width: 955px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/***************************/
/*         ENTETE          */
/***************************/
#entete {
	position: relative;
	width: 955px;
	height: 91px;
}

	#logo_entete {
		float: left;
	}
	
	#titre_entete {
		float: left;
	}
	
	#bloc_recherche {
		float: left;
		width: 323px;
	}
	
	#bloc_recherche .texte_recherche {
		padding-left: 82px;
		padding-top: 54px;
	}

		.titre_rechercher {
			float: left;
			font-size: 11px;
			text-decoration: underline;
		}
		
		.input_recherche {
			float: left;
			width: 135px;
			height: 14px;
			margin: 0;
			padding: 0;
			margin-left: 9px;
			border: 1px solid #c5c5c5;
			font-size: 11px;
			color: #626262;
		}
		
		.input_ok_recherche {
			float: left;
		}

#lien_haut_entete {
	position: absolute;
	top: 0;
	right: 0;
}

/***************************/
/*         FOOTER          */
/***************************/
#footer {
	width: 955px;
}

	#bloc_notre_equipe {
		float: left;
		position: relative;
		width: 255px;
		height: 32px;
		background: url('IMG/fond-bloc-footer.gif') top left repeat-x;
	}
	
		#bloc_notre_equipe p {
			padding-top: 8px;
			text-align: center;
			font-size: 12px;
			color: #ffffff;
		}
		
		#bloc_notre_equipe .lien_notre_equipe {
			position: absolute;
			width: 255px;
			height: 32px;
		}
	
	#bloc_recevoir_fascicules {
		float: left;
		position: relative;
		width: 295px;
		height: 32px;
		margin-left: 1px;
		background: url('IMG/fond-bloc-footer.gif') top left repeat-x;
	}
		
		#bloc_recevoir_fascicules p {
			padding-top: 8px;
			text-align: center;
			font-size: 12px;
			color: #ffffff;
		}
	
		#bloc_recevoir_fascicules .lien_recevoir_fascicules {
			position: absolute;
			width: 295px;
			height: 32px;
		}
	
	#bloc_newsletter {
		float: left;
		position: relative;
		width: 403px;
		height: 32px;
		margin-left: 1px;
		background: url('IMG/fond-bloc-footer.gif') top left repeat-x;
	}
	
		.texte_newsletter {
			float: left;
			padding-left: 25px;
			margin-top: 8px;
			font-size: 12px;
			color: #ffffff;
		}
		
		.input_newsletter {
			float: left;
			width: 157px;
			height: 14px;
			margin: 0;
			padding: 0;
			border: 1px solid #FFFFFF;
			margin-left: 12px;
			margin-top: 8px;
			font-size: 11px;
			color: #626262;
		}
		
		.input_ok_newsletter {
			float: left;
			margin-left: 9px;
			padding-top: 8px;
		}
	
	#lien_bas_footer {
		width: 955px;
		text-align: center;
		color: #808080;
		font-size: 10px;
		margin-top: 5px;
	}
	
a.lien_footer {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

a:hover.lien_footer {
	font-size: 10px;
	color: #808080;
	text-decoration: underline;
}

/***************************/
/*         NAVIGATION      */
/***************************/
#menu_haut_navigation {
	width: 955px;
}

	.lien_fondation_pileje {
		float: left;
	}
	
	.lien_evenement_fondation {
		float: left;
		margin-left: 1px;
	}
	
	.lien_espace_famille {
		float: left;
		margin-left: 1px;
	}
	
	.lien_espace_professionnels {
		float: left;
	}
	
	.lien_espace_partenaires {
		float: left;
	}
	
	.separateur_menu {
		float: left;
	}

#bloc_sousnav_1 {
	position: absolute;
	width: 209px;
}

#bloc_sousnav_2 {
	position: absolute;
	width: 210px;
}

#bloc_sousnav_3 {
	position: absolute;
	width: 149px;
}

#bloc_sousnav_4 {
	position: absolute;
	width: 229px;
	z-index: 2;		/* evite la superposition du bloc a la une sur la col droite */
}

#bloc_sousnav_5 {
	position: absolute;
	width: 154px;
	z-index: 2;		/* evite la superposition du bloc a la une sur la col droite */
}

a.lien_sousnav1, a.lien_sousnav2, a.lien_sousnav3, a.lien_sousnav4, a.lien_sousnav5 {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-variant: small-caps;
	text-decoration: none;
}

a:hover.lien_sousnav1, a:hover.lien_sousnav2, a:hover.lien_sousnav3, a:hover.lien_sousnav4, a:hover.lien_sousnav5 {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	text-decoration: none;
}
a:hover.lien_sousnav1 {
	color: #143d8d;
}

a:hover.lien_sousnav2 {
	color: #143d8d;
}

a:hover.lien_sousnav3, a:hover.lien_sousnav4, a:hover.lien_sousnav5 {
	color: #673b15;
}

table.liste_sousnav_1 {
	width: 209px;
	background: url('IMG/pixel_fond_fondation.png') repeat-y;
}

table.liste_sousnav_1 tr {
	background: url('IMG/separateur-sous-nav.gif') bottom center no-repeat;
	padding-bottom: 1px;
}

	table.liste_sousnav_1 a:hover.lien_sousnav1 {
		background: url('IMG/pixel_fond_fondation-over.png') repeat-y;
	}


table.liste_sousnav_2 {
	width: 210px;
	background: url('IMG/pixel_fond_evenements.png') repeat-y;
}

table.liste_sousnav_2 tr {
	background: url('IMG/separateur-sous-nav-2.gif') bottom center no-repeat;
	padding-bottom: 1px;
}

	table.liste_sousnav_2 a:hover.lien_sousnav2 {
		background: url('IMG/pixel_fond_fondation-over.png') repeat-y;
	}

table.liste_sousnav_3 {
	width: 149px;
	background: url('IMG/pixel_fond_espace_famille.png') repeat-y;
}

table.liste_sousnav_3 tr {
	background: url('IMG/separateur-sous-nav-3.gif') bottom center no-repeat;
	padding-bottom: 1px;
}

	table.liste_sousnav_3 a:hover.lien_sousnav3 {
		background: url('IMG/pixel_fond_espace_famille-over.png') repeat-y;
	}

table.liste_sousnav_4 {
	width: 229px;
	background: url('IMG/pixel_fond_espace_pro.png') repeat-y;
}

table.liste_sousnav_4 tr {
	background: url('IMG/separateur-sous-nav-4.gif') bottom center no-repeat;
	padding-bottom: 1px;
}

	table.liste_sousnav_4 a:hover.lien_sousnav4 {
		background: url('IMG/pixel_fond_espace_pro-over.png') repeat-y;
	}

table.liste_sousnav_5 {
	width: 154px;
	background: url('IMG/pixel_fond_espace_partenaire.png') repeat-y;
}

table.liste_sousnav_5 tr {
	background: url('IMG/separateur-sous-nav-5.gif') bottom center no-repeat;
	padding-bottom: 1px;
}

	table.liste_sousnav_5 a:hover.lien_sousnav5 {
		background: url('IMG/pixel_fond_espace_partenaire-over.png') repeat-y;
	}



/***************************/
/*         HP              */
/***************************/
#contenu_hp {
	width: 955px;
}

#visionneuse_hp {
	width: 955px;
	height: 250px;
	padding-top: 10px;
	padding-left: 17px;
}

#menu_actu_hp {
	float: left;
	width: 917px;
	padding-left: 13px;
}

	.fond_actu {
		width: 930px;
		height: 177px;
		
	}
	
	.bloc_actu1 {
		float: left;
		width: 310px;
		height:177px;
		background-image:url('IMG/fond_bloc_actu.gif');
	}
	
	.bloc_actu2 {
		float: left;
		width: 310px;
		height:177px;
		background-image:url('IMG/fond_bloc_actu.gif');
	}
	
	.bloc_actu3 {
		float: left;
		width: 310px;
		height:177px;
		background-image:url('IMG/fond_bloc_actu.gif');
	}
	
	.spacer_actu {
		float: left;
		width: 1px;
		height: 145px;
		margin-top: 14px;
		background: url('IMG/spacer_actu_hp.gif') top left no-repeat;
	}
	
	.titre_actu {
		width: 273px;
		height: 35px;
	}
	
	a.lien_titre_actu {
		font-weight: bold;
		color: #626262;
		text-decoration: none;
	}
	
	a:hover.lien_titre_actu {
		font-weight: bold;
		color: #626262;
		text-decoration: none;
	}
	a.lien_savoir_plus_actu {
		font-weight: normal;
		color: #626262;
		text-decoration: underline;
	}
	
	a:hover.lien_savoir_plus_actu {
		font-weight: normal;
		color: #626262;
		text-decoration: underline;
	}
	
	.img_onglet_hp {
		border: 1px solid #a1a6ad;
	}
	
	.soustitre_actu_hp {
		padding-top: 3px;
		font-size: 11px;
		color: #626262;
		font-weight: bold;
	}
	
	.chapo_actu_hp {
		width: 273px;
		font-size: 11px;
		color: #626262;
	}
	.savoir_plus_hp
	{
		position:absolute; 
		top:145px; 
		left:215px; 
		font-size:11px;
	}

#bloc_a_la_une_hp {
	float: left;
	width: 334px;
}

	#fond_agenda_a_la_une {
		position: relative;
		width: 332px;
		height: 141px;
		background: url('IMG/fond-bloc-a-la-une.gif') top left no-repeat;
	}
	
	#lien_agenda_evenement {
		width: 332px;
		height: 36px;
	}

p.date_agenda {
	text-align: right;
	padding-right: 34px;
	padding-top: 4px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

p.titre_agenda {
	text-align: right;
	padding-right: 34px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

p.soustitre_agenda {
	text-align: right;
	padding-right: 34px;
	padding-left: 5px;
	font-size: 16px;
	font-variant: small-caps;
	color: #000;
	line-height: 18px;
}

p.chapo_agenda {
	text-align: right;
	padding-right: 34px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
	
.plus_dinfo_agenda {
	position: absolute;
	bottom: 13px;
	right: 28px;
}


/***************************/
/* CONTENU INTERIEUR       */
/***************************/
#contenu {
	width: 955px;
}

	#col_gauche_contenu {
		float: left;
		width: 623px;
	}
	
	#col_droite_push {
		float: left;
		width: 332px;
		padding-top: 12px;
	}
	
.accroche_encart {
	width: 606px;
	height: 157px;
	margin-left: 17px;
	margin-top: 12px;
}

.fond_visuel_rubrique {
	background: url('IMG/fond-ombre-encard.gif') top left no-repeat;
}

.navig_articles_encart {
	float: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 17px;
	margin-top: 118px;
	font-size: 11px;
	color: #ffffff;
}

a.lien_navig_article {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
}

a:hover.lien_navig_article {
	font-size: 11px;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

.texte_contenu_fondation {
	margin-left: 19px;
	padding-bottom: 30px;
	width: 591px;
/*	background: #cee7fd url('IMG/fond-fondation.gif') top left no-repeat;
	border-left:  1px solid #e7baf6;
	border-right:  1px solid #e7baf6;*/
}

.texte_contenu_fondation p a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: underline;
}

.texte_contenu_fondation p a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: underline;
}

.texte_contenu_fondation ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	list-style-type: disc;
	margin-left: 40px;
}

.texte_contenu_fondation img {
	padding: 5px;
}

.texte_contenu_fondation p {
	padding-left: 12px;
	padding-right: 12px;
}

.bloc_onglet_missions {
	margin-left: 6px;
	width: 586px;
	background: url('IMG/fond-onglet-mission.png') top left repeat-y;
}

a.lien_partenaire {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.lien_partenaire {
	font-size: 12px;
	color: #143d8d;
	font-weight: bold;
	text-decoration: none;
}

.fond_onglet_mission_1 {
	width: 586px;
	height: 47px;
	margin-left: 6px;
	background: url('IMG/haut-onglet-mission-1.png') top left no-repeat;
}

.fond_onglet_mission_2 {
	width: 586px;
	height: 47px;
	margin-left: 6px;
	background: url('IMG/haut-onglet-mission-2.png') top left no-repeat;
}

.fond_onglet_mission_3 {
	width: 586px;
	height: 47px;
	margin-left: 6px;
	background: url('IMG/haut-onglet-mission-3.png') top left no-repeat;
}

.fond_onglet_mission_4 {
	width: 586px;
	height: 47px;
	margin-left: 6px;
	background: url('IMG/haut-onglet-mission-4.png') top left no-repeat;
}

.fond_onglet_mission_5 {
	width: 586px;
	height: 47px;
	margin-left: 6px;
	background: url('IMG/haut-onglet-mission-5.png') top left no-repeat;
}

#btn_mission_1 {
	margin-top: 9px;
	margin-left: 11px;
	padding: 0;
}

#btn_mission_2 {
	margin-top: 9px;
	margin-left: 16px;
	padding: 0;
}

#btn_mission_3 {
	margin-top: 9px;
	margin-left: 17px;
	padding: 0;
}

#btn_mission_4 {
	margin-top: 9px;
	margin-left: 15px;
	padding: 0;
}

#btn_mission_5 {
	margin-top: 9px;
	margin-left: 15px;
	padding: 0;
}

.chapo_mission {
	color: #143d8d;
}

.bloc_onglet_missions p {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

.texte_contenu {
	margin-top: 16px;
	margin-left: 17px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.texte_contenu p {
	padding-left: 12px;
	padding-right: 12px;
}

.chapo {
	font-weight: bold;
}

.accroche_encart_fondation {
	margin-left: 17px;
	margin-top: 12px;
	width: 606px;
	height: 33px;
	background: url('IMG/fond-entete-fondation.gif') top left no-repeat;
}

/* espace famille */
.accroche_encart_espace_3 {
	width: 606px;
	height: 90px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-espace-famille.gif') top left no-repeat;
}

.accroche_encart_espace_3_petit {
	width: 606px;
	height: 46px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-espace-famille-petit.gif') top left no-repeat;
}
/* ******************** */

/* espace professionnels */
.accroche_encart_espace_4 {
	width: 606px;
	height: 90px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-professionnel-espace.gif') top left no-repeat;
}

.accroche_encart_espace_4_petit {
	width: 606px;
	height: 46px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-espace-professionnel-petit.gif') top left no-repeat;
}
/* ******************** */

/* espace partenaire */
.accroche_encart_espace_5 {
	width: 606px;
	height: 90px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-partenaire-espace.gif') top left no-repeat;
}

.accroche_encart_espace_5_petit {
	width: 606px;
	height: 46px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-espace-partenaire-petit.gif') top left no-repeat;
}
/* ******************** */

/* espace documentation */
.accroche_encart_espace_44 {
	width: 606px;
	height: 90px;
	margin-left: 17px;
	margin-top: 12px;
	background: url('IMG/fond-accroche-professionnel-espace.gif') top left no-repeat;
}

.navig_articles_encart_espace {
	float: left;
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 16px;
	margin-top: 14px;
	font-size: 11px;
	color: #ffffff;
}

a.lien_navig_article_espace {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
}

a:hover.lien_navig_article_espace {
	font-size: 11px;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

.texte_contenu p a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: underline;
}

.texte_contenu p a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: underline;
}

.texte_contenu ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	list-style-type: disc;
	margin-left: 40px;
}

.texte_contenu img {
	padding: 5px;
}

.chapo_espace {
	font-weight: bold;
}

.bloc_dossiers {
	margin-left: 29px;
	margin-bottom: 30px;
}

.bloc_lien_dossier {
	float: left;
	width: 181px;
	height: 38px;
	background: #fce9b2;
	margin-left: 6px;
	margin-top: 6px;
}

.bloc_lien_dossier p {
	width: 181px;
	height: 38px;
	text-align: center;
	padding-top: 6px;
}

.conteneur_recettes {
	margin: 10px;
}

a.lien_dossier_sas {
	font-size: 11px;
	color: #626262;
	text-decoration: none;
}

a:hover.lien_dossier_sas {
	font-size: 11px;
	color: #626262;
	text-decoration: underline;
}

.select_abc {
	text-align: right;
	padding-right: 10px;
}

.bloc_abc {
	margin-left: 29px;
	margin-bottom: 30px;
}

.titre_lien_abc {
	width: 228px;
	height: 24px;
	background: #fce9b2;
}

.contenu_texte_definition {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fond_contact {
	width: 606px;
	background: url('IMG/fon-contact.gif') top left repeat-y;
}

.etoile_form {
	color: #e2001a;
}

.mentions_form {
	font-size: 10px;
	font-style: italic;
	color: #e2001a;
}

.input_organiser {
	width: 216px;
	height: 20px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #626262;
}

.input_organiser_petit {
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #626262;
}

.textarea_organiser {
	width: 380px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c6c6;
	font-size: 12px;
	color: #626262;
}

.fond_contact label {
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 120px;
}

.fond_contact p {
	padding-top: 7px;
}

#brochure_form {
				width: 606px;
				padding: 0px;
				margin: 0px;
				background: url('IMG/fon-contact.gif') top left repeat-y;
			}
			
			#brochure_form IMG {
				margin: 0px;
				padding: 0px;
			}
			
			#brochure_form FORM {
				margin: 0px;
				padding: 0px;
			}
			
			#brochure_form FORM P {
				padding-bottom: 10px;
				margin-left: 15px;
			}
			
			#brochure_form FORM label {
				float: left;
				text-align: left;
				width: 160px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #626262;
			}
			
			#brochure_form FORM .champs_texte {
				width: 250px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			
			#brochure_form FORM .champs_num {
				width: 100px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			
			#brochure_form FORM .etoile {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #CC0000;
			}
			
			#brochure_form FORM .mentions {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #999999;
			}

a.lien_recherche {
	font-size: 12px;
	color: #626262;
	text-decoration: none;
}

a:hover.lien_recherche {
	font-size: 12px;
	color: #626262;
	text-decoration: underline;
}

/***************************/
/*          PUSH           */
/***************************/
.push_visonneuse_images {
	width: 332px;
	height: 211px;
	background: url('IMG/fond-visionneuse-image.gif') top left no-repeat;
}

.img_visionneuse {
	margin-left: 22px;
	margin-top: 23px;
}

.fleche_navig_visionneuse {
	margin-left: 278px;
	margin-top: 1px;
}

.push_conteneur {
	margin-bottom: 10px;
	margin-top: 10px;
}

.fond_push {
	width: 332px;
	background: url('IMG/fond-push-droite.gif') top left repeat-y;
}

.spacer_lien_push {
	position: absolute;
}

div.texte_push p.spip {
	margin: 0;
	padding: 0;
}

div.texte_push p {
	font-size: 11px;
}

	div.texte_push a.lien_texte_push {
		color: #626262;
		text-decoration: none;
	}
	
	div.texte_push a:hover.lien_texte_push {
	color: #626262;
	text-decoration: none;
}

div.texte_push a.lien_push {
	font-size: 11px;
	color: #626262;
	font-style: italic;
	text-decoration: underline;
}

div.texte_push a:hover.lien_push {
	font-size: 11px;
	color: #626262;
	font-style: italic;
	text-decoration: underline;
}

div.texte_push a.lien_push2 {
	font-size: 11px;
	color: #143d8d;
	text-decoration: underline;
}

div.texte_push a:hover.lien_push2 {
	font-size: 11px;
	color: #143d8d;
	text-decoration: underline;
}

.input_push_abc {
	float: left;
	width: 160px;
	height: 14px;
	margin: 0;
	padding: 0;
	margin-left: 9px;
	border: 1px solid #c5c5c5;
	font-size: 11px;
	color: #626262;
}

.input_ok_abc {
	float: left;
}

.push_a_la_une_hp {
	width: 332px;
}

.push_fondation_chez_vous {
	width: 332px;
	height: 139px;
	background: url('IMG/fond-push-fondation-chez-vous.gif') top left no-repeat;
}

.bloc_document {
	border: 1px solid #dddddd;
	padding: 10px;
}

.bloc_document a {
	color: #4d4d4d;
}

/***************************/
/*    REFERENCEMENT        */
/***************************/
h1.titre_rubrique_espace {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 10px;
}

h1.titre_rubrique_fondation {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 1px;
	padding-right: 20px;
	text-align: left;
}

h2.titre_espace {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color: #d98800;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d98800;
}

h3.titre_definition {
	font-size: 12px;
	font-weight: bold;
	color: #626262;
}

h3.titre_type_recettes {
	font-size: 12px;
	font-weight: bold;
	color: #d98800;
}

h5.titre_push_1 {
	font-size: 14px;
	color: #143d8d;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_1 a {
		color: #143d8d;
	}

h5.titre_push_2 {
	font-size: 14px;
	color: #3686d0;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_2 a {
		color: #3686d0;
	}

h5.titre_push_3 {
	font-size: 14px;
	color: #781c1c;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_3 a {
		color: #781c1c;
	}

h5.titre_push_4 {
	font-size: 14px;
	color: #9d2424;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_4 a {
		color: #9d2424;
	}

h5.titre_push_5 {
	font-size: 14px;
	color: #b82323;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_5 a {
		color: #b82323;
	}

h5.titre_push_6, h5.titre_push_54 {
	font-size: 14px;
	color: #D98800;
	font-weight: bold;
	text-decoration: underline;
}

	h5.titre_push_6 a, h5.titre_push_54 a {
		color: #D98800;
	}

h5.titre_push2 {
	font-size: 14px;
	color: #143d8d;
	font-weight: bold;
	text-decoration: underline;
}