/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.actualite {
	margin: 20px 50px;
	border-bottom: solid 1px #8dc142;
	padding: 5px;
	padding-bottom: 20px;
}
.actualite h4 {
	color: #8cc63f;
	font: normal 12px Courier, Times, serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.actualite .photo {
	float: left;
	width: 120px;
}
.actualite .infos {
	margin-left: 140px;
}
.actualite .infos h3 {
	margin: 0;
}

#introduction {
	text-align: center;
}

h2.titre {
	text-align: center;
}

#tableau {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tableau td {
	text-align: center;
	width: 50%;
	padding: 0 20px;
	vertical-align: top;
}
#tableau td h3 {
	margin-top: 0;
}
#tableau td#case_gauche {
	border-right: solid 1px #8dc142;
}