/* Foncia Entreprise*/
@import url(styles_fiche_offres.css);
/* ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------*/

*
	{
	margin:0;padding:0;
	}

html, body {
	height: 				100%;
	width: 					100%;
	margin: 				0px;
	padding: 				0px;
	text-align: 			center;
	background-position: 	center top;
	background-image:		url(img/interface/background.jpg);
	background-repeat: 		repeat-x;
	background-color:		#02143C;
}
html, body, table, input, textarea, select {
	font-family:			"Times New Roman", Times, serif;
	font-size: 				13px;
	color:					#002D8A;
}

a 				{color: #002D8A; text-decoration: underline;}
a:hover	 	{color: #079949; text-decoration: none;}

table 			{border: 0px; padding:0px}

p 				{text-align: justify;}
img 			{border: 0px; margin: 0px;}

h1								{margin:0px;padding:0px;font-size:16px}
h3,h4,h5					{margin:0px;padding:0px;font-size:10px}
h2 								{margin:0px;padding:0px;font-size:14px}

dl, dt, dd {margin: 0px; padding: 0px;}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 14px;
	padding: 0px;
	list-style: square;
}
.sous_liste li {
	margin-left:	28px;
	padding:	0px;
	list-style:	square;
}
select {
	color: #3A941F;
}

/* -----------------------------------------------------------------------------------------------------
 * Blocs uniques servant à la mise en page du site
 * -----------------------------------------------------------------------------------------------------*/



/* -----------------------------------------------------------------------------------------------------
 * HAUT DE PAGE
 * -----------------------------------------------------------------------------------------------------*/
#xhtml_header {
	width: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px hidden red;
	display: table;
	text-align: left;
}
#xhtml_header img, #xhtml_header embed{
	display: block;
}
#header_logo {
	height: 89px;
	width: 270px;
	float: left;
	
}
#header_flash {
	width: 510px;
	height: 89px;
	float: left;
}

/* -----------------------------------------------------------------------------------------------------
 * CENTRE DE PAGE
 * -----------------------------------------------------------------------------------------------------*/
#xhtml_middle {
	width: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #002D8A;
	text-align: left;
}

#xhtml_conteneur {
	width: 100%;
	border: 0px;
}
#xhtml_conteneur td{
	vertical-align: top;
}
/* ----------------------------------------------------------
 * CENTRE GAUCHE
 * ---------------------------------------------------------*/
#xhtml_left{
	width: 558px;
	background-image: url(img/interface/ombre_contenu.jpg);
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
}
#contenu {
	padding: 10px;
}

/* ----------------------------------------------------------
 * CENTRE DROIT
 * ---------------------------------------------------------*/
 #xhtml_right{
	height:100%;
	width: 222px;
	text-align:center;
	vertical-align:top;
	background-image:url(img/interface/background_droit.jpg);
	background-repeat:no-repeat;
	font-family: Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#menug1 {
	padding-bottom:10px;
	padding-top:10px;
}

#menug2 {
	padding-bottom:10px;
}

#menug3 {
	padding-bottom:10px;
}

#menug4 {
	padding-bottom:10px;
}

#menug5 {
	padding-bottom:10px;
}

#menug6 {
	padding-bottom:10px;
}


#menug_desc1 {
	width:222px;
	text-align:left;
}

#menug_desc2 {
	width:222px;
	text-align:left;
}

#menug_desc3 {
	width:222px;
	text-align:left;
}

#menug_desc4 {
	width:222px;
	text-align:left;
}

#menug_desc5 {
	width:222px;
	text-align:left;
}

#menug_desc6 {
	width:		222px;
	text-align:	left;
}

.sousmenus {
	margin-left: 30px;
}
.sousmenus a{
	padding-left: 			12px;
	background-image:		url(img/picto/picto_blanc_menu.gif);
	background-position: 	0px 6px;
	background-repeat: 		no-repeat;
	color:					#FFFFFF;
	text-decoration:		none;
}
.sousmenus a:hover{
	background-image:		url(img/picto/picto_blanc_menu_on.gif);
	background-position: 	0px 6px;
	background-repeat: 		no-repeat;
	color:					#FF9000;
	text-decoration:		none;
}

/* -----------------------------------------------------------------------------------------------------
 * BAS DE PAGE
 * -----------------------------------------------------------------------------------------------------*/
#xhtml_bottom {
	width:				780px;
	height: 			17px;
	line-height:		17px;
	margin-left:		auto;
	margin-right:		auto;
		
	background-image: 	url(img/interface/fond_bas.gif);
	background-repeat: 	repeat-x;
	
	font-family:        "Courier New, Verdana";
	font-size:			9px;
	text-align: 		left;
	color: 				#98A8C8;

	
}

#xhtml_bottom a:link
	{
	color: 				 #8488B7;
	text-decoration:     none;
	
	}

#xhtml_bottom a:visited
	{
	color: 				 #8488B7;
	text-decoration:     none;
	
	}
	
#xhtml_bottom a:hover
	{
	color: 				 #8488B7;
	text-decoration:     none;
	
	}


#xhtml_bottom_logo {
float :right;

}
	

/* -----------------------------------------------------------------------------------------------------
 * ELEMENTS DE CONTENU
 * -----------------------------------------------------------------------------------------------------*/
#titre_page { 
	font-weight: 			bold; 
	font-size: 				21px;
	padding: 				0px 10px 0px 10px;
}

/*PARAGRAPHES*/
.bloc_paragraphe {
	width: 					100%;
	border:					1px solid #002D8A;
	margin-bottom:			10px;
	clear:					both;
}

.bloc_paragraphe th{
	height:					17px;
	min-height: 			17px;
	
	padding-left: 			5px;
	
	background-image: 		url(img/interface/fond_titparagraphe.jpg);
	background-repeat: 		repeat-x;
	background-position: 	top;
	background-color: 		#002D8A;
	
	color: 					white;
	font-weight:			bold;
	font-size:				16px;
}

.bloc_paragraphe td{
	padding: 				5px;
}
.bloc_paragraphe td img{
	border:					1px solid #002D8A;
}
/*TABLEAUX*/
.bloc_table th, .bloc_table td{
	border:					1px solid #002D8A;
	text-align:				center;
	font-weight:			bold;
	height: 14px;
}
.tableX2 t4, .tableX2 td {
	width:					50%;
}
.tableX8 t4, .tableX8 td {
	width:					12%;
}
.tbl_back {background-color:#E6EAF4;}
.decalage {padding-left:90px;}

/*FORMULAIRE*/
.form_content input{
	margin: 0px 10px 0px 0px;
}
.form_content textarea{
	vertical-align: text-top;
	width: 410px;
}

.input_small { width: 70px;}
.input_medium { width: 200px;}
.input_large{ width: 325px;}

/* -----------------------------------------------------------------------------------------------------
 * Classes diverses
 * -----------------------------------------------------------------------------------------------------*/
.texte_gras {font-weight: bold;}
.titre_t1 {font-weight: bold; font-size: 16px;}

.legende { color: #999999; font-size: 11px;}

.img_left {float: left; margin-right: 10px;}
.img_right {float: right;  margin-left: 10px;}

.img_liste_left {float: left; margin-right: 20px;}
html>body .img_liste_left {float: left; margin-right: 10px;}

.bloc_center {width: 100%; text-align: center;}

/*Bouton type menu (t1)*/
.btn_t1 {
	float: 					right;
	margin:					2px 0px 0px 0px;
}
.btn_t1_texte {
	background-image: 		url(img/bouton/btn_t1_part2.gif);
	background-repeat: 		repeat-x;
	
	font-weight: 			bold;
	
	padding: 				0px 8px 0px 2px;
}
.btn_t1_texte a{text-decoration: none;}

.imgtab3 { width: 100%; margin: 0px 0px 10px 0px;}
.imgtab3 td { width: 33%; text-align: center;}

/* -----------------------------------------------------------------------------------------------------
 * PAGES SPECIFIQUES
 * -----------------------------------------------------------------------------------------------------*/
/*RESEAU*/
.element_agence {
	width: 			260px;
}
.reseau_acces {
	width:			100%;
	height:			18px;
	line-height:	18px;
	
	font-weight:	bold;
	text-align:		right;
	
	margin:			5px 0px 0px 0px;
}
.reseau_acces a{text-decoration:  none;}
.reseau_acces img{vertical-align: middle;}

/*OFFRES*/
.pagination {
	width: 		100%;
	clear:		both;
}

.nav_pagination {
	text-align: right;
}
.nav_pagination img{
	vertical-align: middle;
}
#photo_fiche {
	float: 			right;
	text-align:		right;
	display: 		block;
	padding-left: 	20px;
}
.fiche_info_tbl {
	width: 		100%;
}
.fiche_info_tbl td{
	border: 	1px solid #002D8A;
}

.border_surface td{
	border: 	0px solid #002D8A;
}

.decal_cell_fiche {
	padding-right:	5px;
}
.fiche_carac {
	float: 	left;
	margin-right: 5px;
	width: 48%;
}
/*REVUE PRESSE*/
.lien_pdf {
	width: 		100%;
	clear: 		both;
	display:	table;
	margin:		0px 0px 10px 0px;
}
.lien_pdf_titre {
	float: 				left;
	
	background-image:	url(img/picto/pdf.gif);
	background-repeat: 	no-repeat;
	
	height:				16px;
	min-height: 		16px;
	width:				390px;
	
	padding-left: 		20px;
}