body{
	margin: 0;
	padding: 0;
	text-align : center ; /* pour corriger le bug de centrage IE */
	/*background-color : #7BBBDD;*/
	background-color : #FFFFFF;
}



/****** CALQUE HIRONDELLE ******/
#hirondelle_accueil{
	/*position: absolute;*/
	position: relative !important;
	position: static;
	float: right;
	width : 60px;
	margin-top:-50px;
	z-index: 25;
}

#hirondelle{
	position: relative !important;
	position: static;
	width : 30px;
	height : 32px;
	float: right;
	/*background-color:red;*/
	/*margin-bottom : 10px;*/
	cursor: pointer;
	z-index: 25;
}




/****** CALQUE 'JOSE LEVY' ******/
#jose {
	display: none;
	width: 720px;
	height: 540px;
	position: fixed;
	/*border: 1px solid #888;*/
	z-index: 2;
	top:0;
	left:0;
}

/*** Fixed: IE ***/
* html #jose {
	position: absolute;
}



/****** PAGE ACCUEIL ******/
#slideshow {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 315px;
	margin-top: -157px;			/* moitié de la hauteur */
	margin-left: -210px;		/* moitié de la largeur */
}

#s3slider {
   width: 420px; /* important to be same as image width */
   height: 315px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: left;
}

#s3sliderContent {
   width: 420px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   left: 0;
   margin: 0; /* important */
   padding: 0;
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	bottom: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 0px 8px;
	padding-bottom: 4px;
	width: 420px;
	/*background-color: #000;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7; 
	opacity: 0.7;*/
	background: transparent;
	color: #808080;
	display: none; /* important */
	text-align: left;
}

.clear {
   clear: both;
} 




/****** PAGE PROJET ******/
div#bloc_420 {
	width: 420px;
	margin: 0px auto;
	text-align: left;
	/*background-color : green;*/
}

div#langue {
	width: 420px;
	height : 18px;
	margin: 5px auto;
	text-align: left;
	/*background-color : yellow;*/
}

.bloc_projet{
	/*border-bottom : 1px solid #CCCCCC;*/
	margin-bottom : 20px;
	/*background-color : yellow;*/
}

.infos_projet{
	display: none;
}

#photo_parcours{
	display: none;
	text-align: center;
}





/****** MINIATURES ******/
.conteneur_miniature{
	border-spacing: 0px;
	padding : 0px;
	margin : 0px;
	width : 372px;
}


.miniature{
	display : block;
	float: left;
	width: 60px;
	margin: 0px;
	padding: 0px;
}

.miniature img{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
}

a.miniature {
	border : 1px solid #ffffff;
}

a.miniature:hover {
	border : 1px solid #333333;
}


/****** LIENS ******/
a{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}

a.diapo{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #000000;
}

a.mail{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #808080;
}



/****** DAN ******/
.fontLvljose {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
}

.fontLvl1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}

.fontLvl2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #808080;

}

.fontLvl3 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #808080;
}


.fontLvl4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.fontLvl5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #00CCFF;
}

.fontLvl6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FF0000;
}

.fontLvlActu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}