/* include du layout */
@import "ADH_layout_impression.css";

/*
	Couleurs :

		bleu "canard" : #007F9F
		bleu ciel  : #CCEBF4

*/

body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: #555a5b;
}

form, img {
	border: 0px;
	padding: 0;
	margin: 0;
}

sup {
	font-weight: bold;
	color: #007F9F;
}

select{
	font-size: 8pt;
	background-color:#CCEBF4; 
	size:50;
}

input{
	font-size: 8pt;
	background-color:#CCEBF4; 
	size:50;
	margin-bottom: 2px;
}

.form_inputbouton {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #CCEBF4;
	border: 1px solid #000000;
	height: 20px;
}

/*///////////////////////////////////////////////////////////////////*/
/*/////////////// LIENS ////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

a {
	color: #555a5b;
	text-decoration: underline;
}

a:hover {
	color: #555a5b;
	text-decoration: none;
}

/*Menu de droite = lorsque tout le bloc est cliquable*/

a.menu {						
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #000000;
	text-decoration: none;
}

/*forcé le lien couleur dans une liste à puce*/

a.lien_liste {
	color: #007F9F;
	text-decoration: underline;
}

a.lien_liste:hover {
	color: #007F9F;
	text-decoration: none;
}

/*En Savoir plus*/

a.lien_savoirplus{
	color: #555A5B;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.lien_savoirplus:hover {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
}
/*Plan acces*/

a.lien_planacces{
	color: #555A5B;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.lien_planacces:hover {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
}

/*Lien des listes sommaires*/

a.sommaire{
	color: #555a5b;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.sommaire:hover {
	color: #555a5b;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
}

/* pour les liens javascript : exemple : <a onClick='...'></a>*/

a.type_lien {
	color: #007F9F;
	cursor: pointer;
	text-decoration: none;
	text-align: right;
}

a.type_lien:hover {
	color: #007F9F;
	cursor: pointer;
	text-decoration: underline;
	text-align: right;
}

a.type_lien2 {		/*uniquement style pointer : utilisé dans le cas de tout un bloc cliquable >> Ex : Batiportail */
	cursor: pointer;
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// TITRES //////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

/*Souligné les titres*/

.entete {
	border-bottom: 1px solid #007F9F ;
	padding: 0px 0 2px 0;

}

/*Titres des rubriques Générales >> Ex: Actualités*/

.titre_rub {
	background-image: url(../images/Espace_Adherent/Commun/a_n_img_fleche_tt.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom: 1px solid #007F9F ;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top:30px;
	font-family: Arial;
	font-size: 22px;
	color: #007F9F;
}
.titre_rub_entete {
	/*border-bottom: 1px solid #007F9F ;*/
	padding-top:10px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 22px;
	color: #007F9F ;
	
}
/*Titres des rubriques : Page Txt_HTML */

.titre_rub_contenu {
	background-image: url(../images/Espace_Adherent/Commun/a_n_img_fleche_tt.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 30px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 24px;
	color: #CD6601;
}

/*Titres des rubriques non souligné >>> Pages du national*/

.titre_rub_contenu {
	font-family: Arial;
	color: #007F9F;
	/*ci-dessous : adaptation du style à la charte du DEP 
	border-bottom: 1px solid #007F9F ;*/
	padding-top:10px;
	padding-bottom: 5px;
	font-size: 20px;
}

/*Titre principal de la Page Liste des Rubriques*/

.titre_lister_rub {
	background-image: url(/images/Espace_Adherent/Commun/a_d_img_fleche_tt.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 24px;
	color: #007F9F;

}

/*Titre secondaire de la Page Liste des Rubriques*/

.titre_lister_rub2 {
	background-image: url(/images/Espace_Adherent/Commun/a_d_img_filet_tt.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 24px;
	color: #007F9F;

}

/*Sous-Titres des rubriques*/

.sstitre_rub {
	padding: 0 0 10px 22px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #58595B;
	/*margin-top: 5px;*/
}

/* titres bloc de menu droit et gauche */

.titrerub_left {
	display: block;
	background-color: #007F9F ;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	padding-left: 12px;
}

.titrerub_right {
	display: block;
	background-color: #888B8C ;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	padding-left: 12px;
}

/* Titre - Flash Infos >> HomePage*/

.titre_rub_flashinfo {
	border-bottom: 1px solid #007F9F ;
	padding: 25px 0 5px 0;
	font-family: Arial;
	font-size: 20px;
	color: #007F9F ;
}

/* Titre - Dossiers >> HomePage*/

.titre_rub_dossiers {
	border-bottom: 1px solid #007F9F ;
	padding: 25px 0 5px 0;
	font-family: Arial;
	font-size: 20px;
	color: #007F9F ;
}

/* Titres rubrique Niveau 1 bloc nouveautés */

.nvo_titre {
	font-weight: bold;
	font-size: 10px;
	color: #007F9F ;
}

/* Titres h1 */

h1 {
	border-bottom: 1px solid #007F9F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #59585B ;
	margin-bottom: 18px;
}

/*Titres h2  */

h2 {
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_b_stt.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #007F9F;
	margin-top: 35px;
}

/* Titres h3  */

h3 {
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
#actu_contenu .liste_actualite h3
{
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	float:left;
	width:65%;
}
#actu_contenu .liste_actualite_gris h3
{
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	float:left;
	width:65%;
}

/* Titres h4  */

h4 {
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// BLOCS DE MENU (Droit/Gauche) ///////////////*/
/*///////////////////////////////////////////////////////////////////*/

/* menu gauche */

.bloc_left {
	padding-left: 15px;
	padding-right: 12px;
	margin-bottom: 9px;
}

/* menu droit */

.bloc_right {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 9px;
	border: 1px solid #888B8C ;
}

/* menu droit : UL */

.bloc_right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* menu gauche : UL */

.bloc_left ul {
	padding-left: 10px;
	margin: 0px;
    list-style-image: url(/images/Espace_Adherent/Puces/g_d_pc_flech_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/* menu gauche : DISPLAY */

.bloc_left div {
display:none;
}

/* menu gauche : LI */

.bloc_left li {
	padding: 0px;
	margin-bottom: 7px;
}

/* menu droit : LI */

.bloc_right li {
	
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Recherche */

#recherche {
	text-align: center;
	border: 1px solid #007F9F ;
	padding-top: 12px;
	padding-bottom: 12px;
}

#recherche form input {
	font-size: 10pt;
	padding: 0;
}

#recherche a {
	text-transform: uppercase;
	color: #555A5B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* Savoir Plus / Actualité / Pratique / Fédération / Sites BTP */

#savoir, #actu, #sitesBTP, #fede, #pratique {
	background-color: #CCEBF4;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 7px;
}

/* blocs de colonnes droite */

.bloc_right_doc {
	font-weight: bold;
	text-align:right;
	line-height: 30px;
	color: #555a5b;
	text-decoration: none;
	background-color: #E6E7E9; /*#eee */
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// TEXTE ///////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

/* bold - span class="b" */

.b {
	font-weight: bold;
}

/* Faire une tabulation de texte */

.tabulation_texte {
	padding-left: 100px;
}

/* encadré 1 : utilisé lorsque l'on a un texte de type >>> "La FFB...." */

.encadre1 {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	text-indent: 0px; 
	padding: 10px 10px 10px 10px ;
	background-color: #EEEEEE;
}

/* encadré 2 : autre mise en avant de texte */

.encadre2 {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	text-indent: 0px; 
	padding: 10px 10px 10px 10px ;
	background-color: #CCEBF4;
}

/* en savoir plus >> assimilé à un bouton (lien avec un fond) */

.ensavoirplus {
	margin-top:10px;
	text-align:center;
	padding: 0px;
	float:right;
	background-color: #CCEBF4; 
	width:90px;
	height:15px;
	margin-bottom:10px;
}

.planacces {
	margin-top:0px;
	text-align:center;
	padding: 0px;
	float:right;
	background-color: #CCEBF4; 
	width:90px;
	height:15px;
}

/* affichage de la date sur les niveaux 3 >>> Pages du National*/

.bloc_center_note {
	width: 180px;
	color: #555A5B;
	font-weight: bold;
	text-align: right;
}

/* affichage de la date sur les niveaux 2  >>> Pages du National*/

.bloc_center_note_blanc {
	width: 180px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

/* "Tous les documents" */

.bloc_center_doc {
	font-weight: normal;
	text-align:right;
	line-height: 23px;
	padding: 5px 10px 0 0;
	color: #007F9F;
	text-decoration: underline;
	background-color: #EEEFF0; /*#eee */
	direction: rtl;
}

/* général */

.text_centre {
	color: #000000;
	text-align: justify;
	clear:both;
}
.text_right {
	color: #000000;
	text-align: right;
}

.text_centre a{
	color: #007F9F;
}

/* en-tête ou chapeau */

.text_chapo {
	color: #000000;
	text-align: justify;
	font-weight:bold;
}

/* signature */

.text_signature {
	color: #000000;
	text-align: justify;
	font-style:italic;
	font-weight:bold;
}

/* légende */

.text_legende {
	color: #000000;
	text-align: justify;
	font-style:normal;
}

/* notes */

.text_notes {
	color: #000000;
	text-align: justify;
	font-style:italic;
}


/* couleur */

.text_centre_couleur {
	color: #007F9F;
}

/*texte avec Photo*/
.text_contenu_foto {
	margin-top:3px;
	background-color: #F7F7F7;
	width: 560px;
	float:left;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.text_foto {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
}

.text_foto img {
	border:1px solid #4E4E4E;	
}

/*///////////////////////////////////////////////////////////////////*/
/*/////////////// TABLEAUX ///////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

/* tableaux simple*/

.tbtableau{
	width: 570px;
	font-size: 13px;
	color: #666666;
	border-collapse: collapse;
	margin-top: 10px;
}

/* tableaux dans une liste : la longueur est supprimée par rapport à la classe initiale*/

.tbtableau2{
	font-size: 13px;
	color: #666666;
	border-collapse: collapse;
	margin-top: 10px;
}

/* en-tête de tableau*/

.thtableau{
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	background-color: #ddd;
}

/* à supprimer à long terme */

.tdtableau {  
	font-size: 10px;
	padding: 5px 5px 5px 5px ;
	border: 1px solid #666666;
	vertical-align:top;
}
/* ******************** */

table.tbtableau td {
	font-size: 10px;
	padding: 5px 5px 5px 5px ;
	border: 1px solid #666666;
	vertical-align:top;
}

/* cellule de tableau sans bordure : Exemple tableau dans une liste*/

.tdtableau2{ 
	font-size: 10px;
	padding: 5px 5px 5px 5px ;
	vertical-align:top;
}

/* cellule de tableau avec un fond couleur : Exemple tableau dans une liste*/

.tdtableau_couleur{ 
	font-size: 10px;
	padding: 5px 5px 5px 5px ;
	border: 1px solid #666666;
	vertical-align:top;
	background-color: #EEEFF0;
}

/* formulaire de contact */

.tb_contact {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #E6E7E8;
	padding: 10px 6px 10px 6px;
}

/*////// Liste-Rubrique /////**/

.tbcenter {
	width: 570px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	background-color: #E6E7E8; 
}

/* Ensemble de ligne d'en-tête de rubrique niveau 2  >> thcenter + thcenter2 (<< rempli la ligne) */

.thcenter {
	background-color: #007F9F;
	color: #fff;
	line-height: 17px;
	text-indent: 10px;
	border-bottom: 3px solid #fff;
}

.thcenter2 {
	background-color: #007F9F;
	color: #fff;
	text-align: right;
	line-height: 17px;
	padding-right: 10px;
	text-indent: 10px;
	border-bottom: 3px solid #fff;
}

/* ligne d'affichage des rubriques de niveau 3 */

.tdcenter {
	line-height: 23px;
	text-indent: 0px; 
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.tdcenter a{
	text-decoration: none;
	color: #000000;
}

.tdcenter2 {
	line-height: 23px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	border-bottom: 1px solid #ffffff;
}

.tdcenter3 {
	line-height: 23px;
	text-align: right;
	background-color: #EEEFF0;
}

/*////// FIN >> Liste-Rubrique /////**/


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// LISTES ///////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

/* général */

.liste1 ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
}

.liste1 li {
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_flech_menu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	list-style-type: none;
	margin-top: 5px;
}

/* listes plus aérées grace au padding-bottom*/
.liste1_espace ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.liste1_espace li {
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_flech_menu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	padding-bottom: 10px;
	list-style-type: none;
	margin:0;
}

/* pour les sous-listes du menu DEP*/

.liste_ssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.liste_ssmenu li {
	list-style-type: none;
	padding-bottom: 2px;
	margin-top: 7px;
	margin-left: 5px;
}

/* pour les sous-liste : avec décalage supplémentaire, sans puce*/

.liste2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.liste2 li {
	list-style-type: none;
	text-align: justify;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-left: 25px;
}

* html .liste2 li {
	margin-left: 12px;
}

/* listes inclus dans des tableau - idem que liste1 mais sans l'indentation*/

.liste_tableau ul {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
}

.liste_tableau li {
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_flech_menu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	list-style-type: none;
	margin-left: -40px;
}

/* pour les listes de présentation sommaire*/

.liste_sommaire ul {
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

.liste_sommaire li {
	padding-top: 10px;
	background-image: url(/images/Espace_Adherent/Puces/g_d_pc_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding-left: 12px;
	list-style-type: none;
}

/* liste numerotée*/

.liste_numero ol {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: decimal;
}

.liste_numero li {
	padding-top: 0px;
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// BANDEAU HAUT ////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

.top {
	margin-top: 35px;
	text-align: center;
}

.top img {
	vertical-align: bottom;
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// BANDEAU BAS //////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#bas_de_page div {
	float: left;
	padding-top:20px;
/*	width: 166px;
	padding-bottom:10px;*/
}

.text_signatureFEDE {
	font-size: 11px;
}

/* bande : Réalisation ALRIS*/

.footer_lien {									
	padding-top: 3px;
	background-color: #CD6601;
	height: 17px;
}

.footer_realisation {
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 2px;
	color: #555a5b;
	height: 10px;
	font-size: 9px;
}

.footer_realisation a {
	color: #555a5b;
	text-decoration: none;
}

.footer_realisation a:hover {
	color: #000000;
	text-decoration: none;
}




/*///////////////////////////////////////////////////////////////////*/
/*/////////////// PAGE D'ACCUEIL ////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

/*Zone Actualité*/

.actualite {
	margin-bottom: 13px;
	background-color: #ffffff;
}

.general_img {
	margin-top: 5px;
	float:left;
}

/*Bandeau gris Actualité*/

.actu {
	background-color:#DCDCDE;
	height: 34px;
	float:right;
	width: 500px;	
	margin-left: 3px;
	padding-top: 18px;
	padding-left:10px;
	font-weight: bold;
	font-size: 10px;
	color: #4E4E4E;
}

/*Image Actualité*/

.actu_img {
	float: left
}

/*Fond : Zone de texte - Actualité*/

.actu_contenu {
	margin-top:3px;
	background-color: #F7F7F7;
	width: 560px;
	float:left;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/*Photo - Actualité*/

.actu_foto {
	float: left;
	margin-right:5px;
}

.actu_foto img {
	border:1px solid #4E4E4E;	
}

/*Photo - Flash*/

.flash_img {
	margin-top: 3px;
	float:left;
	width:272px;
}

/*Placement : Zone - Flash*/

.content_flashinfo {
	padding:0;
	float:left;
	width:272px;
}

.flashinfo {
	margin-top:2px;
}

/*Fond : Zone de titre - Flash*/

.flash_titre{
	background-color:#DCDCDE;
	height: 42px;
	margin-left: 2px;
	width:192px;
	float:right;
	padding:10px 10px 0 10px;
	font-weight: bold;
	font-size: 10px;
	color: #4E4E4E;
}

/*Fond : Zone de texte - Flash*/

.flash_contenu {
	background-color: #F7F7F7;
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top:3px;
	float:left;
	width:267px;
}

/* Placement : Zone - Dossiers */

.content_dossiers {
	float:right;
	width:274px;
	padding:0;
	margin:0;
}

/* Fond : Zone de texte - Dossiers */

.dossiers {
	margin-top:5px;
	background: url(/images/Espace_Adherent/HomePage/g_d_img_fd_dossier.gif) no-repeat 0px 0px;
	padding: 12px 12px 10px 12px;
	line-height: 24px;
}

.dossiers ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dossiers li {
	list-style-type: none;
}


/*///////////////////////////////////////////////////////////////////*/
/*/////////////// PLACEMENT DIVERS ///////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/

/* Caler à droite*/

.caler_droite {
	text-align: right;
}

#actu_contenu .liste_actualite .caler_droite {
float:right;
width:30%;
text-align: right;

}
#actu_contenu .liste_actualite_gris .caler_droite {
float:right;
width:30%;
text-align: right;

}
/* Caler au centre*/

.caler_centre {
	text-align: center;
}

/* Caler à gauche*/

.caler_gauche {
	text-align: left;
}

/* Justifier */

.caler_justifier {
	text-align: justify;
}

.drag {
position:relative;cursor:hand
}


/* Afficher*/

.display_block {
	display: block;
}

/* Masquer*/

.display_none {
	display: none;
}



/*///////////////////////////////////////////////////////////////////*/
/*/////////////// BLOC ACTUALITES /////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/


/*//////////////////// LISTES ///////////////////////////////////*/


/* Fond Blanc*/

.liste_actualite {
	border-bottom:1px dashed #007F9F ;
	padding-bottom:5px;
	padding-top:10px;
	width:100%;
	float:left;
}

/* Fond Gris*/

.liste_actualite_gris {
	background-color:#F7F8F8;
	border-bottom:1px dashed #007F9F ;
	padding-bottom:5px;
	padding-top:10px;
	width:100%;
	float:left;
}

/* Calque Recherche Actualités Générales*/

.recherche_actu_calque{
	padding-bottom:10px;
	float:right;
	width:40%;
	text-align: right;
}

.recherche_actu_calque a{
	color:#007F9F;
}

/* Calque Recherche Circulaires*/

.recherche_circu_calque{
	float:left;
	width:60%;
	text-align: left;
	color: #000000;
}
.recherche_circu_calque a{
	color:#007F9F;
}


/*---------------- POUBELLE feuille de style : NATIONAL 08.12.2005 -------------------------*/
/*---------------- à ne supprimer que si tout les styles ci-dessous ------------------------------*/
/*---------------- ne sont pas utilisés --------------------------------------------------------------------*/
/*

a.ba {
	color: #CD6601;
	font-weight:bold;
	text-decoration: none;
}

a.ba:hover {
	color: #CD6601;
	text-decoration: underline;
}

a.nouveautes {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.nouveautes:hover {
	color: #555a5b;
	text-decoration: none;
}

a.flashlien {
	color: #555A5B;
	font-weight:normal;
	text-decoration: underline;
}

a.flashlien:hover {
	color: #000000;
	text-decoration: none;
}

.type_lien {
	cursor: pointer;
}

#flash a, #chantiers a, #portail a {
	font-size: 10px;
}

#reseau_ffb {
	padding: 0;
	margin: 0;
	margin-bottom: 9px;
}

.tb_contact {
	width: 500px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #E6E7E8;
	padding: 10px 6px 10px 6px;
}

.tb_important {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	text-indent: 0px; 
	padding: 10px 10px 10px 10px ;
	background-color: #EEEEEE;
}

.tdcenter_nouveautes {
	background-color: #EEEFF0;
	color: #000000;
	line-height: 23px;
	text-indent: 17px;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}

.text_centre2 {
	color: #000000;
}

.text_centre_decale {
	padding-left: 40px;
	color: #000000;
}

.liste_decaler li {
	padding-left: 0px;
	margin-top: 7px;
}


.nvo_titre_rub {
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 20px;
	color: #CD6601;

}

.nvo_sstitre {
	font-weight: normal;
	font-size: 10px;
	color: #007F9F ;
}

.nvo_resume {
	padding-left:5px;
	display: inline;
}

.texte_note {
	margin-top: 20px;
	color: #555A5B;
	font-weight: normal;
	font-size: 9px;
}
*/