/*Feuille CSS générale des IntelligenseS PlurielleS...*/

body{
	background-color: #FFB871;
   text-align: center; /* pour corriger le bug de centrage IE */
}

h1{
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	color: #FF6A31;
	line-height: 0.7em;
}

a{
	color: #FFF;
}

