@import url(./menu.css);
@import url(./news.css);
@import url(./calendrier.css);
@import url(./KModRemax.css);
@import url(./plansite.css);

/* TAG DE BASE */

body{
    scrollbar-face-color:#F3F3F3;
    scrollbar-hightlight-color:#1D3163;
    scrollbar-shadow-color:#1D3163;
    scrollbar-arrow-color:#1D3163;
    scrollbar-track-color:#1D3163;
    scrollbar-darkshadow-color:#1D3163;
    scrollbar-base-color:#1D3163;
    color:#666666;
	font-family:Verdana;
	font-size:8pt;
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
    color:#666666;
	font-family:Verdana;
	font-size:8pt;
}
h1{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#660000;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 5px 22px;
	background:url(../images/titre.jpg) left 11px no-repeat;
}
h2{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#002B5C;
	text-transform:uppercase;
	margin:10px 0px 0px 0px;
}
h3{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#002B5C;
	margin:8px 0px 0px 0px;
}
h4{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#660000;
	margin:8px 0px 0px 0px;
}
h5{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#002B5C;
	margin:5px 0px 0px 0px;
}
h6{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#660000;
	margin:5px 0px 0px 0px;
}
ul{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:20px;
	margin:0px;
    color:#666666;
	font-family:Verdana;
	font-size:8pt;
}
ol{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:30px;
	margin:0px;
    color:#666666;
	font-family:Verdana;
	font-size:8pt;
}
a{
	font-weight:normal;
	font-size:8pt;
    color:#666666;
    text-decoration:underline;
}
a:hover{
	font-size:8pt;
    color:#666666;
    text-decoration:underline;
}
hr{
	color:#003060;
}
/* FIN */