@charset "utf-8";
/* CSS Document */

* {
	margin: 0px; 
	padding: 0px;
	}

#main {
	margin: auto;
	width: 900px;
    position: relative;
}

#chemin ul {
        list-style-type: none;
}

#chemin ul li {
        display: block;
		float: right;
		margin-left: 2px;
		margin-right: 2px;
}

#header {
	text-align: center;
	width: 900px;
	height: 37px;
	line-height: 37px;
}

#banner {
    position: relative;
	height: 244px;
	width: 900px;
	overflow: hidden;
}

#banner #news {
	position: absolute;
	top: 7px;
	left: 900px;
    z-index: 1000;
	display: block;
	border: none;
	
}


#banner #news a img-border, #banner #news a img {
	border: none;
}

#menu {
	position: relative;
	width: 900px;
	height: 31px;
	z-index: 100;
	border: none;
}

#chemin {
	width: 900px;
	height: 20px;
}


#slogan {
	width: 818px;
	height: 28px;
}

#footer {
	width: 898px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	
}

#edu {
	width: 75px;
	height: 28px;
	margin-left: 40px;
	margin-top: 20px;
}
	
#tl {
	margin-right: 40px;
	margin-top: 20px;
	width: 200px;
	float: left;
	height: 28px;
}

#powered {
	font-size: 9px;
	color: #939598;
	text-align:right;
}