html{
	overflow-y: scroll;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	color: #ffffff;
	background-color: #e7e7e8;
	background-image: url(ressources/habillage/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

#page{
	width: 897px;
	margin: 0 auto;
	background-color: #121331;
}

#header{
	height: 180px;
	z-index: 1;
}

#menu{
	position: absolute;
	background: url(ressources/habillage/background_menu.png);
	background-repeat: no-repeat;
	margin-left: -30px;
	height: 165px;
	width: 600px;
	padding: 25px;
	margin-top: 15px;
	_margin-top: -12px;
}

#left{
	float: left;
	width: 600px;
	margin-left: 30px;
	_margin-left: 16px;
}

#right{
	margin-left: 650px;
	margin-right: 30px;
	_margin-right: 0px;
}

#footer{
	clear: both;
	text-align: center;
	color: #185083;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
}

/************************/
/*        Titres        */
/************************/

h1{
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 5px;
	background-color: #e53353;
	margin-bottom: -10px;
	text-align: left;
	line-height: 25px;
}

h1 a{
	color: #ffffff;
}

h2, h2 a{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin: 3px 0;
	text-align: left;
}

h3, h3 a{
	color: #185083;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
}

h4, h4 a{
	color: #185083;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px;
	display: inline;
	text-align: left;
	display: block;
	padding-bottom: 10px;
}

h5{
	color: #185083;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	margin: 0;
	line-height: normal;
}

hr{
	border: 0;
	background-color: #185083;
	color: #185083;
	height: 1px;
	width: 80%;
	margin: 5px auto;
	display: block;
}

#left hr{
	margin: 15px auto;
}


/************************/
/*          Menu        */
/************************/

.fisheye{
	text-align: center;
	position: relative;
}

a.fisheyeItem{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}

.fisheyeItem img{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span{
	display: none;
	positon: absolute;
	margin-top: -180px;
	_margin-top: -180px;
}

.fisheyeContainter{
	width: 200px;
	position: absolute;
}


/************************/
/*        Contenu       */
/************************/

#left .content{
	border: 1px solid #E53353;
	padding: 10px;
	text-align: justify;
	padding-top: 20px;
	width: 578px;
}

#right h1{
	_margin-right: 27px;
}

#right .content{
	border: 1px solid #E53353;
	width: 195px;
	padding: 10px;
	text-align: justify;
}

.column1{
	!margin-top: 20px;
	float: left;
	width: 290px;
}

.column2{
	!margin-top: 20px;
	width: 290px;
	float: left;
	margin-left: 20px;
}

a.title{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 3px;
}


/************************/
/*        Galerie       */
/************************/

.hoverbox{
	cursor: default;
	list-style: none;
	margin: 0px;
	margin-top: 10px;
	padding-left: 20px;
	_margin-right: -25px;
}

.hoverbox a{
	cursor: default;
}

.hoverbox a .preview{
	display: none;
}

.hoverbox a:hover .preview{
	display: block;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 1;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.hoverbox img{
	vertical-align: top;
	width: 80px;
	height: 80px;
}

.hoverbox li{
	display: inline;
	float: left;
	margin: 10px 25px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview{
	border-color: #000;
	width: 150px;
	height: 150px;
}

.pagelinks a{
	font-weight: bold;
}

.slideCaption{
	text-align: center;
	font-weight: bold;
}

.slideshowHolder{
	margin-top: 15px;
}

.slideshowLinks{
	margin-bottom: 10px;
}

.pagelinks a.activeSlide{
	color: #ffffff;
}

.nextSlide, .prevSlide{
	background-image: url(ressources/habillage/spacer.gif);
}



/************************/
/*       Diaporama      */
/************************/

#ImageBoxOverlay{
	background-color: #000;
}

#ImageBoxCaption{
	background-color: #F4F4EC;
}

#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages{
	margin: 0;
}

#ImageBoxNextImage{
	background-image: url(ressources/habillage/spacer.gif);
	background-color: transparent;
}

#ImageBoxPrevImage{
	background-image: url(ressources/habillage/spacer.gif);
	background-color: transparent;
}

#ImageBoxNextImage:hover{
	background-image: url(ressources/habillage/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}

#ImageBoxPrevImage:hover{
	background-image: url(ressources/habillage/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}


/************************/
/*        Divers        */
/************************/

.img-shadow{
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}


/************************/
/*        Divers        */
/************************/

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #185083;
}

#tooltip{
   position: absolute;
   visibility: hidden;
   background-color: #121331;
   border: 1px solid #ffffff;
   padding: 3px;
   text-align: center;
   z-index: 1;
}

#tooltip .date{
	color: #185083;
}

.content li{
	list-style-image: url(ressources/habillage/puce.jpg);
	margin-bottom: 3px;
	margin-left: -10px;
	padding: 0;
}

.legende{
	font-style: italic;
	font-size: 13px;
	color: #185083;
	text-align: center;
}

.title_form{
	padding: 3px;
	background-color: #f94e9c;
	width: 159px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
