@charset "utf-8";

* { 
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

body {	
	color: #002F65;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;	
}

h1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #002F65;
	margin-bottom: 5px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #F58026;
	margin-top: 15px;
}
ul, ol {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

.menuItems {
	margin-left: 5px;
}

.menuItems a {
	color: #002F65;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.menuItems a:hover {
	color: #F58026;
}

a.lienCourrant{
	font-size: 11px;
	color: #002F65;
	text-decoration:none;
}

a.lienCourrant:hover {
	text-decoration:underline;
	color: #F58026;
}

.texte-normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #002F65;
}

.sous-titres {
	font-size: 12px;
	font-weight: bold;
	color: #F58026;
	margin-bottom: 5px;
}
