/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(gifs/couleur-fond.jpg);
	background-repeat:repeat;
}

/******************************************************************** Lien ******************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	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-left:105px;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#ffffff;
	background-color:#FF6600;
	border-bottom:#FF6600 1px solid;
	border-top:#FF6600 1px solid;
	border-left:#FF6600 1px solid;
	border-right:#FF6600 1px solid;
	margin-left:10px;
}

/**********************************************************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");
	}
	
/**********************************************************************************************************/
#header{
width:990px;
height:190px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#logo{
width:180px;
height:188px;
background-image:url(gifs/logo-pierre-lumbroso.jpg);
float:left;
}

#imageHeader{
width:810px;
height:188px;
background-image:url(gifs/header.jpg);
float:left;
}

#menu{
width:990px;
height:52px;
margin-left:auto;
margin-right:auto;
background-image:url(gifs/fond-menu.jpg);
}

ul.MenuHorizontal {
	width: 990px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	padding-top:9px;
}
ul.MenuHorizontal li {
   float: left;
}
ul.MenuHorizontal li a {
   display: block;
   color: #000000;         /*Ici, changer la couleur de la police*/
   font-family: Arial, Helvetica, sans-serif;          /*Ici, changer la police du menu*/
   font-size: 12px;         /*Ici, changer la taille de la police du menu*/
   padding-top: 0px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 35px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}
ul.MenuHorizontal li a:hover{
   display: block;
   color: #000000 !important;         /*Ici, changer la couleur de la police*/
   font-family:  Arial, Helvetica, sans-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: 35px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}

ul.MenuHorizontal li a:link{
   display: block;
   color: #000000;         /*Ici, changer la couleur de la police*/
   font-family:  Arial, Helvetica, sans-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: 35px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}

ul.MenuHorizontal li a:active{
   display: block;
   color: #000000;         /*Ici, changer la couleur de la police*/
   font-family:  Arial, Helvetica, sans-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: 35px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
} 

li#menu0 {
   width: 70px;
}

li#menu1 {
   width: 134px;
}

li#menu2 {
   width: 145px;
}

li#menu3 {
   width: 170px;
}

li#menu4 {
   width: 96px;
}

li#menu5 {
   width: 110px;
}

li#menu6 {
   width: 130px;
}

li#menu7 {
   width: 135px;
}


li#menu0 a {
   background-image: url('gifs/pierre-lumbroso_06.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu1 a {
   background-image: url('gifs/pierre-lumbroso_07.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu2 a {
   background-image: url('gifs/pierre-lumbroso_08.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu3 a {
   background-image: url('gifs/pierre-lumbroso_09.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu4 a {
   background-image: url('gifs/pierre-lumbroso_10.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu5 a {
   background-image: url('gifs/pierre-lumbroso_11.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu6 a {
   background-image: url('gifs/pierre-lumbroso_12.jpg')!important;         /*Ici l'image de fond de la cellule*/
}

li#menu7 a {
   background-image: url('gifs/pierre-lumbroso_13.jpg');         /*Ici l'image de fond de la cellule*/
}

 

li#menu0 a:hover, a#selected-over0 {
	background-image: url('gifs/pierre-lumbroso_06-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}

li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/pierre-lumbroso_07-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}


li#menu2 a:hover {
	background-image: url('gifs/pierre-lumbroso_08-over.jpg');       /*Ici l'image de fond over de la cellule*/
	color: #000000;
}

a#selected-over2 {
	background-image: url('gifs/pierre-lumbroso_08-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}

li#menu3 a:hover, a#selected-over3 {
	background-image: url('gifs/pierre-lumbroso_09-over.jpg');       /*Ici l'image de fond over de la cellule*/
	color: #000000;
}


li#menu4 a:hover, a#selected-over4  {
	background-image: url('gifs/pierre-lumbroso_10-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}


li#menu5 a:hover, a#selected-over5{
	background-image: url('gifs/pierre-lumbroso_11-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}

li#menu6 a:hover, a#selected-over6 {
	background-image: url('gifs/pierre-lumbroso_12-over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}

li#menu7 a:hover, a#selected-over7 {
	background-image: url('gifs/pierre-lumbroso_13-over.jpg');         /*Ici l'image de fond over de la cellule*/
	color: #000000;
}


#MenuBar1 li li a{
	color:#666666;
	width:135px; 
	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:#666666;
	width:139px;
	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: #666666;
	width:190px;
	background-color:#E5E5E5;
	background-image:none !important;
	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 !important;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar4 li li a{
	color:#666666;
	width:130px;
	background-color:#E5E5E5;
	background-image:none !important;
	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 !important;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}



#conteneur{
width:990px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

#contenu{
width:703px;
overflow:hidden;
float:left;
}

#titre{
background-image:url(gifs/fond-titre.jpg);
width:703px;
height:120px;
}

#titre h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	padding-top:20px;
	padding-left:45px;
	margin:0px;
	padding-bottom:11px;
}

#titre p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left:35px;
	font-weight: bold;
	margin:0px;
	padding-top:10px;
}

#texte{
background-image:url(gifs/fond-page.jpg);
width:703px;
overflow:hidden;
}

#texte h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding-top:20px;
	padding-left:25px;
}

#texte p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:25px;
	padding-right:25px;
	margin:0px;
	padding-bottom:15px;
}


#basDePage{
width:703px;
height:14px;
}

#sidebar{
width:287px;
overflow:hidden;
float:left;
}

#newsletter{
background-image:url(gifs/fond-news.jpg);
width:287px;
height:83px;
}

#newsletter h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	margin:0px;
}

#newsletter p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding-top:10px;
}

#encartContact{
width:287px;
background-image:url(gifs/fond-contact.jpg);
height:120px;
margin-bottom:10px;
background-repeat:no-repeat;
}

#encartContact h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin:0px;
	padding-top:7px;
	padding-left:50px;
	padding-bottom:10px;
}

#encartContact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding-left:30px;
	padding-top:0px;
	padding-bottom:0px;
}

#encartContact a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	font-weight: bold;
}

#encartContact a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	font-weight: bold;
}

#encartContact a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	font-weight: bold;
}

#encartContact a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#encartPlan{
widows:287px;
background-image:url(gifs/fond-plan.jpg);
height:37px;
margin-bottom:10px;
}

#encartPlan h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF6600;
	margin:0px;
	padding-top:10px;
	padding-left:50px;
}

#encartPlan a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	font-weight: bold;
}

#encartPlan a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	font-weight: bold;
}

#encartPlan a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	font-weight: bold;
}

#encartPlan a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	font-weight: bold;
}


#encartHoraires{
width:287px;
background-image:url(gifs/fond-contact.jpg);
height:120px;
margin-bottom:10px;
background-repeat:no-repeat;
}

#encartHoraires h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin:0px;
	padding-top:10px;
	padding-left:50px;
}

#encartHoraires p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding-top:10px;
	padding-left:30px;
}

#encartActu{
widows:287px;
background-image:url(gifs/fond-actu.jpg);
height:142px;
margin-bottom:10px;
}

#encartActu h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin:0px;
	padding-top:8px;
	padding-left:50px;
}

#encartActu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding-top:10px;
	padding-left:30px;
}

#encartActu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	margin:0px;
	padding-top:10px;
	font-weight: bold;
}

#encartActu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	margin:0px;
	padding-top:10px;
	font-weight: bold;
}

#encartActu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	margin:0px;
	padding-top:10px;
	font-weight: bold;
}

#encartActu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	margin:0px;
	padding-top:10px;
	font-weight: bold;
}

#footer{
width:990px;
height:60px;
margin-left:auto;
margin-right:auto;
clear:both;
background-image:url(gifs/fond-footer.jpg);
margin-bottom:10px;
margin-top:6px;
text-align:center;
background-color:#660d56;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top:5px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/*******************************************************index*/
.encart{
	width:332px;
	height:63px;
	margin-left:25px;
	margin-bottom:10px;
	margin-right:0px;
}

.encart h3{
margin:0px;
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
padding-top:10px;	
padding-left:105px;
}

.encart a{
	margin:0px;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
}

.encart a:hover{
	margin:0px;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: underline;
}

.encart p{
margin:0px;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:105px !important;
padding-right:0px !important;
margin-top:0px !important;
}

#picto_penal{
background-image: url(gifs/picto-penal.jpg);
background-repeat:no-repeat;}
#picto_affaire{
background-image:url(gifs/picto-affaire.jpg);
background-repeat:no-repeat;}
#picto_famille{
background-image:url(gifs/picto-famille.jpg);
background-repeat:no-repeat;}
#picto_etranger{
background-image:url(gifs/picto-etrangers.jpg);
background-repeat:no-repeat;}
#picto_societe{
background-image: url(gifs/picto-societe.jpg);
background-repeat:no-repeat;}

#video{
	width:300px;
	/*height:352px;*/
	margin-left:10px;
	/*background-color: #000000;*/
	/*background-image:url(gifs/video.jpg);*/
	float:left;
	margin-top:4px;
	text-align:center;
}

.Style1 {color: #666666}

#plan{
width:500px;
height:340px;
float:left;
margin-left:20px;
margin-right:20px;
margin-top:10px;
display:inline;
}


.imageDirigeant{
width:150px;
/*height:113px;*/
float:left;
margin-left:20px;
margin-right:20px;
margin-top:10px;
background-color: #FFCC99;
border:1px solid #000000;
}

.imageDirigeant img {
	float:left;
}

.imagePicto{
width:94px;
height:63px;
float:left;
margin-left:11px;
margin-right:10px;
background-color: #FFCC99;
margin-top:0px;
}



#imageImage{
width:330px;
height:220px;
float:right;
margin-left:20px;
margin-right:20px;
margin-top:10px;
display:inline;
}

#imageActu{
width:200px;
height:300px;
float:left;
margin-left:20px;
margin-right:20px;
display:inline;
}

#Actu{
width:680px;;
overflow: hidden;
float:left;
margin-left:20px;
margin-right:20px;
display:inline;
text-align: justify;
}

.Style2 {font-size: 12px}
.contourPhoto {
	border:1px solid #000000;
}
