/******************************************************
  CONFIGURATION GENERALE
*******************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#container {
	margin: 50px auto 0 auto;
	width: 1048px;
}

/******************************************************
  HEADER
*******************************************************/
#header {
	height: 100px;
	width: 1022px;
	margin: 0 auto;
	position: relative;
}

#header img.pin {
	position: absolute;
	top: 45px;
	right: 10px;
}

#header h1 {
	width: 360px;
	height: 82px;
	background: url(../images/logo.gif) no-repeat left top;
}

#header h1 a:link, #header h1 a:visited,
#header h1 a:hover, #header h1 a:active {
	display: block;
	width: 360px;
	height: 82px;
}

#header h1 span {
	display: none;
}

#header ul {
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#header ul li {
	display: inline;
	color: #fff;
	padding: 0 1px;
}

#header a.act:link, #header a.act:visited,
#header a.act:hover, #header a.act:active {
	color: #d2dc80;
}

/******************************************************
  GALLERY
*******************************************************/
#btn_gauche {
	position:absolute;
	display:block;
	width:13px;
	height:102px;
	left: -13px;
	top: 23px;
	background:url(../images/fleche_gauche.gif) left top no-repeat;
}

#btn_gauche span {
	display:none;
}

#btn_droite {
	position:absolute;
	display:block;
	width:13px;
	height:102px;
	right: -13px;
	top: 23px;
	background:url(../images/fleche_droite.gif) top left no-repeat;
}

#btn_droite span {
	display:none;
}

#gallery {
	width: 1024px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	position: relative;
}

#gallery_container {
	display:block;
	width:1024px;
	height:110px;
	margin:0 auto;
	overflow:hidden;
}

#gallery_container .inside {
	display:block;
}

#gallery_wrap {
	background-image: url(../images/select.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
}

#gallery_container ul {
	list-style:none;
	margin:0;
	padding:0;
}

#gallery_container ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
}

#gallery_container ul li a {
	display:block;
	margin:0;
	padding:0 13px 0 0;
}

#gallery_container ul li a img {
	border:none;
}

/******************************************************
  CONTENT
*******************************************************/
#content {
	width: 1022px;
	margin: 0 auto;
	background: url(../images/bgcontent.gif) repeat-y left top;
	height: 470px;
}

/******************************************************
  LEFT CONTENT
*******************************************************/
#leftContent {
	width: 229px;
	float: left;
	padding: 25px 0 30px 0;
}

#leftContent ul {
	list-style-type: none;
	margin-left: 2px;
	position: relative;
}

#leftContent ul.level2 {
	margin: 5px 0 20px 0;
}

#leftContent a.title:link, #leftContent a.title:visited,
#leftContent a.title:hover, #leftContent a.title:active {
	font-size: 150%;
	position: relative;
	padding-left: 2px;
}

#leftContent ul.level2 li {
	padding: 1px 0;
}

#leftContent a.act:link, #leftContent a.act:visited,
#leftContent a.act:hover, #leftContent a.act:active {
	color: #d2dc80;
	font-weight: bold;	
}


#leftContent a.titleAct img {
	position: absolute;
	left: -40px;
	bottom: 0px;
}

#leftContent ul.level2 li.spacer {
	padding-top: 20px;
}

#leftContent ul.level2 li.spacer span {
	display: none;
}

/******************************************************
  MAIN CONTENT
*******************************************************/
#mainContent {
	background-color: #99a499;
	width: 569px;
	float: right;
	padding: 20px 0;
	margin-right: 112px;
	position: relative;
}

#mainContent ul#breadcrumps {
	list-style-type: none;
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
}

ul#breadcrumps li {
	display: inline;
	padding: 0 2px;
	color: #fff;
}

ul#breadcrumps a:hover, ul#breadcrumps a:active {
	color: #fff;
}

/******************************************************
  FOOTER
*******************************************************/
#footer {
	width: 1022px;
	margin: 0 auto;
	height: 21px;
	background-color: #70a100;
	position: relative;
}

#footer p {
	height: 21px;
	line-height: 21px;
	color: #fff;
	padding-left: 10px;
	float: left;
}

#footer ul {
	list-style-type: none;
	height: 21px;
	float: right;
	padding-right: 10px;
}

#footer ul li {
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding-right: 30px;
}

#footer ul li.last {
	padding-right: 0;
}

#footer a:hover, #footer a:active {
	color: #fff;
}


