/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	margin: 0px;
	background-color:#FFFFFF;
	background-image:url(gifs/fond-header.jpg);
	background-repeat:repeat-x;
}

/******************************************************************** Lien ******************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
	margin-top:5px;
	margin-left:10px
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color: #CC0000; 
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
	margin-top:5px;
	margin-left:50px;
}

/**********************************************************BDD AUTO **************************************/
.pagination {
width:600px;
height:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:20px;
margin-bottom:20px !important;

}
.numpage {
	display:block;
	width:18px;
	height:18px;
	background-color: #CCCCCC;
	float:left;
	margin:1px;
	color:#FFFFFF;
	text-align:center;

}
.numpage_selec {
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:1px;
	border: 1px solid #CCCCCC;;
	text-align:center;
	color:#000000;

}
.bt_suivant{
	display:block;
	width:70px;
	height:18px;
	float:left;
	margin:1px;
	text-align:center;
	color:#000000;
}
.bt_precedent{
	display:block;
	width:70px;
	height:18px;
	float:left;
	margin:1px;
	text-align:center;
	color:#000000;
}
.liste_cat{
}
.fichierbin{
}
.photo{
}

/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
#conteneur{
width:998px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

#header{
width:998px;
background-image: url(gifs/fond-diapo.jpg);
background-repeat:no-repeat;
height:259px;
}

#logo{
height:223px;
z-index:1;
position:absolute;
}

#logo p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-align:center;
	margin:0px;
}
 
#langues {
	width: 985px;
	height: 30px;
	margin-top:0px;
	position:absolute;
	z-index:1;
}

#drapeau {
	width: 175px;
	height: 30px;
	margin:0px;
	float:right;
}

#français {
	width: 30px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}

#anglais {
	width: 30px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}

#langues p {
	margin-top:5px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
}

#flash{
float:left;
width:695px;
height:166px;
z-index:1;
position:absolute;
margin-top:23px;
margin-left:283px;
}

#menu{
width:900px;
height:36px;
margin:0px;
z-index:1;
position:absolute;
margin-top:223px;
margin-left:55px;
}


ul.MenuHorizontal {
	width: 900px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	height: 36px;
	line-height: 36px;
}
ul.MenuHorizontal li {
   float: left;
}
ul.MenuHorizontal li a {
   display: block;
   color: #ffffff;         /*Ici, changer la couleur de la police*/
   font-family: Georgia, "Times New Roman", Times, serif;          /*Ici, changer la police du menu*/
   font-size: 12px;         /*Ici, changer la taille de la police du menu*/
   font-weight: bold;
   padding-top: 0px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 36px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}
ul.MenuHorizontal li a:hover{
   display: block;
   color: #ffffff;         /*Ici, changer la couleur de la police*/
   font-family:  Georgia, "Times New Roman", Times, serif;          /*Ici, changer la police du menu*/
   font-size: 12px;         /*Ici, changer la taille de la police du menu*/
   font-weight: bold;
   padding-top: 0px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 36px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}
 
li#menu0 {
   width: 103px;
}

li#menu1 {
   width: 147px;
}

li#menu2 {
   width: 100px;
}

li#menu3 {
   width: 148px;
}

li#menu4 {
   width: 118px;
}

li#menu5 {
   width: 130px;
}

li#menu6 {
   width: 119px;
}


li#menu0 a {
   background-image: url('gifs/le-cabinet.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu1 a {
   background-image: url('gifs/baux.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu2 a {
   background-image: url('gifs/droit-logement.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu3 a {
   background-image: url('gifs/divorce-propriete.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu4 a {
   background-image: url('gifs/divorce-propriete.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu5 a {
   background-image: url('gifs/divorce-logement.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu6 a {
   background-image: url('gifs/honoraire.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu7 a {
   background-image: url('gifs/contact.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu8 a {
   background-image: url('gifs/plan.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu0 a:hover, a#selected-over0 {
	background-image: url('gifs/le-cabinet-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

li#menu1 a:hover{
   background-image: url('gifs/baux-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

a#selected-over1 {
   background-image: url('gifs/baux-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

li#menu2 a:hover {
	background-image: url('gifs/droit-logement-over.jpg');       /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

a#selected-over2 {
	background-image: url('gifs/droit-logement-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

li#menu3 a:hover  {
	background-image: url('gifs/divorce-propriete-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

a#selected-over3 {
	background-image: url('gifsdivorce-propriete-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

li#menu4 a:hover  {
	background-image: url('gifs/Honoraire-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

a#selected-over4 {
	background-image: url('gifs/Honoraire-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #ffffff;
}

li#menu5 a:hover, a#selected-over6 {
	background-image: url('gifs/contact-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #FFFFFF;
}
li#menu6 a:hover, a#selected-over7 {
	background-image: url('gifs/plan-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #FFFFFF;
}


#MenuBar1 li li a{
	color:#A41B09;
	width:150px; 
	background-color: #E5E5E5;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	padding-left:5px;
	height:25px;
	line-height:25px;
	font-size: 11px;
	font-weight: normal;
}


#MenuBar1 li li a:hover{
	background-color: #CCCCCC;
	background-image:none;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
	
}

#MenuBar2 li li a{
	color:#A41B09;
	width:200px;
	background-color:#E5E5E5;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	padding-left:5px;
	height:25px;
	line-height:25px;
	font-size: 11px;
	font-weight: normal;
	
}

#MenuBar2 li li a:hover{
	background-color:#cccccc;
	background-image:none;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar3 li li a{
	color:#A41B09;
	width:160px;
	background-color:#E5E5E5;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	padding-left:5px;
	height:25px;
	line-height:25px;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar3 li li a:hover{
	background-color:#cccccc;
	background-image:none;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar4 li li a{
	color:#A41B09;
	width:220px;
	background-color:#E5E5E5;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	padding-left:5px;
	height:25px;
	line-height:25px;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar4 li li a:hover{
	background-color:#cccccc;
	background-image:none;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}	
	

#contenu{
float:left;
width:662px;
background-color:#FFFFFF;
overflow:hidden;
margin-top:10px;

}

#sidebar{
float:left;
width:326px;
background-color:#FFFFFF;
margin-top:10px;
overflow:hidden;
}

#sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:0px;
	padding-left:10px;
	padding-bottom:3px;
}

#sidebar h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin:0px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;	
}

#sidebar h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	margin:0px;
	padding-right:20px;
	padding-top:10px;
}

#sidebar a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#sidebar a:link{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#sidebar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar #contenuActu a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434646;
}

#sidebar #contenuActu a:link{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434646;
}

#sidebar #contenuActu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434646;
	text-decoration: underline;
}

#sidebar #contenuActu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434646;
	text-decoration: underline;
}

#adresse{
width:150px;
float:left;
margin-right:15px;
}

#telephone{
width:160px;
float:left;
}

mail{
width:326px;
float:none;
}

#encartNewsletter{
background-image: url(gifs/fond-news.jpg);
width:326px;
height:78px;
background-repeat:no-repeat;
padding-bottom:10px;
}

#encartContact{
background-image:url(gifs/fond-contact.jpg);
height:96px;
width:326px;
background-repeat:no-repeat;
padding-bottom:10px;
}

#encartHoraires{
background-image:url(gifs/fond-horaires.jpg);
height:59px;
width:326px;
background-repeat:no-repeat;
padding-bottom:10px;
}

#bouton{
width:326px;
height:49px;
background-repeat:no-repeat;
padding-bottom:10px;
}

#boutonAmi{
background-image:url(gifs/bouton-ami.jpg);
width:157px;
height:49px;
float:left;
background-repeat:no-repeat;
padding-right:12px;
}

#boutonFavoris{
background-image:url(gifs/bouton-favoris.jpg);
height:49px;
width:157px;
float:left;
background-repeat:no-repeat;
}

#actuPart{
width:326px;
background-repeat:no-repeat;
padding-bottom:10px;
overflow:hidden;
}

#Actu{
background-image:url(gifs/fond-actu.jpg);
width:157px;
float:left;
margin-left:1px;
background-repeat:no-repeat;
margin-right:10px;
background-color:#a2a4a3;
height:250px;
}

#contenuActu{
width:150px;
margin-top:7px;
}

#partenaires{
width:155px;
border:#666666;
border:1px;
border-style:solid;
float:left;
background-repeat:no-repeat;
background-image:url(gifs/fond-partenaires.jpg);
height:248px;
}

#encartPlan{
background-image: url(gifs/fond-plan.jpg);
background-repeat:no-repeat;
height:33px;
width:326px;
padding-bottom:10px;
}

#titre{
width:350px;
margin-bottom:20px;
float:left;
}

#titre h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}

#titre h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

#titre p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

#titreB{
	width:630px;
	margin-bottom:20px;
	float:left;
	font-weight: bold;
}

#titreB h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}

#titreB h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

#titreB p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#titreB p.gratuit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
}


#titreC{
	width:630px;
	float:left;
	font-weight: bold;
}

#titreC h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}

#titreC h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}


#titreC p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.texte{
float:left;
margin:0;
padding:0;
}

.texte h2{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

.texte p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
}

#image{
float:left;

}

#footer{
background-image:url(gifs/fond-footer.jpg);
background-repeat: repeat-x;
width:100%;
clear:both;
height:60px;
background-color:#C10402;
padding-top:5px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;
	margin:4px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.Style1 {color: #FFFFFF}
.impt {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style5 {color: #FFFFFF; font-weight: bold; }



#sous_navigation {
	width:350px;
  	z-index:1000;
	clear: both;
	padding: 0 0 0 70px;
	position: absolute;
}
.magic {
	float:left;
	background-color:#ffffff;
	margin:0;
	width: 430px;
	border: solid 1px #FFF;
}
.magic a {
	padding:0 10px 0 5px;
	display:block;
	color:#000000;
	line-height:20px;
	text-decoration: none;
}
.magic a:hover {
	background-color:#ffffff;
	text-decoration: none;
}

.magic1 {
	float:left;
	background-color:#ffffff;
	margin:0;
	width: 430px;
	border: solid 1px #FFF;
}
.magic1 a {
	padding:0 10px 0 5px;
	display:block;
	color:#000000;
	line-height:20px;
	text-decoration: none;
}
.magic1 a:hover {
	background-color:#ffffff;
	text-decoration: none;
}

.magic2 {
	float:left;
	background-color:#ffffff;
	margin:0;
	width: 430px;
	border: solid 1px #FFF;
}
.magic2 a {
	padding:0 10px 0 5px;
	display:block;
	color:#000000;
	line-height:20px;
	text-decoration: none;
}
.magic2 a:hover {
	background-color:#ffffff;
	text-decoration: none;
}


.magic3 {
	float:left;
	background-color:#ffffff;
	margin:0;
	width: 430px;
	border: solid 1px #FFF;
}
.magic3 a {
	padding:0 10px 0 5px;
	display:block;
	color:#000000;
	line-height:20px;
	text-decoration: none;
}
.magic3 a:hover {
	background-color:#ffffff;
	text-decoration: none;
}


.magic4 {
	float:left;
	background-color:#ffffff;
	margin:0;
	width: 430px;
	border: solid 1px #FFF;
}
.magic4 a {
	padding:0 10px 0 5px;
	display:block;
	color:#000000;
	line-height:20px;
	text-decoration: none;
}
.magic4 a:hover {
	background-color:#ffffff;
	text-decoration: none;
}
.conseil{
	border: thin solid #CC0000;
	padding-left: 10px;
	padding-right:10px;
}
.cursor{
cursor:pointer;}

.carres {
	float:left;
	background:url(gifs/droit_immobilier_lyon.jpg) no-repeat;
	width:53px;
	height:10px;
	padding-right:10px;
	margin-top:3px;
} 

legend {
	color:#cc0000;
}
