@import url(./news.css);
@import url(./calendrier.css);
@import url(./plansite.css);

/* TAG DE BASE */

body{
	background-color:#000000;
    	color: #d8d8d8;
	font-family:Arial;
	font-size:9pt;
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
    	color: #d8d8d8;
	font-family:Arial;
	font-size:9pt;
}
td{
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
    	color: #d8d8d8;
	font-family:Arial;
	font-size:9pt;
}
ul{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:20px;
	margin:0px;
    	color: #d8d8d8;
	font-family:Arial;
	font-size:9pt;
}
ol{
	margin:10px 0px 10px 15px;
	font-weight:normal;
	padding-left:30px;
	margin:0px;
    	color: #d8d8d8;
	font-family:Arial;
	font-size:9pt;
}
a{
	font-weight:bold;
	font-size:9pt;
    	color: #DB2148;
    	text-decoration:none;
}
a:hover{
	font-size:9pt;
    	color: #DB2148;
    	text-decoration:underline;
}
h1{
	font-family:Arial;
	font-size:17pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	padding:2px 5px 2px 5px;
	font-style:italic;
	color:#E0E0E0;
}
h2{
	color: #E0E0E0;
	font-family:Arial;
	font-size:15pt;
	font-weight:normal;
	margin:0px;
}
h3{
	color: #c0c0c0;
	font-family:Arial;
	font-size:15pt;
	font-weight:bold;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h4{
	color: #a0a0a0;
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
}
h5{
	color: #CCCCCC;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}
h6{
	color: #EdEdEd;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}


/* FIN */
