a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;}
/* 	Section flash */
	.flash_petit {
	width:970px;
	height: 390px;
	z-index: 100;
	}

/******* CENTRE *******/
	#centre {
	width:970px;
	background-image: url(/images/tuile_centre.jpg);
	background-repeat: repeat-y;
	}
/* 	Menu_GAUCHE */
	.cadre {
	width:222px;
	height: 200px;
	background-image: url(/images/menu/menu_gauche/espace_menu_lateral_gau.jpg);
	background-repeat: no-repeat;
}
.twitter {
	width:222px;
	height: 111px;
	/*left: -1px;*/
	background-image: url(/images/menu/menu_gauche/twitter.jpg);
	background-repeat: no-repeat;
}
	.twitter a:link {
	display: block;
	background-image: url(/images/menu/menu_gauche/twitter.jpg);
	background-repeat: no-repeat;
	}
	.twitter a:visited {
	display: block;
	background-image: url(/images/menu/menu_gauche/twitter.jpg);
	background-repeat: no-repeat;
	}
	.twitter a:hover {
	background-image: url(/images/menu/menu_gauche/twitter_over.jpg);
	background-repeat: no-repeat;
	display: block;
	}

.centre_gauche {
	width:748px;
	float: right;
	}
/* 	ZONE TEXTE */
	.zone_texte {
	width:678px;
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 25px;
}
.zone_gauche {
	width:300px;
	float: left;
	padding-top: 50px;
	}
.zone_droite {
	width:378px;
	float: right;
}
