/* Cette feuille de style contient les styles nécessaire ŕ l'affichage */

body
 {
  background-image:url(../images/layout/background.gif);   
  background-repeat:repeat-x;
  background-color: #cfd0d1;
  margin: 0px;
}

img
{
	border: none;
}

#global
{
	width: 972px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/*Menu*/
#menu
{
	z-index: 2;
	width: 972px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#menu img
{
	display: block;
	position: absolute;
}

#menu-logo
{
	top: 0px;
	left: 0px;
}

#menu-haut-menu
{
	top: 0px;
	left: 369px;
}

#menu-btn-acceuil
{
	top: 67px;
	left: 369px;
}

#menu-btn-profil
{
	top: 67px;
	left: 483px;
}

#menu-btn-produits
{
	top: 67px;
	left: 578px;
}

#menu-btn-procedes
{
	top: 67px;
	left: 758px;
}

#menu-bas-menu
{
	top: 87px;
	left: 369px;
}

.menu
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	z-index: 4;
	position: absolute;
	line-height: 12px;
}

.menu .menu-contenu, .menu .menu-background
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 12px 10px;
	position: absolute;
	z-index: 4;
}

.menu .menu-background li
{
	visibility: hidden;
}

.menu  li
{
	font-weight: bold;
	list-style-type: none;
	margin: 5px 5px 5px 5px;
}

.menu  a
{
	color: black;
	text-decoration: none;
	z-index:5;
}

.menu .menu-background
{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	background-color: #9FA1A4;
	background-image:url(../images/layout/fin-menu.gif);   
  background-repeat:no-repeat;
	background-position: bottom center;
}

.menu a:hover
{
	color: white;
}

#menu-produits
{
	top: 87px;
	left: 583px;
}

#menu-produits 
{

	width: 183px;
}


#menu-procedes
{
	top: 87px;
	left: 770px;
}


#menu-procedes
{

	width: 180px;
}

#menu #menu-gauche
{
	width: 100px;
	position: absolute;
	top: 156px;
	left: 70px;
	background-color: white;
}
#menu #menu-gauche img 
{
	position: relative;
}
#menu #menu-gauche a
{
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 23px;
	display: block;
}


/*Contenu*/
#contenu
{
	position: absolute;
	top: 156px;
	left: 0px;
	width: 972px;
	height : 562px;
	background-color: white;
	overflow: visible;
	z-index : 1;
}


#contenu  #not-found
{
	position: absolute;
	font-size: 16px;
	font-weight: bolder;
	top: 40px;
	left: 400px;
}


#texte p, #texte ul, #texte blockquote {
	margin-top : 1em;
	margin-bottom : 1em;
}

#texte ul {
	margin-left : 0;
	padding-left : 0;
	list-style-type : none;
}

#texte ul li {
	padding-left : 22px;
	margin-bottom : 0.9em;

	background-image : url(../images/layout/fleche.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}

#texte a {
	color : #0060B6;
	font-weight : bold;
}

#texte a:hover {
	color : #000;
}

/*Pied*/
#pied
{
	position: absolute;
	top: 718px;
	left: 0px;
	width: 972px;
}

#pied img
{
	z-index: 0;
}

#pied #copyright
{
	font-size: 11px;
	position: absolute;
	top: 60px;
	height: 50px;
	width: 972px;
	z-index: 2;
	color: #777777;
}

#pied #copyright a 
{
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

#pied #copyright a:hover
{
	text-decoration: underline;
}


