* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	margin: 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 {
	position:relative;
	width:1024px;
	height:116px;
	overflow:hidden;
}

#animation {
	width:1024px;
	height:366px;
	overflow:hidden;
}

#hautActu {
	position:relative;
	width:666px;
	height:38px;
	overflow:hidden;
}
#hautActu img {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#hautActu span {
	position:relative;
	z-index:10;
}
#menu {
	float:left;
}
#infos {
	float:left;
	width:300px;
	height:248px;
	background-image: url(../images/intro-fond.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:35px 0 0 0;
}

#infos p {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size:11px;
	margin:0 30px 10px 15px;
	color:#02779B;
	text-align:left;
}

#lemenu {
	float:left;
	width:348px;
	height:248px;
	background-image: url(../images/intro-fond-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}

#barre {
	float:left;
	width:18px;
	height:248px;
	background-color:#B8D9A2;
	overflow:hidden;
}

#lemenu ul {
	margin:10px 0 0 30px;
	list-style: none;
	border-left:1px solid #3299A3;
	padding-bottom:50px;
}

#lemenu ul li a {
	display:block;
	width:228px;
	height:21px;
	background-image: url(../images/intro-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:6px 0 0 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#3299A3;
}

#lemenu ul li a:hover {
	color:#005E7B;
}


#BlocActualites {
	float:left;
	position:relative;
	width:358px;
	height:286px;
	background-color:#B8D9A2;
	overflow:hidden;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}
#BlocActualites  h2 {
	color:#02769A;
	font-size:14px;
	font-weight:bold;
}

#BlocActualites  p {
	color:#000;
	font-size:12px;
	margin:0 10px 10px 10px;
}

#BlocActualites  hr {
	height:1px;
	border-top:none;
	border-bottom:1px dotted #3198A2;
}

#BlocActualites a {
	color:#02769A;
	font-size:12px;
	text-decoration:none;
}


