body { /* used by IE*/
	padding: 109px 0 20px 50%;
	margin-left: -480px;
	overflow: auto;
}
div#header {
	position: absolute;
	height: 119px;
	width: 960px;
	background-image: url(/img/designSite/container.gif);
	left: 50%;
	margin-left: -480px;
	background-repeat: repeat-y;
	top: 5px;
	z-index: 1;
}

/* cette zone est cliquable et superposée au logo OD pour retourner vers une url*/
#zone_logo {
  position: absolute;
  height: 92px;
  width: 180px;
  left: 50%;
  margin-left: -480px;
  top: 5px;
  z-index: 2;
  cursor: pointer;
}

div#footer {
	position: absolute;
	bottom: 6px;
	width: 960px;
	height: 25px;
	display: inline;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
}

@media screen {
	body>div#header {
		/*position: fixed;*/
	}
	body>div#footer {
		/*position: fixed;*/
	}
}

div#mycontent {
	background-image: url(/img/designSite/container_without_border.gif);
	background-repeat: repeat-y;
	overflow: auto;
	height: 100%;
	z-index: 2;
	width: 1002px;
}

#gauche {
	position: relative;
	width: 180px;
	float: left;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	height: 90%; /* used for firefox */
}

#centre {
	position: relative;
	width: 182px;
	float: left;
	height: 500px;
}

#contenu {
	position: relative;
	width: 598px;
	background-color: #8181D9;
	float: left;
}

body>#mycontent>#contenu {
	margin: 5px 0px 28px 0px;
}


#droite_guide {
	position: relative;
	top: 0px;
	height: 33px;
	background-color: #8181D9;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 598px;
}

#droite {
	position: relative;
	background-color: #8181D9;
	float: left;
}

#barrecontactsgauche {
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	width: 180px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(/img/designSite/logo_homsys_group.gif);
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-top-color: #B5DD00;
	border-top-style: solid;
	border-top-width: 1px;
	clip: rect(auto, auto, auto, auto);
}

#barrecontactscentre {
	text-align: center;
	width: 182px;
	height: 25px;
	background-image: url(/img/designSite/bandeau_bas_centre.gif);
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	padding-top: 5px;
}

#barrecontactsdroite {
	font-weight: bold;
	text-align: center;
	width: 598px;
	height: 25px;
	background-image: url(/img/designSite/bandeau_bas_droite.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-top-color: #B5DD00;
	border-top-style: solid;
	border-top-width: 1px;
	float: right;
	padding-top: 5px;
	display: inline;
}

#contenu_large {
	position: relative;
	width: 780px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #8181D9;
	height: 100%;
	z-index: 2;
}

body>#mycontent>#contenu_large {
	margin: 6px 0px 28px 0px;
	height: 90%;
}

#droite_large {
	width: 780px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	height: 89%;
}

#droite_guide_large {
	width: 780px;
	top: 0px;
	float: left;
	height: 31px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #8181D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-image: url(/img/designSite/barre780.gif);
}

#height_limit {
	height: 200px;
	*height: 100px;
}

/**
* Utilisé pour compléter la vue avec une image de fond jusqu'au bazs de l'écran.
*/
#fond_coulissant {
  position: absolute;
  bottom: 0px;
  width: 960px;
  height: 250px;
  display: block;
  background-image: url(/img/designSite/2_colonnes.gif);
  z-index: 0;
  overflow: auto;
  *margin: 0 0 0 -960px; /* hack IE */
}
html>#fond_coulissant {
  position: fixed;
  margin: 0 0 0 0px;
  overflow: auto;
}

