* {
	margin:0;
	padding:0;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	background-color:#fff;
}

img {
	border:none;
}

.Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}

#fond {
	width:50%;
	position:absolute;
	top:0;
	left:0;
	height:100px;
	background-color:#02779B;
	background-image: url(../images/intro-haut-fond.png);
	background-repeat: repeat;
	background-position: left top;
}

#Emedia {
	position:relative;
	width:1024px;
	margin:0 auto 0 auto;
	text-align:left;
}

#header {
	width:1024;
	height:111px;
	overflow:hidden;
}
#header h1 img {
	position:absolute;
	top:0;
	left:0;
}
#footer {
	width:1024;
	background-image: url(../images/fond-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:right;
	padding:10px 0 0 0;
}

#footer a {
	color:#3299A3;
	font-size:10px;
	text-transform: uppercase;
	padding:2px;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	background-color:#3299A3;
}

#contenu {
	width:1012px;
	background:#fff;
	text-align:left;
	border:6px solid #026685;
}

#Centre {
	position:relative;
	float:right;
	width:700px;
	margin: 0;
	padding:0;
	text-align:left;
}

#TexteCentre {
	margin:177px 128px 0 15px;
	border:1px solid #AEAFB2;

}


/* --------------- colonne actualités ----------------- */
#Actualites {
	width:136px;
	float:left;
}

#Actualites h1 {
	margin:20px 0 10px 0;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	width:136px;
	text-transform: uppercase;
	background:none;
}

#Actualites h1 a {
	display:block;
	color:#fff;
	text-decoration:none;
	background-image: url(../images/puce-c.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 0 0 25px;
	border-bottom:1px dashed #fff;
	margin:0 0 0 5px;
}

#Actualites h1 a:hover {
	background:#D82A11;
	color:#fff;
	background-image: url(../images/puce-b.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#Actualites h2 {
	margin:20px 0 10px 0;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:136px;
	text-transform: uppercase;
	background:none;
}

#Actualites h2 a {
	display:block;
	color:#fff;
	text-decoration:none;

	padding:0 0 0 0px;
	border-bottom:1px dashed #fff;
	margin:0 0 0 5px;
}

#Actualites h2 a:hover {
	background:#D82A11;
	color:#fff;

}

@media print {
	body, html {
		background:none;
		color:#000000;
	}
	#Centre {
		padding:0;
	}
	#eenu {
		display:none;
	}
	.MenuHaut, #MenuDroite, #Footer {
		display:none;
	}

	.NotPrint {
		display:none;
	}
}

.Objectifs {
	padding:4px;
	margin:2px 10px 0 10px;
	border:1px dashed #aaa;
	background:#eee;
	font-size:10px;
}
