/* CSS Document */

* {
	margin:0;
	padding:0;
	/*background:none;*/
	/* pour résoudre le pblm "HasLayout" de float qui disparait sous IE */
	zoom:1;
	/* **************************************************** */
	}

strong, b {
	display:inline;
	font-weight:bold;
	padding:0;
	margin:0;
	}

em, i {
	display:inline;
	font-style:italic;
	padding:0;
	margin:0;
	}

img{
	border:0px;
	}
	
img.btn_back_office{
	border:1px solid #CCCCCC;
	}

body {
	height: 100%; min-height: 100%;
	width:100%;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#d9d9d9;
	margin: 0; 
	padding: 0; 
	/*background: #ebebeb url(../img/bg_body.gif) no-repeat center top;*/
	/*
	position:absolute;
	top:0px;
	left:0px;
	*/
	}


/* ------- innerpopup_form_borne ---------- */
#innerpopup_form_borne{
	display:none;
	position:absolute;
	/* position:fixed; */
	top:5px;
	right:5px;
	z-index:80;
	width:200px;
	height:150px;
	background-color:#fafeff;
	border:2px solid #6699cc;
	border-bottom-color:#003572;
	border-right-color:#003572;
	padding:2px;
	}



#super_global{
	/*height: 100%; min-height: 100%;*/ 
	margin: 0; 
	padding: 0; 
	background:#ebebeb url(../img/bg_body.gif) no-repeat center top;
	text-align:center;
	padding-top:6px;	
	z-index:20;
	}


#global {
	position: relative;
	width: 950px;
	/*height: auto; min-height: auto; */
	margin: 0; padding: 0;
	margin-left:auto; margin-right:auto;
	text-align: left;
	background: #FFFFFF;
	}
	
	
	
	
/* ########################################### HOME ########################################### */

body.home{
	background-color:#0d5394;
	text-align:center;
	}

#home_super_global{
	height: 596px; min-height: 596px; 
	margin: 0; 
	padding: 0; 
	background:#0d5394 url(../img/bg_home.jpg) no-repeat center top;
	text-align:center;
	}

#home_global {
	position: relative;
	top:360px;
	width: 760px;
	height: auto; min-height: auto; 
	margin: 0; padding: 0;
	padding-top:25px;
	margin-left:auto; margin-right:auto;
	text-align: left;
	}

.btn_home{
	display:block;
	float:left;
	width:154px;
	height:95px;
	padding:0px 18px 0px 18px;
	}

.home_texte{
	display:block;
	float:left;
	clear:none;
	color:#FFFFFF;
	width:330px;
	text-align:justify;
	font-size:0.9em;
	padding-left:10px;
	}
	
h1.home_titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align:left;
	padding:0px;
	margin:0px;
	}
	
#home_footer{
	display:block;
	margin:auto;
	width:951px;
	vertical-align:top;
	}
	
img.home_footer_image{
	display:inline;
	vertical-align:top;
	}
	
ul.home_footer_links{
	display:inline;
	list-style-type:none;
	padding:0px 10px 0px 10px;
	}	

ul.home_footer_links li{
	font-size:0.8em;
	color:#FFFFFF;
	display:inline;
	vertical-align:top;
	height:35px;
	line-height:35px;
	padding:0px 2px 0px 2px;
	}
	
ul.home_footer_links li a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
ul.home_footer_links li a:hover{
	text-decoration:underline;
	}

	

/* ##################### bloc 800 ###################### */
#bloc_800{
	display:block;
	float:left;
	width:757px;
	}


/* ##################### bloc 1024 ###################### */
#bloc_1024{
	display:block;
	float:left;
/*	width:224px;*/
	width:193px;
	padding:0px;
/*	background-color:#FFE1C4;*/
	background-color:#FFFFFF;
	}
	
ul.menu_1024{
	display:block;
	float:left;
	width:193px;
	}
		
ul.menu_1024 li{
	display:block;
	float:left;
	clear:left;
	width:193px;
	text-align:center;
	padding-top:5px;
	}

ul.menu_1024 li a{
	display:block;
	width:193px;
	text-decoration:none;
	color:#000000;
	font-size: 11px;
	}

ul.menu_1024 li a:hover{
	background-color:#eeeeee;
	}
	
ul.menu_1024 li img{
	border:none;
	}
	
#bloc_1024_footer{
	display:block;
	float:left;
	width:193px;
	height:89px;
	margin-top:2px;
	background:url(../img/bg_menu1024_footer.gif) no-repeat left top;
	}
	
	
/* ****************** menu accès directs 1024 ***************** */
	
ul.menu_accesdirects_1024{
	display:block;
	float:left;
	width:193px;
	}
		
ul.menu_accesdirects_1024 li{
	display:block;
	float:left;
	clear:left;
	width:193px;
	text-align:center;
	padding-top:5px;
	}

ul.menu_accesdirects_1024 li a{
	display:block;
	width:193px;
	text-decoration:none;
	color:#000000;
	font-size: 11px;
	padding:3px 0px 3px 0px;
	background:#F6F6F6 url(../img/puce_lien_2.gif) no-repeat 15px center;;
	}

ul.menu_accesdirects_1024 li a:hover{
	background-color:#E6E6E6;
	}
	
	
	
	
	
	
	
	
/* #################### bloc_mdr ##################### */
#bloc_mdr,
#home_bloc_mdr{
	display:block;
	float:left;
	width:193px;
	height:68px;
	background:url(../img/bg_mdr.gif) no-repeat left top;
	z-index:30;
	
	position:relative;
	top:-10px;
	}
	
#home_bloc_mdr{
	padding-left:197px;
	padding-top:5px;
	height:78px;
	background-position:197px 5px;
	top:0px;
	}

h3.mdr_titre{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-left:50px;
	padding-top:15px;
	padding-bottom:2px;
	}
	
.bloc_mdr_content{
	display:block;
	float:left;
	clear:both;
	vertical-align:middle;
	text-align:center;
	width:193px;
	height:22px;
	}

.bloc_mdr_content img,
.bloc_mdr_content input{
	vertical-align:middle;
	}

.mdr_field{
	border:1px solid #999999;
	width:130px;
	margin-left:20px;
	}
	
		
	
/* ################## lien flotant sur anim swf ################### */		
div.bloc_anim{
	display:block;
	position:relative;
	top:0;
	left:0;
	padding-bottom:10px;
	}
		
div.ad_flash{
	position:absolute;
	left:0;
	top:10px;
	z-index:40;
	}
	
a.swf_link{
	position:absolute;
	left:0;
	top:10px;
	z-index:50;
	background-image:url(../img/pixel_transparent.gif);
	background-repeat:repeat;
	background-position:0 0;
	}
	
	

/* ##################### header ##################### */
	
#header { float:left; clear:left; /*width: 776px;*/ width:950px; height: 91px; padding: 0; margin: 0; background: #FFFFFF; 
	background-image:url(../img/bg_header.gif); background-position:right center; background-repeat:no-repeat; z-index:25; }

.logo { float: none; position:absolute; left:10px; top:9px; width: 99px; height: 73px; padding: 0; margin: 0; background-color:#FFFFFF; 
	background-image:url(../img/logo_mde.gif); background-position:0px 5px; background-repeat:no-repeat;}
	
.logo a { float: none; position:absolute; left:0px; top:0px; width: 99px; height: 73px; padding: 0; margin: 0; }

.slogan { float: left; height:60px; line-height:60px; margin: 0; padding-left:200px;  background-color:#FFFFFF; 
	font-size:12px; font-weight:bold; color:#CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif; }

.menu_top { line-height:15px; float: right; width: 250px; height: 15px; padding-top: 10px; padding-right: 50px; margin: 0; color: #FFF; 
	text-align: right; list-style:none; }

ul.menu_top li { display:inline; padding-left:5px; padding-right:5px; }

ul.menu_top li a { color: #000000; text-decoration: none; font-size:0.85em; vertical-align: text-top;}

ul.menu_top li a:hover { text-decoration: underline; color:#FF6600; }


/* #################### menu horizontal (nivo 0) ################### */

ul#menu_nivo0{ float:left; clear:left; height:33px; padding:0; margin:0; width:862px; padding-left:55px; padding-top:25px; overflow:hidden; }

ul#menu_nivo0 li { display:block; float:left; width:132px; height:33px; padding-left:7px; padding-right:0px; overflow:visible; 
	background:url(../img/menu/menu_btn_normal.gif) no-repeat 0 0; }

ul#menu_nivo0 li a { font-family:Arial, Helvetica, sans-serif; /*display:block;*/ display:table-cell; height:29px; line-height:29px; color:#FFFFFF; padding-top:4px; padding-left:0px; padding-right:7px; text-decoration:none; font-size:14px; font-weight:bold; overflow:visible; text-transform:uppercase; }
ul#menu_nivo0 li a:hover{ color:#b3bc06; }

ul#menu_nivo0 li.first_btn{ background-image:none; }
ul#menu_nivo0 li.last_btn{ background-image:none; }


ul#menu_nivo0 li.nivo0btn_on { }
ul#menu_nivo0 li.nivo0btn_on a { color:#b3bc06; }

/* ##################### chemin ##################### */
.chemin { float:left; width:538px; height:33px; line-height:33px; color:#000000; background-color:#e7e7e7; font-size:10px; margin-left:20px; padding-left:10px; }
.chemin a { color:#000000; }
.chemin a:hover { color:#0d5394; }

/* ##################### bandeau homepage #################### */

#bandeau_home {
	display:block;
	float:left;
	/*clear:left;*/
	width:776px;
	height:150px;
	background-color:#FFFFFF;
	background-image:url(../img/bandeau.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}



/* ##################### contenu homepage ##################### */

#contenu {
	float:left;
	clear:both;
	width: 771px;
	/*height:300px;*/
	/*border-left:5px solid #FFCC00;*/
	padding-left:5px;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-bottom:30px;
	}

/*
#bloc1{
	float:left;
	clear:none;
	width:147px;
	background-color:#FFFFFF;
	text-align:center;
	}
*/
#bloc1{
	float:left;
	clear:none;
/*	width:236px;*/
	width:383px;
	border:1px solid #D4D4D4;
	}
	
#bloc2{
	float:left;
	clear:none;
	width:366px;
	background-color:#FFFFFF;
	padding-left:10px;
	}

/* ##################### identification ##################### */
#login{
	width:25em;
	position:relative;
	top:2em;
	line-height:1.5em;
	margin:auto;
	border:1px solid #CCCCCC;
	padding-bottom:2em;
	}

h2.t_login{
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:8em;
	text-align:center;
	background-color:#FF00CC;
	border-bottom:1px solid #CCCCCC;
	padding:0;
	margin:0;
	width:auto;
	margin-bottom:2em;
	}

#login label{
	width:5em;
	float:left;
	display:block;
	padding-left:3em;
	}
	
#login input{
	float:left;
	}

#b_ok{
	float:left;
	/*clear:left;	*/
	margin-left:8em;
	margin-top:0.5em;
	}



/* ##################### logos filiales ##################### */
ul#logos_filiales{
	list-style-type:none;
	}

ul#logos_filiales li{
	padding-bottom:10px;
	}


/* ##################### menu vertical ##################### */

ul#menu_vertical{
	border:1px solid #D4D4D4;
	border-bottom:none;
	list-style-type:none;
	}

ul#menu_vertical li{
	height:1.7em;
	line-height:1.7em;
	font-size:1em;
	border-bottom:1px solid #D4D4D4;
	}

ul#menu_vertical li a, ul#menu_vertical li a.over{
	display:block;
	font-weight:bold;
	color:#FF00CC;
	border-left:11px solid #FFFFFF;
	text-decoration:none;
	background-color:#F3F3F3;
	padding-left:7px;
	}

ul#menu_vertical li a:hover, ul#menu_vertical li a.over{
	color:#999999;
	border-left:11px solid #FF00CC;
	text-decoration:none;
	background-color:#FFFFFF;
	padding-left:7px;
	}


/* ##################### acces directs ##################### */

#bloc_acces_directs{
	display:block;
	float:left;
	clear:left;
	width:100%;
	border:1px solid #D4D4D4;
	margin-bottom:10px;
	}


ul#acces_directs{
	list-style-type:none;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:5px;
	}
	
ul#acces_directs li{
	display:block;
	float:left;
	clear:left;
	width:100%;
	height:0.85em;
	line-height:0.85em;
	padding-bottom:10px;
	}

ul#acces_directs li a{
	display:block;
	font-size:0.85em;
	margin-right:10px;
	text-decoration:none;
	padding-left:20px;
	color:#FF00CC;
	background: url(../img/puce_acces_directs.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a:hover{
	color:#999999;
	}
	
/*
ul#acces_directs li a.btn_contrats_bails{
	background: url(../img/picto_contrats_bails.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a.btn_gestion_contacts{
	background: url(../img/picto_gestion_contacts.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a.btn_M{
	background: url(../img/picto_m10.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a.btn_etats_locatifs{
	background: url(../img/picto_etatslocatifs.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a.btn_evlocatifs{
	background: url(../img/picto_evlocatifs.gif) no-repeat 0 0;
	}
	
ul#acces_directs li a.btn_phototheque{
	background: url(../img/picto_phototheque.gif) no-repeat 0 0;
	}
*/

/* ##################### bloc actus ##################### */

#actus_defil{
	display:block;
	float:left;
	clear:left;
	width:100%;
	height:350px;
	}

#bloc_actus{
	display:block;
	float:left;
	clear:left;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	}

.titre_actus{
	height:1.8em;
	line-height:1.8em;
	font-size:1.15em;
	font-weight:bold;
	letter-spacing:0px;
	border-bottom:1px solid #D4D4D4;
	background-color:#0d5394;
	color:#FFFFFF;
	padding-left:40px;
	}

.titre_actu{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.5em;
	clear:both;
	}

ul#liste_actus{
	list-style-type:none;
	padding:10px;
	}
	
ul#liste_actus li{
	display:block;
	border-top:1px dotted #D4D4D4;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	clear:left;
	font-size:0.8em;
	color:#999999;
	}
	
ul#liste_actus li.first_actu{
	padding-top:0px;
	border:0px;
	}

ul#liste_actus li .blocimgactu{
	float:left;
	width:100%;
	background-color:#eeeeee;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-bottom:5px;
	}

ul#liste_actus li .blocimgactu img{
	width:100px;
	/*height:75px;*/
	border:1px solid #D4D4D4;
	float:none;
	margin:auto;
	}

ul#liste_actus li img{
	width:100px;
	/*height:75px;*/
	border:1px solid #D4D4D4;
	float:left;
	margin-bottom:5px;
	}

ul#liste_actus li a{
	background:url(../img/puce_lien.gif) no-repeat 0px 3px;
	padding-left:12px;
	color:#666666;
	}
	
ul#liste_actus li a:hover{
	color:#0d5394;
	text-decoration:none;
	}

ul#liste_actus li img.more_info, img.more_info{
	width:44px;
	height:14px;
	border:1px solid #D4D4D4;
	margin:0;
	padding:0;
	margin-top:3px;
	float:none;
	}




/* ################ annonces ################ */

h2.titre_annonce{
	display:block;
	float:left;
	clear:left;
	font-size:1.05em;
	font-weight:bold;
	color:#000000;
	}

a.annonce_mail {
	background:url(../img/puce_lien.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#333333;
	text-decoration:none;
	padding-left:15px;
	}
	
a.annonce_mail:hover {
	color:#FF9900;
	text-decoration:underline;
	}




/* ##################### contenus_A ##################### */
#contenu_A {
	/*
	position: absolute;
	width: 100%;
	height:100%;
	*/
	display:block;
	float:left;
	clear:both;
	width:757px;
	padding:0;
	/*border-left:5px solid #FFCC00;*/
	
	background-image:url(../img/bg_contenu_A.gif);
	background-position:189px 0;
	background-repeat:no-repeat;
	
	}

#bloc_A1{
	display:block;
	float:left;
	clear:none;
	width:189px;
	/*border-top:15px solid #FFFFFF;*/
	/*background-color:#FFFFFF;*/
	min-height:1px;
	/*background:url(../img/menu/createurs_titre.gif) no-repeat 0px 0px;*/
	padding-top:46px;
	background:url(../img/menu/vide_titre.gif) no-repeat 0px 0px;
	}

#contenu_A .createur, #bloc_A1.createur { background:url(../img/menu/createurs_titre.gif) no-repeat 0px 0px; }
#contenu_A .demandeur, #bloc_A1.demandeur { background:url(../img/menu/demandeurs_titre.gif) no-repeat 0px 0px; }
#contenu_A .salarie, #bloc_A1.salarie { background:url(../img/menu/salaries_titre.gif) no-repeat 0px 0px; }
#contenu_A .employeur, #bloc_A1.employeur { background:url(../img/menu/employeurs_titre.gif) no-repeat 0px 0px; }
#contenu_A .page_normale, #bloc_A1.page_normale { background:url(../img/menu/vide_titre.gif) no-repeat 0px 0px; }


#bloc_A2{
	float:left;
	clear:none;
	/*width:624px;*/
	width:518px;
	padding:0px 20px 10px 30px;
	font-size:0.9em;
	}


/* #################### formulaire ####################### */

#bloc_A2 label {
	display:block;
	float:left;
	clear:left;
	width:150px;
	height:18px;
	margin-top:10px;
	font-weight:bold;
	text-align:left;
	}

#bloc_A2 input,
#bloc_A2 select,
#bloc_A2 textarea {
	display:block;
	float:left;
	width:350px;
	margin-top:10px;
	}
	
#bloc_A2 input.button {
	width:150px;
	}
	
#bloc_A2 a.button {
	display: block;
	float: left;
	margin-top: 10px;
	width:150px;
	color:#FFFFFF;
	background:none;
	background-color:#0d5394;
	border:2px solid #FFFFFF;
	border-bottom-color:#000066;
	border-right-color:#000066;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;
	}	
	
#bloc_A2 a.button:hover{
	color:#0d5394;
	background-color:#FFFFFF;
	border:2px solid #0d5394;
	border-top-color:#000066;
	border-left-color:#000066;
	}


	
#bloc_A2 input.checkb {
	width:auto;
	clear:none;
	/*margin-left:150px;*/
	}

#bloc_A2 label.checkb {
	width:auto;
	float:left;
	clear:none;
	}

#bloc_A2 div.bloc_btnradio {
	display:block;
	float:left;
	width:350px;
	text-align:left;
	}
	
#bloc_A2 div.bloc_btnradio input.checkb{
	width:auto;
	float:left;
	clear:left;
	margin-left:0;
	}
	
#bloc_A2 span.label_radio{
	display:block;
	float:left;
	clear:none;
	margin-top:10px;
	}

#bloc_A2 div.form_commentaire{
	display:block;
	float:left;
	clear:none;
	width:350px;
	*margin-left:0;
	margin-top:3px;
	color:#666666;
	text-align:left;
	}

#bloc_A2 h3.h3_form{
	display:block;
	float:left;
	clear:both;
	border-bottom:1px solid #999999;
	padding-top:0px;
	font-size:15px;
	width:500px;
	}	

table#table_feedback_form{
	width:100%;
	}

table#table_feedback_form td{
	vertical-align:top;
	background-color:#EEEEEE;
	padding:5px;
	}
	
table#table_feedback_form td.label{
	background-color:#333333;
	color:#FFFFFF;
	width:175px;
	}
	
table#table_feedback_form td ul{
	padding-left:15px;
	}

/***** listes contenu ***********/

#bloc_A2 ul{
	list-style:none;
	padding:0.5em 0 0.5em 15px;
	}
#bloc_A2 li{
	list-style:none;
	background-image:url(../img/puce_lien.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:10px;
	line-height:1.5em;
	}

/* ##################### menu gauche du contenu_A ##################### */

ul#menu_A{
	list-style-type:none;
	padding-top:10px;
	background-color:#FFFFFF;
	}
	
ul#menu_A li ul{
	background-color:#FFFFFF;
	padding: 5px 0px 5px 0px;
	margin-left:175px;
	}
	
ul#menu_A li{
	display:block;
	float:left;
	clear:left;
	width:179px;
	/*height:1.5em;*/
	line-height:1em;
	margin:2px 5px 2px 0px;
	overflow:hidden;
	}

ul#menu_A li a{
	display:block;
/*	float:left;
	clear:left;
	width:124px;*/
	background:url(../img/puce_lien_2.gif) no-repeat 15px center;
	padding:3px 0px 3px 32px;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	}

ul#menu_A li.btn_on a,
ul#menu_A li.btn_on a:hover{
	background-color:#cccccc;
	color:#FFFFFF;
	font-weight:bold;
	}

ul#menu_A li.btn_off a,
ul#menu_A li.btn_off a:hover,
ul#menu_A li.btn_on li.btn_off a,
ul#menu_A li.btn_on li.btn_off a:hover{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
	}

ul#menu_A li a:hover,
ul#menu_A li.btn_off a:hover,
ul#menu_A li.btn_on li.btn_off a:hover{
	background-color:#EEEEEE;
	color:#000000;
	}
	


ul#menu_A li a span,
ul#menu_A li a:hover span{
	display:block;
	cursor:pointer;
	}




/* ##################### droite du contenu_A ##################### */

h1 {
	clear:left;	
	font-size:1.6em;
	font-weight:lighter;
	color:#bcc117;
	word-spacing: 0em;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	}


h2.titre {
	clear:left;
	color:#bcc117;
	font-size:1.6em;
	font-weight:lighter;
	padding-top:10px;
	padding-bottom:5px;
	}

h2{
	color:#bcc117;
	font-size: 1.5em;
	word-spacing: 0em;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1em 0 0.7em 0;
	text-align:left;
	}
	

h3{
	color:#bcc117;
	font-size: 1.3em;
	word-spacing: 0em;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1em 0 0.7em 0;
	text-align:left;
	}

h4{
	color:#bcc117;
	font-size: 1.1em;
	word-spacing: 0em;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1em 0 0.7em 0;
	text-align:left;
	}



/* menu content (menu qui se trouve dans le content des rubriques et pages) */
div#menu_content{
	/*
	display:block;
	float:left;
	clear:left;
	border:1px dashed #CCCCCC;
	width:100%;
	margin-bottom:10px;
	font-size:12px;
	*/	
	display:block;
	float:left;
	clear:left;
	padding:5px;
	background-color:#F7F7F7;
	margin-top:1em;
	margin-bottom:1em;
	width:100%;
	border:1px solid #EEEEEE;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	text-align:justify;
	}


/* liste sous rubriques */
ul#liste_ssrubs {
	display:block;
	float:left;
	clear:left;
	padding:5px;
	padding-left:10px;
	list-style-type:none;
	}
	
ul#liste_ssrubs li {
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#FF00CD;
	background-image:url(../img/puce_lien.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding-left:20px;
	}

ul#liste_ssrubs li a{
	color:#333333;
	text-decoration:none;
	}
	
ul#liste_ssrubs li a:hover{
	color:#0d5394;
	}
	

ul#liste_ssrubs li a:hover{
	text-decoration:underline;
	}

/* liste pages */
ul#liste_pages {
	display:block;
	float:left;
	clear:left;
	padding:5px;
	padding-left:10px;
	list-style-type:none;
	}
	
ul#liste_pages li {
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#FF00CD;
	background-image:url(../img/puce_lien.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	}

ul#liste_pages li a{
/*	color:#FF00CD;*/
	color:#FF6600;
	text-decoration:none;
	}

ul#liste_pages li a:hover{
	text-decoration:underline;
	}

/* fin du menu content */


#contenu_A div.paragraphe{
	display:block;
	float:left;
	clear:left;
	padding:0;
	margin-top:1em;
	margin-bottom:1em;
	/*margin-right:15px;*/
	width:508px; /* largeur de #bloc_A2 = 518px ... -10px de marge */
	text-align:justify;
	font-size:11px;
	}
	
#contenu_A div.styleparag_focus{
	display:block;
	float:left;
	clear:left;
	padding:10px;
	padding-top:0px;
	background-color:#F7F7F7;
	margin-top:1em;
	margin-bottom:1em;
	width:488px;
	border:1px solid #EEEEEE;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	text-align:justify;
	}
	
#contenu_A div.styleparag_focus div.paragraphe{
	width:488px;
	}	
	
	
#contenu_A div.actu{
	display:block;
	float:left;
	clear:both;
	padding:0;
	margin-top:1em;
	margin-bottom:1em;
	/*margin-right:15px;*/
	width:508px; /* largeur de #bloc_A2 = 592px ... -15 px de marge à droite = 577px */
	text-align:justify;
	font-size:11px;
	}
	
#contenu_A div.annonce{
	display:block;
	float:left;
	clear:left;
	padding:0;
	margin-top:1em;
	margin-bottom:1em;
	/*margin-right:15px;*/
	width:506px; /* largeur de #bloc_A2 = 521px ... -15 px de marge = 506px */
	text-align:justify;
	}

img.left, div.left{
	display:block;
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	/*border:1px solid #CCCCCC;
	padding:2px;*/

	font-size:0.8em;
	color:#999999;
	}
	
img.right, div.right{
	display:block;
	float:right;
	padding:0;
	margin:0;
	margin-left:10px;
	/*border:1px solid #CCCCCC;
	padding:2px;*/
	font-size:0.8em;
	color:#999999;
	}

img.center, div.center{
	display:block;
	padding:0;
	margin:0;
	/*border:1px solid #CCCCCC;
	padding:2px;*/
	font-size:0.8em;
	color:#999999;
	}


a.left { display:block; float:left; padding:0; margin:0; border:none; width:auto; }
a.right { display:block; float:right; padding:0; margin:0; border:none; width:auto; }
a.center { display:block; padding:0; margin:0; border:none; width:auto; }

.texte_image{
	float:left;
	padding:0;
	margin:0;
	}


/* #################### liste de liens #################### */
#bloc_A2 ul.liste_liens{
	list-style-type:none;
	padding-left:15px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}

#bloc_A2 ul.liste_liens li{
	display:block;
	float:left;
	clear:left;
	line-height:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-repeat:no-repeat;
	background-position:0px 8px;
	}
	
#bloc_A2 ul.liste_liens li a{
	color:#333333;
	text-decoration:underline;
	}
	
#bloc_A2 ul.liste_liens li a:hover{
	color:#0d5394;
	text-decoration:none;
	}

#bloc_A2 ul.liste_liens li.lien_ext{
/*	background-image:url(../img/liens_icones/site_ext_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}
	
#bloc_A2 ul.liste_liens li.lien_int{
/*	background-image:url(../img/liens_icones/site_int_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}

#bloc_A2 ul.liste_liens li.lien_pdf{
/*	background-image:url(../img/liens_icones/pdf_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}
	
#bloc_A2 ul.liste_liens li.lien_doc{
/*	background-image:url(../img/liens_icones/doc_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}
	
#bloc_A2 ul.liste_liens li.lien_xls{
/*	background-image:url(../img/liens_icones/xls_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}
	
#bloc_A2 ul.liste_liens li.lien_file{
/*	background-image:url(../img/liens_icones/file_icone.gif);*/
	background-image:url(../img/puce_lien.gif);
	}
	
	
#bloc_A2 ul.sans_puces li,
#bloc_A2 ul.sans_puces li.lien_ext,
#bloc_A2 ul.sans_puces li.lien_int,
#bloc_A2 ul.sans_puces li.lien_pdf,
#bloc_A2 ul.sans_puces li.lien_doc,
#bloc_A2 ul.sans_puces li.lien_xls,
#bloc_A2 ul.sans_puces li.lien_file{
	background-image:none;
	}
	
	
	
/* ############ bloc et liste normale (pour la home) ########## */
div.bloc_texte{
	text-align:justify;
	padding:10px;
	}


ul.liste_normale{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	}
	
ul.liste_normale li{
	list-style:none;
	background-image:url(../img/puce_liste_home.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:7px;
	margin-bottom:5px;
	}	
	




/* ############### popup images ################ */
#popup_zoom{
/*	position:absolute;*/
	position:fixed;
	left:0px;
	top:0px;
	display:none;
	width:100%;
	height:100%;
	line-height:100%;
/*	padding-top:50px;*/
	text-align:center;
	background:url(../img/bg_popup.gif) repeat 0 0;
	z-index:50;
	}
	
#popup_zoom_content{
	border:2px solid #999999;
	background-color:#FFFFFF;
	padding:10px;
	margin:auto;
	text-align:left;
	position:relative;
	top:50px;
	width:200px;
	height:200px;
	}

a.close{
	text-decoration:none;
	background:url(../img/puce_close.gif) no-repeat 0px 2px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	height:15px;
	line-height:15px;
	padding-left:15px;
	padding-bottom:5px;
	}






/* ##################### footer ##################### */

#footer{
	clear:both;
	width:950px;
	height:42px;
	line-height:42px;
	/*background: #CCCCCC url(../img/bg_footer.gif) repeat-x 0 0;*/
	background-color:#ebebeb;
	text-align:center;
	margin:auto;
	}

ul.menu_footer{
	list-style:none;
	padding:0;
	margin:0;
	}
	
ul.menu_footer li{
	list-style:none;
	display:inline;
	margin-left:3px;
	margin-right:3px;
	font-size:11px;
	}
	
ul.menu_footer li a{
	color:#000000;
	text-decoration:none;
	}
	
ul.menu_footer li a:hover{
	color:#0c4c88;
	text-decoration:underline;
	}



/* ################# plan site ################# */
#bloc_A2 ul.plansite{
	list-style:none;
	padding:0;
	padding-left:20px;
	padding-bottom:10px;
	}	
	
#bloc_A2 ul.plansite li{
	list-style:none;
	background-image:url(../img/puce_plansite.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:10px;
	padding-bottom:0px;
	}
	
#bloc_A2 ul.plansite li li 		{ background-position:0px 7px; }
#bloc_A2 ul.plansite li li li	{ background-position:0px 7px; }
#bloc_A2 ul.plansite li li li li { background-position:0px 6px; }
	
#bloc_A2 ul.plansite li a{
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	}
	
#bloc_A2 ul.plansite li a:hover { color:#0d5394; }
	
#bloc_A2 ul.plansite li li a 		{ color:#333333; font-size:12px; font-weight:bold; }
#bloc_A2 ul.plansite li li li a 		{ color:#666666; font-size:11px; font-weight:normal; }
#bloc_A2 ul.plansite li li li li a 	{ color:#999999; font-size:10px; font-weight:normal; }




/* ***** bouton print ***** */

a.btn_print{
	display: block;
	float: left;
	clear:left;
	background:url(../img/ico_print.gif) no-repeat 53px 22px;
	width: 75px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
	padding:20px 0px 0px 50px;
	}

a.nav{
	display:block;
	clear:both;
	padding:0.2em;
	margin:0 0 1em 0;
	background-color:#CCCCCC;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	width:220px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	}





