body,td,th, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin:0;
	padding:0;
}
body {
	background-color:#003366;
}
a:link, a:visited, a:active, a:hover {
	color: #003366;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 { font-size:24px; color:#003366; font-weight:bold; }
h2 { font-size:18px; color:#003366; font-weight:bold; }
h3 { font-size:14px; color:#9296BC; font-weight:bold; }
img { border:0; vertical-align:middle; }
table { border-collapse:collapse; }
/**********************************************/
#top {
	width:100%;
	height:112px;
	background:#FFFFFF url(img/fond_top.png) top left repeat-x;
}
#top #logo {
	float:left;
}
#top #bandeau,
#top #contact {
	display:none;
}
#menu {
	display:none;
}
#content {
	clear:both;
}
#footer {
	display: none;
}
/**********************************************/
#plan_site {
	text-align:left;
	font-size:14px;
}
#plan_site ul {
	margin:5px;
	padding:0;
}
#plan_site ul li {
	list-style-type:none;
	border-bottom:1px solid #003366;
	margin:15px 5px 5px 5px;
	font-weight:bold;
}
#plan_site ul ul {
	margin:5px 15px;
}
#plan_site ul ul li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	font-weight:normal;
	border:0;
	margin:0;
}
#plan_site ul ul ul {
	margin:5px 25px;
}
#plan_site ul ul ul li {
	list-style-image:none;
	list-style-type:circle;
	list-style-position:inside;
	font-weight:normal;
	border:0;
	margin:0;
}
/**********************************************/
.tab_actu {
	width:600px;
	margin:0 auto;
}
.tab_actu th, td {
	text-align:left;
	vertical-align:top;
}
.post_title,
.post_title_long,
.post_date,
.post_short,
.lire_suite,
.retour {
	padding:5px;
}
.post_title { font-size:18px; font-weight:bold; padding:10px 5px 0 5px; }
.post_title_long { font-size:18px; font-weight:bold; border-bottom:1px solid #003366; }
.post_date { padding:3px 5px; border-bottom:1px solid #003366; font-weight:bold; color:#666666; }
.post_long { padding:10px; text-align:justify; }
.lire_suite { text-align:right; }
.retour { padding-top:10px; text-align:right; border-top:1px dotted #333333; }
