/*Feuille de style pour la page chapitre*/
body{
	margin: 0; /* pour éviter les marges */

}
#conteneur{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 774px;
     height: 492px;
     margin-top: -246px; /* moitié de la hauteur */
     margin-left: -387px; /* moitié de la largeur */
}
#layer4{
	background-image: url('images/index_r1_c5.png');
	width: 277px;
	height: 137px;
}
#frame{
	overflow: auto;
	width: 733px; 
	height: 245px;
	text-align: center; /* pour corriger le bug de centrage IE */
}
#blocTitre{
	color : #491853;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}


.titreparagraphe{
	font-weight: bold;
}
.texte{
	color : #491853;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align : left;
	padding-left : 40px;
	padding-right : 30px;
}
.texte a{
	color : #491853;
	text-decoration : none;
}
.texte a:hover{
	color : #FFFFFF;
	background-color :#491853;
}
.navigation{
	color : #128F2D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align : left;
	font-style: italic;
	font-weight: bold;
	letter-spacing : -0.05em ;
}
.navigation a{
	color : #128F2D;
	text-decoration : none;
	}
.navigation a:visited {
	color : #FFBB55;
	text-decoration : none;
}
.navigation a:hover{
	color : #FFFFFF;
	background-color : #128F2D;
}
.gauche{
	float:left;
	width: 366px; 
	height: 200px;
}
.droite{
	float:left;
	width: 366px; 
	height: 200px;
}
.analyses{
	color : #491853;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}
.diapo{
	float:left;
	margin-left: 20px;
}
.tableau{
	color : #491853;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.entete{
	font-weight: bold;
}
/*bloc qui contient les images*/
#contient{
	width: 2500px; 
}
.contact{
	width: 733px; 
}
.deuxblocs{
	float:left;
	width: 360px;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color : #491853;	
	margin-left: 5px;

}
.deuxblocs a{
	color : #491853;
	text-decoration : none;
}
.deuxblocs a:hover{
	color : #FFFFFF;
	background-color :#491853;
}


