/*DISPLAY THE MAIN BOX*/

#mainContent {
	clear: both;
    width: 929px;
    /*background: #cccca8 url("/images/photogallery_img_bottom.jpg") no-repeat 8px bottom;*/
    
}

#mainContent .content {
    height: 574px;
}

* html #mainContent .bottom .left, * html #mainContent .bottom .right {
    bottom: 375px;
}

#mainContent p {
	margin: 1em 2em;
}

div#title {
	background-image: url("/images/photogallery_dotted.gif");
	background-repeat: repeat-x;
	background-position: 2px 34px;
}

div#inside_photogallery {
	width: 859px;
}

div#scroll_photogallery {
	padding-left: 30px;
}

span#select_cat {
	color: #6d3c0b;
	font-weight: bold;
	display: block;
	margin-left: 20px;
}

ul#list_gallery {
	text-align: center;
	color: #6d3c0b;
	font-weight: bold;
}

ul#list_gallery li{
	display:  inline;
	padding-right: 20px;
	text-decoration: underline;
	color: brown;
}
ul#list_gallery a:link, ul#list_gallery a:visited  {
 color: brown;
 }
/*JAVASCRIPT SCROLL PHOTOGALLERY*/
#divRight {height: 300px; width: 330px; margin-left: 20px; margin-right:45px;}
* html #divRight {height: 300px; width: 400px; margin-left: 20px;}

#contenant {position:relative; vertical-align:middle;}

/*Visuel des photos visible*/
#contenu
{
	width:815px;
    height: 85px;
    position:relative;
    overflow:hidden;
}

#images
{
	/*keep all images in the same ligne*/
	display: block;
	/*remove the little border on the left on Firefox*/
	margin-left: -6px;
	position:relative;
    white-space: nowrap;
    position: relative;
}

* html #images {margin-left: 0px;}

/*EACH IMAGES*/
.broderImage
{
    width: 161px;
    height: 83px;
    border:solid 1px #000000;
}

.broderImage:hover {
	border:solid 1px #ffffff;
}

div#setMainFrame {width: 817px;padding-bottom: 130px;}
* html div#setMainFrame {padding-bottom: 0px;}

/*DISPLAY SELECTED IMAGE*/

div#pictures {width: 817px;padding-bottom: 14px;margin-left: 38px;}
div#pictures img{border: solid 2px #663200;}

#imageVisu
{
	width: 817px;
	height: 306px;
}

/*BUTTON*/

img#btn_left{position: absolute; margin-top: 40px; margin-left: -40px;}
img#btn_right {position: absolute; margin-top: -50px; margin-left: 830px;}