/* CSS Document */

body {
	background-color: #9AB9E5;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: square;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	display: block;
	padding: 8px;
}

.navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

.navigation a:hover {
	text-decoration: none;
	color: #9AB9E5;
}

.menu {
	text-align: left;
}

.menu a {
	color: #000000;
}

.menu a:hover {
	color: #9AB9E5;
}

.actu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #FF9900;
}

.actu a {
	text-decoration: none;
	color: #FFFFFF;
}

.actu a:hover {
	text-decoration: none;
	color: #9AB9E5;
}

.actu_contenu {
	font-size: 16px;
	text-decoration; none;
	text-align: justify;
	color: #000000;
	padding : 8px;
}

.actu_contenu li {
	list-style-type: square;
	text-align: justify;
}

.actu_contenu a {
	text-decoration: none;
	color: #9AB9E5;
}

.actu_contenu a:hover {
	text-decoration: none;
	color: #FF9900;
}

.actu_title {
	font-weight: bold;
	font-size: 22px;
}

.actu_link a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #9AB9E5;
}

.actu_link a:hover {
	text-decoration: none;
	color: #FF6600;
}

.actu_barre {
	font-size: 10px;
	background-color: #FF9900;
}
