body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
}
#conteneur {
	width: 673px;
	margin: 3px auto;
}
#haut {
	color: #FFF;
	width: 221px;
	height: 140px;
	background-color: #778CB2;
}
#haut p{
		
}
#hautdroit {
	float: right;
	height: 140px;
	width: 447px;
	text-align: right;
	background: url("./Images/ICSA_animated_logo.gif") no-repeat center center;
}
.clr {
clear:both;
}
#gallerie {
	width: 673px;
	padding-top: 5px;
}
#news {
	width: 213px;
	height: 372px;
	margin-top: 5px;
	background-color: #778CB2;
	color: #FFF;
	padding: 4px;
}
#news a:link, #news a:visited, #news a:hover, #news a:active{
	color: #FFF;
	text-decoration: none;
	
}
#menu {
	width: 422px;
	background-color: #F7CB34;
	padding: 13px;
	border-bottom: 5px solid #FFF;
	float: right;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #F7CB34;
	padding: 13px;
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	padding: 13px;
	background-color: #F21E1E;
	text-decoration: none;
	color: #FFF;
}
#contenu {
	width: 446px;
	float: right;
	height: 380px;
	margin-top: 5px;
	background-color: #A0AECB;
}
p {
	margin: 0;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB34;
}
.h1_bis{
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF5500;	
}
h2 {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFF;
}
#details {
	padding: 12px;
	color: #000;
	height: 307px;
	width: 422px;
	overflow: auto;
}
#pied {
	background-color: #F7CB34;
	padding: 12px;
	width: 649px;
	color:#000;
	font-size: 90%;
	text-align: center;

	border-top: 5px solid #FFF;
}
#pied a:link, #pied a:active, #pied a:hover, #pied a:visited {
	color:#000;
}
h4 {
	text-align: center;
	font-size: 180%;
	color: #F21E1E;
}
h5 {
	text-align: center;
	font-size: 130%;
	color: #FFF;
}
ul .initiale:first-letter{
	font-size: 200%;
	color: #eee;
}