@import url(./menu.css);
@import url(./news.css);
@import url(./KModRemax.css);
@import url(./basdepage.css);
@import url(./plansite.css);
@import url(./KModForm.css);
@import url(./SectionSecurise.css);

/* TAG DE BASE */

body{
	font-family:Verdana;
	font-size:10pt;
	padding:0px;
	margin:0px;
    color:#333333;
	background:url(../images/img_bg.jpg) repeat-y top center #ffffff;
	
}
p{
	padding:0px;
	margin:0px;
                color:#333333;
	font-family:Verdana;
	font-size:10pt;
}
h1{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#C36C0F;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 5px 22px;
}
h2{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#4D853A;
	text-transform:uppercase;
	margin:10px 0px 0px 0px;
}
h3{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#2C6B97;
	margin:8px 0px 0px 0px;
}
h4{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#4D853A;
	margin:8px 0px 0px 0px;
}
h5{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#666666;
	margin:5px 0px 0px 0px;
}
h6{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#2D6392;
	margin:5px 0px 0px 0px;
}
ul{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:20px;
	margin:0px;
    color:#333333;
	font-family:Verdana;
	font-size:8pt;
}
ol{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:30px;
	margin:0px;
    color:#333333;
	font-family:Verdana;
	font-size:8pt;
}
a{
	font-weight:normal;
	font-size:10pt;
    color:#333333;
    text-decoration:underline;
}
a:hover{
	font-size:10pt;
    color:#333333;
    text-decoration:underline;
}
hr{
	color:#003060;
}
/* FIN */

.PageTitle
{
	width:768px;
	height:32px;
	background:url('../images/titre_bg.jpg') no-repeat;
	padding-left:12px;
	color:white;
	font-family:verdana;
	FONT-WEIGHT:bold;
	font-size:10pt;
	text-transform:uppercase;
	vertical-align:middle;
}
.PageContent{
	width:768px;
	height:200px;
	vertical-align:top;
	font-size:10pt;
	background:url('../images/bg_main.jpg') repeat-y;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	margin-right:0px;
	margin-left:0px;
	margin-right:0px;
	color:#666666;
	
}