/*
	---------- Feuille de style de la home ----------
*/

/* Styles pour le centrage des pages */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
}

/* Styles de base */

body {
	background-color: #FBBB00;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFE300;
	text-decoration: underline;
}

/* Style specifiques */

.mini_form_contact_home,
.mini_form_contact_home div {
	color: #000000;
}
.mini_form_contact_home form {
	margin: 0px;
	padding: 0px;
}
.mini_form_contact_home input, 
.mini_form_contact_home textarea, 
.mini_form_contact_home select	{
	color: #000000;
	background-color: #e8e8e8;
	border-color: #000000;
	border-width: 1px;
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
.mini_form_contact_home input:hover, 
.mini_form_contact_home textarea:hover, 
.mini_form_contact_home select:hover {
	color: #0000ff;
	background-color: #f0f0f0;
}


div.intro, div.presse,
div.news {
	padding-left: 10px;
	padding-right: 10px;
}
.intro {
	text-align: justify;
}

.presse {
	text-align: justify;
}
.presse a {
	color: #2E82BF;
}
.news {
	text-align: left;
}

.news a {
	display: block;
	color: #FFFFFF;
}
.news a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.ensavoirplus {
	font-weight: bold;
}
a:hover .ensavoirplus {
	text-decoration: underline;
}

div.btn_blanc {
	margin-top: 5px;
}
.btn_blanc {
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.btn_blanc a {
	display: block;
	color: #000000;
}
.btn_blanc a:hover {
	color: #FF0000;
	text-decoration: none;
}

div.btn_rose {
	margin-top: 6px;
}
.btn_rose {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.btn_rose a {
	display: block;
	color: #FFFFFF;
}
.btn_rose a:hover {
	color: #0168B4;
	text-decoration: none;
	/*letter-spacing : +1px */
}

.copyright, .copyright a {
	font-size: 10px;
	color: #FAE152;
	text-align: center;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
