#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EEE;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #FFF;
	color: #333;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}/*  slideshow.css, version 0.3
 *  (c) Copyright 2007 Nathan Herald
 *
 *  slideshow.js is freely distributable under the terms of the GPL 2.0
 *  For details, see the slideshow.js web site: http://code.google.com/p/slideshow-js/
 *
 *------------------------------------------------------------------------------------*/

.slideshow {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin:auto;
	border: none;/*1px solid #666666;*/
}

.slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60000px;
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow ul li {
	float: left;
	margin-right: 10px;
}

.slideshow ul li a, .slideshow ul li a img {
	border:none;
}

.slideshow-nav {
	width: 204px;
	position: relative;
}

.slideshow-description {
	display: block;
	background: black;
	color: white;
	padding: 5px;
	font-size: 11px;
}

.slideshow-next-prev {
	text-align: right;
}

.slideshow-prev, .slideshow-next {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-stop {
	float: left;
}

.slideshow-play, .slideshow-stop {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-only .slideshow-stop {
	display: none;
}

.slideshow-stop-only .slideshow-play {
	display: none;
}
body {
	margin: 40px;
	/* font-family: Lucida Grande, Verdana, Sans-serif; */
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #DEDEDE;
	background-color:#000;
	background-image:url("images/background-black.jpg");
}

a {
	color: #DEDADE;
	background-color: transparent;
	font-weight: normal;
}

h1 {
 color: #DDD;
 background-color: transparent;
 font-size: 24px;
 font-weight: bold;
 margin: 10px 0 2px 0;
 padding: 5px 0 6px 0;
}



h1.accueil, li.accueil {
	padding-left:45px;
	background-image:url(images/accueil-40x40.png);
	background-repeat:no-repeat;
}

h1.news, li.news {
	padding-left:45px;
	background-image:url(images/rss-40x40.png);
	background-repeat:no-repeat;
}


h1.presentation, li.presentation {
	padding-left:45px;
	background-image:url(images/presentation-40x40.png);
	background-repeat:no-repeat;
}


h1.rubrique, li.rubrique {
	padding-left:45px;
	background-image:url(images/rubrique-40x40.png);
	background-repeat:no-repeat;
}

h2.rubrique {
	padding-left:35px;
	background-image:url(images/rubrique-30x30.png);
	background-repeat:no-repeat;
}

h1.recherche, li.recherche {
	padding-left:45px;
	background-image:url(images/recherche-40x40.png);
	background-repeat:no-repeat;
}




code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #666666;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

input {
	background:none;
	border:1px solid #333;
	margin:3px;
	color:white;
}

div#content {
	/* border:1px solid red; */
	width:900px;
	margin:auto;
}

div#wrapper {
	margin-left:260px;
}

div#panneau_gauche {
	position:absolute;
	top:0px;
	left:0px;
	width:260px;
	background-image:url("images/logo-pg.jpg");
	background-repeat:no-repeat;
}


ul#menu {
	margin:0;
	margin-top:120px;
	list-style-type:none;
}

ul#menu li {
	padding-bottom:15px;
}

ul#menu li a {
	text-decoration:none;
	font-size:24px;
}

div.description {
padding:20px;
font-style:italic;
}

a.photo_telecharger {
	text-decoration:none;
	font-size:20px;
	padding-left:35px;
	background-image:url("images/download-photo.jpg");
	background-repeat:no-repeat;
}

a.photo_email {
	text-decoration:none;
font-size:20px;
padding-left:35px;
 background-image:url("images/email-photo.png");
        background-repeat:no-repeat;
		outline:none;

}

/*
** Partie "contact" De Pascal
*/
div#contact {
	position:absolute;
	bottom:30px;
	left:30px;
	width:180px;
}


/*
** Page de login....
** =========================================================================
*/
div#login {
	width:300px;
	margin:auto;
	margin-top:300px;
	padding:20px;
}

div#login th {
	text-align:right;
	font-weight:100;
}

/*
** Accueil (mosaique 3*3)
** =========================================================================
*/
div.image_accueil {
	width:130px;
	height:190px;
	float:left;
	margin:10px;
}

div.mos_1 {
	background-image:url("images/mosaic_1_off.jpg");
	background-repeat:no-repeat;
}

div.mos_2 {
	background-image:url("images/mosaic_2_off.jpg");
	background-repeat:no-repeat;
}

div.mos_3 {
	background-image:url("images/mosaic_3_off.png");
	width:160px;
	height:208px;
	background-repeat:no-repeat;
}

div.image_accueil div {
	position:absolute;
	display:none;
	width:110px;
	height:111px;
	padding:10px;
	padding-top:80px;
	text-align:center;
}
	
div.image_accueil div a {
	font-size:20px;
	text-decoration:none;
	color:white;
	opacity:0.5;
}
	
div.accueil br {
	clear:both;
}
	
div.accueil {
margin-left:100px;
}

/*
** Liste des photos....
** =========================================================================
*/

ul#photo_liste {
	list-style-type:none;
	margin:0;
	paddin:0;
}

ul#photo_liste li {
	margin:10px;
	padding:10px;
	float:left;
	width:115px;
	height:140px;
	font-size:10px;
	text-align:center;
	display:inline;
}

ul#photo_liste li img {
 border: 1px solid #666666;
	margin:3px;
}


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

ul#photo_liste2 li {
	margin:20px;
	padding:0px;
	float:left;
	width:100px;
	height:100px;
	font-size:10px;
	text-align:center;
	display:inline;
}

ul#photo_liste2 li img {
	border: 1px solid #666666;
	margin:0;
	padding:0;
	
}


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

ul#photo_liste_mini li {
	margin:10px;
	padding:0px;
	float:left;
	width:100px;
	height:100px;
	font-size:10px;
	text-align:center;
	display:inline;
}



ul#photo_liste_mini li img {
	border: 1px solid #666666;
	margin:0;
	padding:0;
	
}

ul#photo_liste_mini li.current img {
	border:1px solid #DDD;
}


/*
** Liste des rubriques
** =========================================================================
*/
img.bordure {
	border: 1px solid #666666;
}


/*
** Liste des rubriques
** =========================================================================
*/
ul.liste_rubriques {
	list-style-type:none;
	padding:0;
	margin:0;
}



/*
** Page de login
** =========================================================================
*/
#login_form input,
#cgu_form input {
	color:#000;
}

#login_form a,
#cgu_form a {
	color:#333;
}

/*
** Client Info
*/
div#client_info {
	position:absolute;
	text-align:right;
	top:0;
	right:10px;
}





