﻿@import url("Style_accesimmo.css");
/*--------------------------------------------------------*/
/*CSS balise table uniquement*/
.table_page
{
	width:980px;
	margin:auto;
	border:1px solid #345e6e;
	font-family:Tahoma;
}

.table_partenaire
{
	width:233px;
	font-size:11px;
}

.table_lieu
{
	margin:auto;
	margin-bottom:10px;
}

.table_adresse
{
	margin:auto;
	margin-bottom:10px;
}

/*--------------------------------------------------------*/
/*CSS balise div uniquement*/
.div_menuEntete
{
	height:32px;
	background-image:url("images/menu_bg.jpg");
	background-repeat:repeat-x
}

.div_transitionRouge
{
	height:32px;
	background-image:url("images/transition_rouge.jpg");
	background-repeat:repeat-x
}

.div_transitionVert
{
	height:32px;
	background-image:url("images/menu_bg.jpg");
	background-repeat:repeat-x
}

.div_transitionBleu
{
	height:28px;
	margin-top:3px;
	background-image:url("images/transition_bleu.jpg");
	background-repeat:repeat-x
}

.div_transitionVert
{
	height:28px;
	margin-top:3px;
	background-image:url("images/transition_vert.jpg");
	background-repeat:repeat-x
}
/*--------------------------------------------------------*/
/*CSS balise img uniquement*/
a img
{
	border:0;
}
/*--------------------------------------------------------*/
/*CSS balise td uniquement*/
.td_entete
{
	width:980px;
	height:279px;
	vertical-align:top;
	text-align:center;
}

.td_menuHaut
{
	width:980px;
	height:43px;
	background-image:url("images/menu_bg.jpg");
	background-repeat:repeat-x;
}

.td_separateurMenu
{
	height:43px;
	width:3px;
	background-position:center 6px;
	background-image:url("images/separateur_menu.gif");
	background-repeat:no-repeat;
}

.td_menugauche
{
	width:160px;
	vertical-align:top;
	padding-top:3px;
	background-color:#ebebeb;
	text-align:center;
}

.td_contenucentre
{
	width:547px;
	padding-right:15px;
	padding-left:10px;
	vertical-align:top;
	padding-top:3px;
	font-size:11px;
	text-align:justify;
}

.table_lieu td
{
	padding:5px;
}

.td_menudroit
{
	width:233px;
	vertical-align:top;
	padding-top:3px;
	background-color:#ebebeb;
	text-align:center;
}

.table_partenaire td
{
	text-align:left;
	padding-left:25px;
}

.td_pied
{
	width:980px;
	height:59px;
	text-align:center;
	background-image:url("images/pied_bg.jpg");
	background-repeat:repeat-x
}

.td_partenaireTrue
{
	font-weight:bold;
	padding:10px;
}

.td_partenaireFalse
{
	padding:10px;
}

.table_adresse td
{
	vertical-align:top;
	border-bottom:1px solid #ad0805;
	text-align:left;
	padding-top:5px;
	/* height:70px; */
}
/*--------------------------------------------------------*/
/*CSS balise a uniquement*/
a
{
	font-family:Tahoma;
	color:#ad0805;
	font-size:11px;
}

.td_menuHaut a
{
	width:160px;
	color:#ffffff;
	display:block;
	height:33px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.td_menuHaut a:hover
{
	background-image:url("images/menu_bg_hover.jpg");
	background-repeat:repeat-x
}

.td_pied a
{
	color:#99afb7;
	font-size:11px;
}

.table_lieu a
{
	color:#363636;
}

.table_lieu a:hover
{
	color:#ad0805;
}

/*--------------------------------------------------------*/
/*CSS balise personnalisée uniquement*/
h3
{
	color:#363636;
	text-align:center;
	border-bottom:1px dashed gray;
}

/*CSS balise H1 pour optimisation referencment*/
h1
{
    font-family:verdana;
	font-size:12px;
	color:#363636;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dashed gray;
}



.texte_titre
{
	font-size:15px;
	font-weight:bold;
	color:#363636;	
}

.control_textbox
{
	border:1px solid #217cb1;
	font-family:Tahoma;
	color:#363636;
	font-size:11px;
}

.lien_bouton
{
	width:100px;
	background-image:url("images/lien_bouton.jpg");
	background-repeat:repeat-x;
	display:block;
	height:19px;
	padding-top:3px;
	color:#ffffff;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:2px;
	margin-top:2px;
	text-decoration:none;
}

.lien_bouton:hover
{
	color:#ad0805;
}



