@import url(./menu.css);
@import url(./news.css);

/* TAG DE BASE */

body{
    scrollbar-face-color: #1B2838;
    scrollbar-hightlight-color: #344D6B;
    scrollbar-shadow-color: #344D6B;
    scrollbar-arrow-color: #344D6B;
    scrollbar-track-color: #344D6B;
    scrollbar-darkshadow-color: #344D6B;
    scrollbar-base-color: #344D6B;
    color: #666666;
	font-family:Verdana;
	font-size:12pt;
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
    color: #666666;
	font-family:Verdana;
	font-size:12pt;
}
h1{
	color:#E98C00;
	font-family:Verdana;
	font-size:18px;
	text-transform:uppercase;
	margin:0px 0px 1px 0px;
}
h2{
	color:#BA1C1D;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}
h3{
	color:#0C3E57;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
h4{
	color:#BA1C1D;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
h5{
	color:#0C3E57;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}
h6{
	color:#BA1C1D;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:0px
}
ul{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:20px;
	margin:0px;
    color: #666666;
	font-family:Verdana;
	font-size:12pt;
}
ul li{
    list-style-position: outside;
    list-style-image: url(../images/puce.jpg)
}
ol{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:30px;
	margin:0px;
    color: #666666;
	font-family:Verdana;
	font-size:12pt;
}
a{
	font-weight:normal;
    color: #E98C00;
    text-decoration:none;
}
a:hover{
    color:#E98C00;
    text-decoration:underline;
}

/* FIN */

.lang{
	background:url(../images/lang_back.jpg) top left repeat-x;
	font-size:7pt;
	padding-top:45px;
}
.Liens{
	
}
.Liens P{
	font-size:9pt;
	color:white;
	margin-left:12px;
}
.Liens A{
	color:white;
}
.Liens A:hover{
	color:white;
}

