/* CSS Document  - Feuille de style FUSAINS - index.php */
/* COLONNE DE GAUCHE DANS INDEX */
#colgauche
{
	float:left;
	width:200px;
	height:726px;
	margin-top:2px;
	text-align:center;
}
#colgauche img
{
	display: block;
	margin:auto;
}
#colgauche h2
{
	margin-top:25px;
	margin-left:0px;
	margin-bottom:0px;
	color:teal;
}
#colgauche p
{
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	line-height:150%;
	text-align:center;
	color:white;
	font-weight:bold;
}
#colgauche ul
{
	margin-left:-10px;
	margin-right:10px;
	margin-top:10px;
	font-weight:bold;
	line-height:250%;
	list-style-type:circle;
}
#colgaucheh
{
	position: relative;
	top:0px;
	left:0px;

	width:200px;
	height:400px;
	margin-top:2px;
	text-align:center;
}
#colgauchem
{
	float:left;
	width:200px;
	height:207px;
	margin-top:2px;
	text-align:justify;
}
#colgaucheb
{
	float:left;
	width:200px;
	height:106px;
	margin-top:2px;
	text-align:center;
}
/* ZONE CENTRALE DANS INDEX */
#centre
{
	float:left;
	width:880px;
	height:730px;
	/*text-align:center;*/
	/*background-color:yellow;*/
}
#centre h2
{
	color:white;
}
#menuh
{
	width:880px;
	height:50px;
	text-align: center;
}
#menuh p
{
	margin-top:5px;
	margin-bottom: 5px;
}
#centre_img
{
	width:640px; 
	height:396px;
	margin-top:0px;
	margin-left:120px;
	margin-bottom:0px;
	text-align:center;
	/*background-color: red;*/
}
#centre_img img
{
	display: inline;
}
#centre_txt
{
	width:840px;
	height:215px;
	padding:10px;
	text-align:justify;
	/*background-color: #cccccc;*/
}
#centre_txt h1
{	
	margin-top: 25px;
	text-align:center;
	font-variant: small-caps;
	color:teal;
}
#centre_txt p
{
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
/* ANCRE A GAUCHE DU TEXTE SOUS LA PHOTO */
#lettrine
{
	float:left;
	margin-top:0px;
	margin-left:25px;
	margin-right:15px;
}
#menub
{
	width:880px;
	height:50px;
	/*background-color:#212121;*/
}
#menub p
{
	text-align: center;
	margin-top:25px;
	color: #ff5a00;
}
/* COLONNE DE DROITE DANS INDEX */
#coldroite
{
	float:right;
	width:200px;
	height:726px;
	margin-top:2px;
	text-align:justify;
}
#coldroiteh
{
	float:left;
	width:200px;
	height:400px;
	margin-top:2px;
	text-align:justify;
}
#coldroitem
{
	float:left;
	width:200px;
	height:280px;
	margin-top:2px;
	text-align:justify;
}
#coldroiteb
{
	float:left;
	width:200px;
	height:36px;
	margin-top:2px;
	text-align:justify;
}
#coldroiteb img
{
	margin:auto;
}