/* Feuille de style haut, pied et menu fixes - bloc central défilant */

/* Définiton des blocs DIV */

body,html,div {
	margin:0;
	padding:0;
	background:none;
}

body {
	min-width:950px; /* Prévention anomalie navigateur Gecko */	
}

div#conteneur {
	background-color: #a11689;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

div#milieu {
	height:600px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position: absolute;
	top: 50%;
	margin-top: -310px;
	background: url("images/stories/ose/fond_intro.jpg") repeat-x;
}

div#logo {
	width:100%;
	/*margin:0 auto;*/
	text-align:center;
	position: relative;
	margin-top: 50px;
	/*top: 60px;
	margin-top: -240px;
	clear: both;*/
}

div#pied {
	height:20px;
	width:100%;
	margin:0 auto;
	text-align: center;
	position: absolute;
	bottom: 0px;
	display: block;
}


/* Mise en page */
body,
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #a11689;
	
}

div#entree {
	padding-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	color: #a11689;
}
a:hover {
	text-decoration: none;
	color: #161616;
}


