/*
GLOBAL */
body{
	margin: 0;
	padding: 0;
	background-color: #ff;
	font-family: Verdana,Trebuchet MS;
	font-size: 10px;
	color: #181818;
}

a{
	color: #181818;
}
a:hover{
	color: #5D5D5F;
}

h1{}
h2{}
h3{
	font-size: 14px;
	font-wight: bold;
	padding: 0px;
	margin: 0px 0 10px 0;
	
}

/* 
EN TÊTE */
#en-tete{
	background: url("../images/en-tete-body-bg.gif") top center no-repeat;
}
#en-tete .menu{
	height: 20px;
	width: 865px;
	margin: 0 auto;
	background-color: #fff;
}
#en-tete .contenu{
	position: relative;
	background: url("../images/en-tete-bg.gif") top left #ccc no-repeat;
	height: 113px;
	width: 788px;
	margin: 0 auto;
}
#en-tete .logo-entreprises-zenith{
	position: absolute;
	top : 14px;
	left: 11px;
	
	height: 75px;
	width: 189px;
	background: url("../images/logo-entreprises-zenith.gif") top left no-repeat;
}
#en-tete .info-contact-entreprises-zenith{
	position: absolute;
	top : 34px;
	left: 280px;
	color: #E1E1E1;
	line-height: 13px;
	text-align: right;
	width: 500px;
	border: none;
}
#en-tete .info-contact-entreprises-zenith a{
	color: #E1E1E1;
}


/*
MENU */
#menu{
background-color: #f1f1f1
}

#menu .contenu{
	overflow: hidden;
	width: 775px;
	margin: 0 auto;
	
	padding: 0 45px;
	
	background-color: #fff;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

#menu .contenu-gauche{
	float: left;
	width: 200px;
	height: 23px;

	background: url("../images/image-gauche-en-tete.gif") left top #fff no-repeat;
}

#menu .contenu-principal{
	float: left;
	width: 573px;
	height: 23px;

	background: url("../images/menu-bg.gif") top left #fff no-repeat;
}
#menu .contenu-principal ul{
	list-style: none;
	height: 23px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menu .contenu-principal ul li{
	float: left;
	padding: 5px 12px 0 13px;
	background: url("../images/menu-separateur.gif")  left 9px no-repeat;
}
#menu .contenu-principal ul li.premier{
	float: left;
	padding: 5px 12px 0 24px;
}
#menu .contenu-principal ul li a{
	font-weight: bold;
	text-decoration : none;
	font-size: 11px;
}

/*
PIED DE PAGE */
#pied-page{
	background: url("../images/pied-page-body-bg.gif") top center no-repeat;
}
#pied-page .contenu{
	position: relative;
	background: url("../images/pied-page-bg.gif") top left #ccc no-repeat;
	height: 27px;
	width: 788px;
	margin: 0 auto;

	padding-top: 25px;
	text-align: center;
}

/*
PIED DE PAGE */
#signature{
}
#signature .contenu{
	position: relative;
	height: 30px;
	width: 775px;
	padding: 5px 45px 0 45px;
		
	
	margin: 0 auto;
	text-align: center;
	color: #aaa;
}


/*
CONTENU */
#contenu{
	overflow: hidden;
	background-color: #f1f1f1;
	
}

#contenu .contenu{
	overflow: hidden;
	width: 775px;
	padding: 0 45px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}


#contenu .contenu-gauche{
	float: left;
	width: 200px;
	height: 420px;
	background: url("../images/colonne-gauche-01.gif") left top  no-repeat;
}
#contenu .contenu-principal{
	float: left;
	width: 525px;
	font-size: 11px;

	padding: 15px 24px 15px 24px;
}
