/*********************************************/
/* PHYDRO S.A.S. - Feuille de style CSS2     */
/* Copyright PHYDRO S.A.S. - Fabien Crespel  */
/* Page d'accueil - tous medias              */
/*********************************************/

html, body {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center; /* Centrage non conforme (pour IE rendu Quirk) */
}
img {
	border: 0;
}
p {
	margin: 5px 0 0 0;
}
a {
	color: #666666;
}
a:hover {
	color: #999999;
}

/* Tableau de centrage horizontal et vertical */
#container {
	background-image: url(style/bg_accueil.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	width: 100%;
}
#container td {
	text-align: center; /* Centrage non conforme (pour IE rendu Quirk) */
	vertical-align: middle;
}

/* Bloc central (image + texte info) */
#content {
	height: 550px;
	margin: 0 auto;
	position: relative;
	text-align: center;  /* Centrage non conforme (pour IE rendu Quirk) */
	width: 780px;
}

/* Débordement à gauche de l'image */
#imgpage {
	background-image: url(style/img_accueil.gif);
	background-repeat: no-repeat;
	height: 74px;
	left: -114px;
	position: absolute;
	top: 297px;
	width: 114px;
}
/* Infos */
#infos {
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;

}
/* Copyright */
#copyright {
	font-style: italic;
	margin-top: 20px;
}
