﻿/***************** MODIF JO' *****************/

h2 a {
color: #fff !important;
text-decoration: none !important;
font-size: 12px;

}

label {
float: left;
width: 189px;

}

/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
/*background: url(../images/charte/bg-body-maxpawa.gif) ;*/
}
body,html{
height:100%;

/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{

background:#1d7287 url(../images/charte/bg-body-maxpawa.jpg) top center repeat-x;
}

div#container input {
	border: 2px solid #cccccc;
	padding: 3px;
	margin-bottom: 5px;

}
/***************** CONTAINER *****************/
#container{
	position:relative;
	/*min-height:100%;*/
	min-height:880px;
	width:960px;
	margin:0 auto;
	background: url(../images/charte/bg-container-maxpawa.jpg) top no-repeat;
}
/***************** HEADER *****************/
#header{
	width:960px;
	height:230px;
	/*background:url(../images/charte/bg-header-maxpawa.gif) center top no-repeat;*/
}

#headerFlash{
	float:left;
	width:960px;
	height:230px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:151px;
	list-style:none;
}
#menuLeft li a span{visibility:hidden;}
#menuLeft li a{
	text-decoration:none;
	background:#d7e1a5;
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	color:#5e3e27;
	height:64px;
	display:block;
	padding:0 0 0 10px;
}
#container #menuLeft li a:hover,
#container #menuLeft li a.rubrique_active{
	background-position:top right;
}
#menuLeft li.bt1 a{background:url(../images/charte/bt-illustrations-maxpawa.gif) no-repeat;}
#menuLeft li.bt2 a{background:url(../images/charte/bt-graphisme-maxpawa.gif) no-repeat;}
#menuLeft li.bt3 a{background:url(../images/charte/bt-contact-maxpawa.gif) no-repeat;}
#menuLeft li.bt4 a{background:url(../images/charte/bt-liens-maxpawa.gif) no-repeat;}

/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
}
#container #menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	height:14px;
	color:#5e3e27;
	display:block;
	padding:2px 5px 2px 13px;
}
#container #menuLeft li ul li a:hover,
#container #menuLeft li ul li a.rubrique_active{
	text-decoration:underline;
	color:#5e3e27;
	background:none;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:520px;
padding:0 15px;
overflow:auto;
height:530px;
/*background:#cdbfb3 url(../images/charte/bg-contenu-maxpawa.gif) center top no-repeat;*/
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/********************ANIM-ME**************************/
#anim-me{
	width:150px;
	height:320px;
	float:right;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
/*width:960px;*/
width:360px;
padding:0px 270px 0 330px;
height:50px;
margin:-50px auto 0;
background: url(../images/charte/bg-footer-maxpawa.gif) bottom;
}

/***************** NEWS *****************/
div#news {
	float: left;
	width: 200px;
	height: 300px;
	margin-left:45px;
}

h3{
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#5e3e27;
	letter-spacing:1px;
	margin:10px 0px 0px 0px;
}

a.bleu{
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:underline;
	color:#5e3e27 !important;
}
/*****************LIGHTBOX******************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: auto;
	height: auto;
}
#lightbox a img{
	border: none;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }