/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.calendrier{
	float:left;
	display:inline;
	margin:10px 0 10px 30px;
	padding-bottom:2px;
	border:1px solid #dddddd;
	background-color:#fff6e6;
	width:142px;
}

.calendrier_mois_conteneur{
	float:left;
	display:inline;
	background:url(images/calendrier/calendrier_mois_centre.jpg);
	background-repeat:repeat-x;
	width:138px;
	height:26px;
  margin:2px;
}

.calendrier_mois_gauche{
	float:left;
	display:inline;
	background:url(images/calendrier/calendrier_mois_gauche.jpg);
	background-repeat:repeat-x;
	width:2px;
	height:26px;
}

.calendrier_mois_fleche{
	float:left;
	display:inline;
	width:12px;
	margin:6px 3px 0 3px;
}

.calendrier_mois_centre{
	float:left;
	display:inline;
	width:98px;
	height:26px;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:180%;
}

.calendrier_mois_droit{
	float:left;
	display:inline;
	background:url(images/calendrier/calendrier_mois_droit.jpg);
	background-repeat:repeat-x;
	width:2px;
	height:26px;
}

.calendrier_jour{
	float:left;
	display:inline;
	margin:2px 0 0 2px;
	width:18px;
	height:18px;
	color:#478497;
	font-size:11px;
	font-weight:bold;
	line-height:200%;
	text-align:center;
}



.calendrier_num_jour{
	float:left;
	display:inline;
	background:url(images/calendrier/calendrier_fond_jour.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:2px 0 0 2px;
	width:18px;
	height:18px;
	color:#478497;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	cursor:pointer;
}
.calendrier_num_jour:hover{
	background-position:0px -18px;
}



.calendrier_num_jour_aujourdhui{
	float:left;
	display:inline;
	margin:2px 0 0 2px;
	background:url(images/calendrier/calendrier_fond_jour.jpg);
	background-repeat:no-repeat;
	background-position:0px -36px;
	width:18px;
	height:18px;
	color:#478497;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	cursor:pointer;
}
.calendrier_num_jour_aujourdhui:hover{
	background-position:0px -18px;
}







.calendrier_num_jour_collect{
	float:left;
	display:inline;
	margin:2px 0 0 2px;
}

.calendrier_num_jour_collect a p{
	background:url(images/calendrier/calendrier_fond_jour.jpg);
	background-repeat:no-repeat;
	background-position:0px -72px;
	width:18px;
	height:18px;
	color:#478497;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

.calendrier_num_jour_collect a:hover p{
	background-position:0px -90px;
	text-decoration:none;
}



.calendrier_num_jour_avant{
	float:left;
	display:inline;
	background:url(images/calendrier/calendrier_fond_jour.jpg);
	background-repeat:no-repeat;
	background-position:0px -54px;
	width:18px;
	height:18px;
	margin:2px 0 0 2px;
	cursor:pointer;
}

.calendrier_popup{
	position:absolute;
	border:1px solid #121d31;
	background:#E7E7E7;
	padding:5px;
	display:none;
	color:#121d31;
	text-align:left;
}


.phototheque_liste_image {
	float : left;
	display:inline;
	width : 430px;
}

.phototheque_image {
	float : left;
	display:inline;
	width : 130px;
	height : 150px;
	margin : 0 10px 10px 0;
}

.phototheque_tag {
	float : left;
	display:inline;
	width : 180px;
	margin : 0 30px 0 0;
	text-align:justify;
}

.phototheque_tag_en_cours a div{
	background:url(images/phototheque_supprimer.jpg);
	background-position:0 1px;
	background-repeat:no-repeat;
  padding-left:20px;
}

.phototheque_tag_en_cours a div:hover{
	background:url(images/phototheque_supprimer_sur.jpg);
	background-position:0 1px;
	background-repeat:no-repeat;
  padding-left:20px;
}


#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
  position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  width: 694px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  display: none;
}

.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
  left: 0;
	width: 110px !important;
	height: 280px;
}

.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

ul { list-style-type: none;}

body{
	background:url(http://www.epsmoselle.com/images/fond.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#afc4d7;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #9e9ea0;
	margin: 0;
	padding:0;
}

*{margin:0; padding:0;}

.clear{clear:both;}

.conteneur{
	background:url(images/fond_corps.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0 auto;
	width:977px;
}

.logo{
	float:left;
	display:inline;
}

.menu{
	float:left;
	display:inline;
	background:url(images/fond_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:12px;	width:178px;
}

.menuLigne{
	float:left;
	display:inline;
	margin-left:24px;
	width:178px;
	font-size:14px;
  color:#1d4173;
}
.menuLigne A{font-size:14px;color:#1d4173; text-decoration:none;}
.menuLigne A:hover{text-decoration:underline;}

.corps{
	float:left;
	display:inline;
	margin:20px 0 20px 60px;
	width:690px;
	font-size:12px;
  color:#000000;
}
.corps A{font-size:12px;color:#4c7cba; font-style:italic; font-weight:bold; text-decoration:none;}
.corps A:hover{text-decoration:underline;}

.ligne_bleu{
	float:left;
	display:inline;
	margin-top:20px;
	background-color:#1c4072;
	width:690px;
	height:1px;
}

.corps_bas{
	float:left;
	display:inline;
	margin:10px 0;
	width:690px;
	text-align:center;
	font-size:10px;
  color:#132843;
}
.corps_bas A{font-size:10px;color:#132843; text-decoration:none;}
.corps_bas A:hover{text-decoration:underline;}

.bas{
	float:left;
	display:inline;
	background:url(images/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:977px;
	height:12px;
}

.accueil_droit_bord{
	float:right;
	display:inline;
	background-color:#1c4072;
	margin-top:80px;
  width:224px;
  padding:1px;
}

.accueil_droit{
	float:right;
	display:inline;
	background-color:#FFFFFF;
  width:204px;
  padding:10px;
}

.accueil_gauche{
	float:left;
	display:inline;
  width:440px;
}

.champsText {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #A5ACB2;
	height : 15px;
}

.champsSelect {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #A5ACB2;
}

.textArea {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #A5ACB2;
}

.bouton {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #A5ACB2;
}

.champsTextVide {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #c30000;
	height : 15px;
}

.textAreaVide {
	font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #F4F4F4;
	border : 1px solid #c30000;
}

