/* CSS Document */

/*
   ==================== 
   Style generique HTML 
   ==================== 
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../huissier_paris_img/fond_infos_paris.jpg");
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}
ul {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	color: #999999;
	text-align: left;
	list-style-position: inside;
	text-indent: 0px; 
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	color: #999999;
	text-align: justify;
	list-style-position: outside;
	text-indent: 0px;
	list-style-type: disc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F546E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	color: #666666;
}
/*
   =============== 
   DIMENSIONS PAGE 
   =============== 
*/
#pagedefinition {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 458px;
	height: 240px;
	z-index: 2;
	overflow: auto;
	cursor: default;
}

/*
   ==============
   ZONE SCROLLING 
   ============== 
*/
#scrollingzone {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 428px;
	height: auto;
	z-index: 3;
	cursor: default;
}

/*
   ================= 
   STYLES DES TEXTES 
   ================= 
*/
#scrollingzone .lien {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 10px;
	color: #707070;
}
#scrollingzone a.lien:link {
	text-decoration: none;
	color: #707070;
}
#scrollingzone a.lien:hover {
	text-decoration: none;
	color: #CC0000;
}
#scrollingzone a.lien:visited {
	text-decoration: none;
}
#scrollingzone a.lien:active {
	text-decoration: none;
	color: #707070;
}
#scrollingzone .lienb {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 12px;
	color: #CC6633;
}
#scrollingzone a.lienb:link {
	text-decoration: none;
	color: #CC6633;
}
#scrollingzone a.lienb:hover {
	text-decoration: none;
	color: #CC0000;
}
#scrollingzone a.lienb:visited {
	text-decoration: none;
}
#scrollingzone a.lienb:active {
	text-decoration: none;
	color: #CC6633;
}

.titre_contenu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F546E;
}
.sstitre_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
	color: #2F546E;
}
.sstitre_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
	color: #CC0000;
}
.txtcourant_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding-left: 20px;
	color: #404040;
}
