/* CSS Document */

/*gestion de la div qui centre le site*/
#center {
	position: absolute;
	height: 600px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 3%;
	background-image: url(../imgs/fond.gif);
}

/*gestion du menu*/
#center #menuGauche {
	position: absolute;
	height: auto;
	width:350px;
	top: 42%;
	left:52%;
	line-height:0.7;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

				
/*gestion des rubriques du menu*/
#menuGauche #entreprise ul{
	margin-left: 30%;
	margin-top: 0%;
	font-size: 20px;
}

#menuGauche #produits ul{
	margin-left: 38%;
	margin-top: 12%;
	font-size: 20px;
}

#menuGauche #photos ul{
	margin-left: 33%;
	margin-top:12%;
	font-size: 20px;
}

#menuGauche #contact ul{
	margin-left: 36%;
	margin-top: 12%;
	font-size: 20px;
}


/*gestion du body*/
body {
	background-color: #c8d7e2;
}

#menuGauche a:link {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
}

#menuGauche a:visited {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
}

#menuGauche a:hover {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
}
/*gestion des autres obj*/
ul {
	list-style-image: url(../imgs/liste.gif);
}

ol {
	list-style-image: url(../imgs/listeBB.gif);
	margin-left:40%;
	margin-top: 0%;
	line-height: 0.7;
}

/*gestion du texte*/
h1 {
	text-align: center;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h5 {
	text-align: center;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h6 {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/*gestion d'une petite baseline*/
#infos {
	position: absolute;
	top: 102%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align:center;
	line-height:1.5;
}

/*gestion des liens*/
#center #infos a:link,a:visited {
	color: #000066;
	text-decoration:none;
	font-size:12px;
}

#center #infos a:hover {
	color: #FF0000;
	text-decoration:none;
	font-size:12px;
}