@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border:0;
	vertical-align:top;
}
body {
	font: 14px Georgia,"Times New Roman","New York",serif;
	background: whitesmoke; 
	padding: 0;
	text-align: center;
	color: #000000;
	padding: 10px 0;
}

.gallerie #container {
	width: 960px;	/* 960px */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	text-align: left;
}
.gallerie #header { 
	text-align: center;
	background: #FFFFFF;
} 
.gallerie #header p {
	font-size: 36px;
	font-weight:normal;
	padding: 5px 30px;
	display:inline;
	color: #666666;
	background-image:url(/galerie/images/line.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.gallerie #box_header  {
	border: thick double #CCCCCC;
	width: 740px;
	margin: 5px auto;
}

.gallerie #mainContent {
	padding: 0;
	background: #FFFFFF;
}
.gallerie #footer { 
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	padding: 0 10px;
	background:#DDDDDD;
	color: #999999;
	padding: 10px 0;
} 
.gallerie #footer a {
	color: #666666;
	text-decoration:none;
}
.gallerie #footer a:hover {
	text-decoration:underline;
}

.gallerie ul#list_galleries {
	float:left;
	list-style-type: none;	
	font-size: 16px;
	line-height: 32px;
	width: 120px;
	height: 545px;
	margin: 0 0 0 15px !important;
	-margin: 0 0 0 7px;		/* hack css IE6 */
}

.gallerie ul#list_galleries li {
	margin:0;
	padding:0;
}
.gallerie ul#list_galleries li .selected {
	background: url('/galerie/images/nav_oeil.gif') no-repeat 0 8px;
	padding: 3px 0 3px 20px;
}

.gallerie #list_galleries a {
	color: #666666;
	text-decoration:none;
}
.gallerie #list_galleries a:hover {
    /*	padding-right : 16px;
    	background : transparent url(/galerie/images/fleche.png) no-repeat center right;  */
	text-decoration:underline;
}

.gallerie #photo_container {
	float:left;
	width: 626px;
	height: 545px;
	text-align:center;
	display: inline;
}
.gallerie #photo {
	float:left;
	text-align:center;
	height: 518px;	/* 2 + 7 +500 + 7 + 2 */
	width: 518px;
	display: inline;
}

.gallerie .titre_photo {
	clear:both;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.gallerie .infos_photo {
	text-align: justify;
	margin-top: 5px;
}

.gallerie #photo img {
	border: 2px solid #DDDDDD;
	padding: 7px;
}

.gallerie #list_photos {
	width: 195px;
	height: 545px;
	overflow: auto;
}

.gallerie #list_photos img{
	border: 2px solid #DDDDDD;
	padding: 3px;
	margin: 2px 0;
}

.gallerie #list_photos img:hover {
	border: 2px solid #910000;
}


.gallerie #list_galleries_content {
	text-align: center;
	overflow: auto;
	height: 545px;
}

.gallerie #list_galleries_content img {
	border: 5px solid black;
	margin: 9px 9px;
}

.nav {
	float:left;
	background:transparent url(/galerie/images/navigation.gif) no-repeat;
	width:32px;
	height:47px;
	text-decoration:none;
	overflow:hidden;
	text-indent:-9999px;
	display: inline;
}

#nav_prev {
	margin: 30px 10px 30px 5px;
	background-position: 0px -47px;
}
#nav_prev:hover {
	background-position: -32px -47px;
}

#nav_next {
	margin: 30px 5px 30px 10px;
	background-position: 0px 0px;
}
#nav_next:hover {
	background-position: -32px 0px;
}

