/* Feuille de style page d'introduction pour victoiresurletabac.com */
/* Feuille de style haut, pied et menu fixes - bloc central défilant */

/* Définiton des blocs DIV */

body,html,div {
	margin:0;
	padding:0;
}

body {
	min-width:950px; /* Prévention anomalie navigateur Gecko */	
}

div#conteneur {
	background-color: #000000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

div#milieu {
	height:430px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	background: url("images/fond_intro.jpg") repeat-x;
}

div#logo {
	width:100%;
	/*margin:0 auto;*/
	text-align:center;
	position: relative;
	margin-top: 60px;
	/*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: #000000;
	color:#000000
}

p a:hover {
	text-decoration: underline;
	color: #F0AA00;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #F0AA00;
}

