@import url(./menu.css);
@import url(./KModRemax.css);
@import url(./KModForm.css);

/* TAG DE BASE */

body{
    scrollbar-face-color:#F3F3F3;
    scrollbar-hightlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-base-color:#000000;
    background-color:#000000;
    color:#474747;
	font-family:Verdana;
	font-size:8pt;
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
    color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
}
h1{
	font-family:'Century Gothic',Verdana;
	font-size:20pt;
	font-style:italic;
	font-weight:bold;
	color:#9a9a9a;
	margin:0px;
	padding:0px 0px 10px 0px;
}
h2{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#9a9a9a;
	margin:10px 0px 0px 0px;
}
h3{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	margin:8px 0px 0px 0px;
}
h4{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#9a9a9a;
	margin:8px 0px 0px 0px;
}
h5{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	margin:5px 0px 0px 0px;
}
h6{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#9a9a9a;
	margin:5px 0px 0px 0px;
}
ul{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:20px;
	margin:0px;
    color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
}
ol{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:30px;
	margin:0px;
    color:#ffffff;
	font-family:Verdana;
	font-size:8pt;
}
a{
	font-weight:normal;
	font-size:8pt;
    color:#ffffff;
    text-decoration:underline;
}
a:hover{
	font-size:8pt;
    color:#ffffff;
    text-decoration:underline;
}
hr{
	color:#474747;
}
/* FIN */

.body{
	background:url(../images/background.jpg) center top no-repeat #000000;
}
.officeName{
	font-family:'Century Gothic',Verdana;
	font-size:21pt;
	font-style:italic;
	font-weight:bold;
	color:#97979d;
}
.officeAddress{
	font-family:'Century Gothic',Verdana;
	font-size:8pt;
	font-style:italic;
	font-weight:bold;
	color:#454648;
	padding-top:5px;
	padding-bottom:5px;
}
.officeNumero{
	font-family:'Century Gothic',Verdana;	font-size:8pt;
	font-style:italic;
	font-weight:bold;
	color:#454648;
	width:200px;
	padding-bottom:3px;
}
.officeDesignation{
	font-family:'Century Gothic',Verdana;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	color:#454648;
}
.top{
	position:absolute;
	width:507px;
	height:127px;
	z-index:0;
}
.lang{
	padding-right:15px;
	letter-spacing:1pt;
	font-family:'Century Gothic',Verdana;
	font-size:7.5pt;
	color:#ffffff;
}
.lang:Hover{
	padding-right:15px;
	letter-spacing:1pt;
	font-family:'Century Gothic',Verdana;
	font-size:7.5pt;
	color:#ffffff;
}
.PageContent
{
    font-family:'Century Gothic',Verdana;
	font-size:11pt;
    color:#ffffff;
    margin-left:25px;

}