/* CSS Document for EDR */
body,td,th, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin:0;
	padding:0;
}
td, th { padding:5px; }
body { background-color:#003366; }
a:link, a:visited, a:active, a:hover {
	color: #003366;
	text-decoration:underline;
}
form { margin: 0; }
h1, h2, h3, h4, h5 { margin: 5px 0px 5px 0px; }
h4 { font-size:14px; font-weight:bold; color:#003366; }
img { border:0; }
table { border-collapse:collapse; }
/************************************************/
/* agencement de la page */
#global {
	/*position:relative;
	top:0;*/
	width:850px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#top {
	/*position:absolute;
	top:0;
	left:0;*/
	width:100%;
	height:112px;
	background:#FFFFFF url(img/fond_top.png) top left repeat-x;
}
#top #logo {
	float:left;
}
#top #bandeau {
	float:right;
}
#top #contact {
	float:right;
	margin-left:600px;
	margin-top:-20px;
}
/************************************************/
#menu {
	float:left;
	width:150px;
	/*background-color:#9296bc;*/
	background:#FFFFFF url(img/pix_bleu.gif) top left repeat-y;
	/*background-color:#FFFFFF;*/
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li .menu_item {
	padding:10px 5px 10px 20px;
	border:1px solid #FFFFFF;
	background:#003366 url(img/fond_menu_points.gif) center left no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul ul  {
	margin:0 3px 0 3px;
}
#menu ul ul li .menu_item {
	padding:3px 5px;
	margin:0;
	border:0;
	background:none;
	background-color:#9296bc;
	text-transform:none;
	font-weight:normal;
}
#menu ul ul ul li {
	display:none;
}
/************************************************/
#content {
	margin-left:160px;
	width:650px;
	border:1px solid #FFFFFF;
}
#contenth {
	width:100%;
	margin-top:20px;
}
#contenth td { padding:0; }
#content1 {
	width:230px;
	text-align:center;
}
#content2 {
	width:420px;
	text-align:right;
	vertical-align:top;
}
#content3 {
	text-align:left;
	vertical-align:top;
	margin:5px 0;
	padding:5px;
}
/************************************************/
#footer {
	width:844px;
	border:1px solid #FFFFFF;
	background-color:#003366;
	padding:3px;
	margin:0 auto 20px auto;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
#footer ul li {
	display:inline;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
/************************************************/
.tab_actu {
	width:338px;
	border-bottom:1px solid #003366;
	margin:0 auto;
}
.tab_actu th, .tab_actu td {
	text-align:left;
	vertical-align:top;
	padding:0;
}
.tab_actu th a, .tab_actu td a {
	text-decoration:none;
}
.post_title,
.post_short,
.lire_suite {
	border-left:1px solid #003366;
	border-right:1px solid #003366;
}
.post_title { font-size:14px; font-weight:bold; padding:3px 5px; }
.post_short { padding:0px 5px; }
.lire_suite { text-align:right; border-bottom:1px dotted #003366; padding:5px; }
/************************************************/
.contenu_entry {
	width:100%;
	margin-top:20px;
	border:1px solid #003366;
}
.contenu_entry .photo { width:30%; text-align:right; padding:0; }
.contenu_entry .coldata { text-align:left; vertical-align:middle; padding:4px; padding-left:50px; background:#FFFFFF url(img/puce.png) top left no-repeat; }
/************************************************/
.clear { clear:both; }
