/* CSS Document */

#container {
	width:1000px;
	padding:0;
	margin:0;
	text-align:left;
}

#container-top {
	float:left;
	height:60px;
	width:100%;
}

#logo {
	float:left;
	height:60px;
	width:25%;
}

#header {
	float:left;
	height:60px;
	width:75%;
}

#header-title {
	float:left;
	height:20px;
	width:100%;
}

#header-menu {
	float:left;
	height:40px;
	width:100%;
}


#container-middle {
	clear: both ;
	height:1600px;
	width:100%;
}

#left-menu {
	float:left;
	height:1600px;
	width:140px;
}

#center {
	float:left;
	height:2000px;
	width:700px;
}

#righter {
	float:left;
	height:1600px;
	width:228px; /* Attention difference entre IE et FireFox, compter les bordure pour IE sinon champ hors cadre */
}

#container-bottom {
	clear: both ;
	height:80px;
	width:100%;
}

#footer {
	float:left;
	height:100%;
	width:100%;
}

#footer-link {
	float:left;
	height:100%;
	width:499px;
}

#footer-search {
	float:left;
	height:100%;
	width:499px;
}


