/* 
CSS site www.horloges-huchez.fr

par E SYSTEMES //JPK// www.e-systemes.com
Developpement Mulitimedia, intˇgration creation de sites web
(CMS, commerce electronique, applications web...)

Bienvenue dans notre code visiteur ! Enjoy...
*/

body {
	background-image: url(picscss/bg-2.jpg);
	background-repeat: repeat;
	font: 11px Arial, Helvetica, sans-serif;
}
#page  
 {
	background-image: url(picscss/home-bg.gif);
	background-repeat: repeat;
	position: absolute;
	width: 752px;        /* selon la largeur voulue */
	margin-left: -376px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */

	height: 420px;       /* selon la quantite de texte */
	margin-top: -210px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
 }

#head {
	height: 80px;
}

#logo {
	position: absolute;
}

#baseline {
	position: absolute;
	left: 280px;
}

#english {
	text-align: right;
	padding-top: 13px;
	font-size: 9px;
}

#english img {
	vertical-align: middle;
}

#english a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#foot {
	margin-top: 30px;
	color: #666;
	font: 10px "Myriad Pro", Arial, sans-serif;
	line-height :11px;
}
#foot a {
	text-decoration: none;
	color: #666;
}
#fhleft {
	position: absolute;
	
}
#fhleft a {
	font-size: 14px;
	color: #666;
}
#fhright {
	right: 0px;
	text-align: right;
}
#fhright strong {
	color: black;
}
#fhright a {
	color: black;
	text-decoration: underline;
}
#footlow {
	border-top: 1px solid #b3b3b3;
	color: gray;
	font: 9px Arial, Helvetica, sans-serif;
}
#flleft {
	margin-top: 3px;
	position: absolute;
}
#flright {
	margin-top: 3px;
	right: 0px;
	text-align: right;
}
