/* Global style*/ 
body{ 
	font-family:  Arial, sans-serif;
 	color: #000000;
 	background-color: #ffffff;
	text-decoration: none;
	font-size:14px;
	margin:0px 0px 0px 13px;
}
a{ text-decoration: none;}
a:link { color: #c20606;}
a:visited { color: #c20606;}
a:active { color: #c20606;}
a:hover { color: red;}
/*  titres */
h1 {
	font-size: 4.5em;
	color: #000000;
	font-weight: bolder;
	margin:0px;
	padding:8px;
}
.titre {
	font-size: 3.5em;
	color: #000000;
	font-weight: bolder;
}

/*  sous-titres */
h2 {		
	font-size: 1.5em;
	color: #828181;
	margin:0px;
	padding:8px;
}
.headline {		
	font-size: 1.5em;
	color: #828181;
	font-weight: bold;
	
}
.headline-selected {		
	font-size: 1.5em;
	color: #c20606;
	font-weight: bold;
}
/*  textes */
p {		
	font-size: 1em;
	color: #828181;
	font-weight: bolder;
}
/*  bold */
b {		
	color: #000000;
	font-weight: bolder;
}
.red {		
	color: red;
	font-size: 1.1em;
	font-weight: bolder;
}
p.intro{
	line-height:2.3em;
	text-align:justify;
	padding:0px 1em 0px 0px;
}
table.table_accueil{
	margin-top:15px;
}
/* Bordure de l'image */
img.image_expo{
	border-right:13px solid #ffffff;
	margin:0px;
	padding:0px;
	display: block;
}
/* Fond gris derrière l'image */
td.cellule_image{
	background-color:#000000;
	width:100%;
}
/* Texte de l'image */
div.caption{
	font-size:0.76em;
	color:#5c5a5a;
	margin:0px 5px 5px 9px;
	font-style:italic;
}
