/* CSS Document */
/* Corps de texte */
font {
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:13px;
	text-align:justify;
	}
	
font.visionneuse {
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:11px;
	text-align:justify;
	}

font.titre_photo {
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:16px;
	text-align:justify;
	}
	
font.nom_photo {
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:9px;
	font-weight:bold;
	}
	
font.bandeau {
	color:#FFCC99;
	font-weight: bold;
	font-size:16px;
	font-family:"Book Antiqua";
	/*font-weight:bold;*/
	}
	
font.titre {
	text-align: center;
	font-weight: bold;
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:16px;
	}
	
font.photo_nom {
	text-align: center;
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:16px;
	}

font.titre_accueil {
	text-align: center;
	font-weight: bold;
	color: #FFCC99;
	font-family:"Book Antiqua";
	font-size:18px;
	}
	
font.mentions {
	text-align:center;
	color:#FFCC99;
	font-family:"Book Antiqua";
	font-size:10px;
	}
	
font.plan_titre {
	color:#FFCC99;
	font-size:13px;
	text-decoration:underline;
	font-family:"Book Antiqua";
	}


/* Les liens */
a {
	color:#FFCC99;
	text-decoration:none;
	}

a:hover {
	color:#3333FF;
	text-decoration:underline;
	}
		
a:active {
	color:#FFCC99;
	}
	

/* Les images */

img {
	border:none;
	padding : 0;
	margin : 0;
	}
  
/* Agrandissement image au passage de la souris */

a.info_gauche {
	position: relative;
	text-decoration: none;
	color: black;

	}
	
a.info_gauche span {
	display: none;
	}
	
a.info_gauche:hover {
	background: none; /* correction d'un bug IE */
	z-index: 1000;
	}
	
a.info_gauche:hover span {
	display: inline;
	position: absolute;
	top: 0em;
	left: 1em;
	text-align: center;
	color: white;
	padding: 2px;
	}
	
a.info_droite {
	position: relative;
	text-decoration: none;
	color: black;

	}
	
a.info_droite span {
	display: none;
	}
	
a.info_droite:hover {
	background: none; /* correction d'un bug IE */
	z-index: 1000;
	}
	
a.info_droite:hover span {
	display: inline;
	position: absolute;
	top: 0em;
	left:-300px;
	text-align: center;
	color: white;
	padding: 2px;
	}
	
/* Infobulle des reportages */

a.info {
	position: relative;
	text-decoration: none;
}

a.info span {
	display: none;
	text-decoration: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
	text-decoration: none;
}

a.info:hover span {
	display: inline;
	position: absolute;
	top: 28px;
	left: -150px;
	background: #666666;
	color:#FFCC99;
	padding: 2px;
	width:500px;
	text-decoration: none;
}

a.info_bis {
	position: relative;
	text-decoration:none;
}

a.info_bis span {
	display: none;
	text-decoration: none;
}

a.info_bis:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
	text-decoration: none;
}

a.info_bis:hover span {
	display: inline;
	position: absolute;
	top: 28px;
	left: -150px;
	background: #666666;
	color:#FFCC99;
	padding: 2px;
	width:500px;
	text-decoration: none;
}
.test td {
border : 1px solid white;}
div.center {
	width : 990px;
	margin : 0 auto;
	padding : 0;
}
/* Diaporama */
.nav_coul {
position:relative;
height:85px;
background-image:url('fond_onglets/fond_gris_clair.jpg');
}
.nav_nb {
position:relative;
height:115px;
background-image:url('fond_onglets/fond_gris_clair.jpg');
}
.nav {

left:7px;
position:absolute;
display:inline;
width:155px;


text-align:center;
}
.nav a {
margin:5px;
}

/* Livres Photobox */
.livre {
float:left;
width:100px;
text-align:center;
}
.livre img {
border:0;
}
.livre a {
text-decoration:none;
}