@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/fond_page.png) repeat-y center center;
}
/*haut de page*/
#header {
	height: 220px;
	width: auto;
	background: #FFFFFF url(images/fond_menu.jpg) repeat-x left bottom;
}
#conteneur_header {
	height: 220px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#logo_uco {
	height: 105px;
	width: 256px;
	margin-top: 35px;
	margin-left: 25px;
	float: left;
}
#conteneur_menu {
	height: 51px;
	width: 900px;
	float: left;
}
#deco_haut {
	float: left;
	height: 144px;
	width: 138px;
	background: url(images/deco_frame_haut.png) no-repeat center center;
	margin-left: 265px;
	margin-top: 25px;
}
#conteneur_recherche {
	float: left;
	height: 80px;
	width: 255px;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
	z-index: 10000;
	margin-top: 80px;
}
#conteneur_recherche h4 {
	float: left;
	height: 25px;
	width: 250px;
	margin-top: 135px;
	margin-left: 15px;
}
/*centre de page*/
#content
 {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}

/*Pied page*/
#footer {
	background: #1E398D repeat-x;
	height: 100%;
	margin-top: 15px;
	width: 100%;
	float: left;
}
#conteneur_titre_telecharger {
	background: url(images/fleche_blanche_news.png) no-repeat right;
	height: auto;
	width: auto;
}

