@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/general/fond.png);
	background-repeat: repeat-x;
	background-color: #292929;
}

#structure {
	position: relative;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 585px;
	background-image: url(../images/general/fond-site.png);
	background-repeat: no-repeat;
	background-position: right;
}

#pub {
  position: absolute;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 240px;
  width: 707px;
  _height: 30px;
  min-height: 30px;
  text-align: center;
 }

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 176px;
}

#menu {
	position: relative;
	margin-left: 286px;
	padding-top: 88px;
	width: 650px;
	height: 41px;
	background-image: url(../images/general/fond-menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 2;
}

.btn-rubrique {
	float: left;
}

#footer {
	position: relative;
	padding-bottom: 20px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	_height: 30px;
	min-height: 30px;
	text-align: right;
}

.clear {
	clear: both;	
	padding: 0px;
	margin: 0px;
	height: 0px;
	_display: none;
	visibility: hidden;
}

.cadre {
	border: 1px solid #FFFFFF;
}


/* début des styles du sous menu */
.menu_ssmenu {
		position: relative;
		top: 0px;
		left: 0px;
}

.cacher {
	position: absolute;
	height: 0px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.ssmenu_3 {
	position: absolute;
	left: 50%;
	top: 41px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -61px;
	width: 112px;
	height: 93px;
	background-image: url(../images/general/sousmenu_3.gif);
}

.ssmenu_8 {
	position: absolute;
	left: 50%;
	top: 41px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -67px;
	width: 149px;
	height: 66px;
	background-image: url(../images/general/sousmenu_8.gif);
}

.ssmenu_12 {
	position: absolute;
	left: 50%;
	top: 41px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -67px;
	width: 124px;
	height: 105px;
	background-image: url(../images/general/sousmenu_12.gif);
}

.ssmenu_19 {
	position: absolute;
	left: 50%;
	top: 41px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -67px;
	width: 112px;
	height: 72px;
	background-image: url(../images/general/sousmenu_19.gif);
}

.ssmenu_20 {
	position: absolute;
	left: 50%;
	top: 41px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -67px;
	width: 112px;
	height: 72px;
	background-image: url(../images/general/sousmenu_19.gif);
}

#pub-top {
	position: absolute;
	z-index: 100;
	left: 285px;
	width: 650px;
	height: 50px;
	text-align: center;
}

#pub-left {
	position: absolute;
	top: 20px;
	left: -170px;
	width: 160px;
	min-height: 50px;
	_height: 50px;
}

#pub-right {
	position: absolute;
	top: 20px;
	right: -170px;
	width: 160px;
	min-height: 50px;
	_height: 50px;
}

#pub-bottom {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 950px;
	min-height: 50px;
	_height: 50px;
	text-align: center;
}

/* fin des styles du sous menu */
