/*********************************/
/*                               */
/*  Feuille de style principale  */
/*                               */
/*********************************/

/* Reset Light d'Eric Meyer */

body, div, dl, dt, dd, ul, ol, li, h1,
h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {	border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul { list-style: none; }

em { font-style:italic; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after { content: ''; }

abbr, acronym { border: 0; }



/* Propriétés de style génériques */

/* Taille de police équivalente pour l'ensemble des navigateurs */

html{ font-size: 100%; }

body{
    /* La taille de base sera de 10px avec les valeurs par défaut de police du navigateur */
    font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff url(../liens/bg-degrade-top.png) repeat-x top left;
	padding-top: 58px;
}

/* Fixe la taille de police des champs de formulaire */
input, select, textarea{ font-size: 100%; }


/* Taille de police des différents niveaux de titre */

h1{
	font: bold 2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#page{
	width: 950px;
	background: url(../liens/bg-page.jpg) no-repeat left top;
	margin: 0 auto;
	height: 422px;

}


.titres{
	position: relative;
	height: 100px;
}

h1{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 50px;
	padding-left: 50px;
	text-transform: uppercase;
	color:#0187ad;
	font-size: 4em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	height: 1%;
	background: url(../liens/bg-page.jpg) no-repeat left top;
}	


h1 em{
	font-weight: bold;
	font-style: normal;
	font-weight: bold;
	color: #e72a36;
	font-size: 1.3em;
}

ul{
	position: absolute;
	width: 950px;
	top: 317px;
	height: 164px;
}

li{
	margin-bottom: 1em;
	margin-left: 120px;
	background: url(../liens/bg-lien-haut.gif) no-repeat left top;
	width: 150px;
	position: relative;
}

li.hover{
	background: url(../liens/bg-lien-hautb.gif) no-repeat left top;
}

li a{
	position: relative;
	text-indent: 25px;
	display: block;
	background: url(../liens/bg-lien-bas.gif) no-repeat left bottom;
	text-decoration: none;
	font-size: 2em;
	color: #0187ad;
	padding: 9px 0 0.7em 0;
}

li a:hover{
	background: url(../liens/bg-lien-basb.gif) no-repeat left bottom;
	color: #dd2c34;
}

#footer{
	clear: both;
	background: #fff url(../liens/bg-degrade-down.png) repeat-x top left;
}

#footer p{
	width: 944px;
	height: 57px;
	margin: 0 auto;
	background: url(../liens/bg-footer.gif) no-repeat left bottom;
}

#footer a{
	display: block;
	width: 85px;
	height: 58px;
	margin-left: 857px;
	text-indent: -9999px;
	background: #ffffff url(../liens/logo-essilor.png) no-repeat right top;
}