@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #bcbcc6;
	font-family: Tahoma, arial, verdana;
	font-size: 11px;
}
input {
	font-size: 11px;
	height: 13px;
}
hr {
	color: #929292;
	height: 1px;
	background-color: #929292;
	border:0;
}
A {
	color: #ce081f;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #000;
}
A:active {
	color: #ce081f;
}
.table_principal {
	background-image: url(../images/fond_table_principal.gif);
	background-repeat: repeat-y;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	/*	padding-right: 7px;
	padding-left: 7px;
*/	height: auto;
}
.table_principal_bas {
	background-image: url(../images/bas_table.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*la classe "bandeau" a t retire et mise dans le squelette pour afficher un bandeau diffrent suivant les rubriques de niveau 1 */

.onglets {
	height: 28px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fd_onglets.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight:bold;
}
.onglets ul {
	list-style-type: none;
}
.onglets li {
	padding-right: 5px;
	padding-left: 5px;
	margin-right:5px;
	vertical-align: middle;
	height: 23px;
	float: left;
	padding-top: 5px;
}
.onglets li a:hover {
/*	text-decoration:underline;*/
}
.onglet_select {
	background-image: url(../images/fd_onglets_select.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	color: #000000;
}
.onglet_select a {
	background-image:url(../images/puce_onglet_select.gif);
	color: #000000;
}
.onglet_select a:hover {
	text-decoration: none;
}
.onglet_noselect {
	background-image: url(../images/fd_onglets.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.onglet_noselect a {
	background-image:url(../images/puce_onglets.gif);
	color: #FFFFFF;
}
.onglet_noselect a:hover {
	text-decoration:underline;
	color:#FFF;
}
.onglet_noselect a, .onglet_select a {
	padding-left: 20px;
	margin-right: 5px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Pour les onglets de la 2e ligne*/
.onglets_2eLigne {
	height: 28px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fd_onglets.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight:bold;
}
.onglets_2eLigne ul {
	list-style-type: none;
}
.onglets_2eLigne li {
	padding-right: 5px;
	padding-left: 5px;
	margin-right:5px;
	vertical-align: middle;
	height: 23px;
	float: left;
	padding-top: 5px;
}
.onglets_2eLigne li a:hover {
/*	text-decoration:underline;*/
}
.onglet_select_2eLigne {
	background-image: url(../images/fd_onglets_select.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	color: #000000;
}
.onglet_select_2eLigne a {
	background-image:url(../images/puce_onglet_select.gif);
	color: #000000;
}
.onglet_select_2eLigne a:hover {
	text-decoration: none;
}
.onglet_noselect_2eLigne {
	background-image: url(../images/fd_onglets.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.onglet_noselect_2eLigne a {
	background-image:url(../images/puce_onglets.gif);
	color: #FFFFFF;
}
.onglet_noselect_2eLigne a:hover {
	text-decoration:underline;
	color:#FFF;
}
.onglet_noselect_2eLigne a, .onglet_select_2eLigne a {
	padding-left: 20px;
	margin-right: 5px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Fin onglets 2e ligne*/


.contenu {
	background-color: #FFFFFF;
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.contenu tr {
	vertical-align: top;
}
.contenu_page {
	padding-top: 17px;
	padding-right: 25px;
	padding-bottom:20px;
	text-align:justify;
	/*border:1px red solid;*/
}
.contenu_page h1 {
	font-size: 15px;
	color: #ce081f;
	padding-bottom: 10px;
}
.encadre_page {
	width: 194px;
	background-image: url(../images/encadre_fond.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #d80019;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	color: #FFFFFF;
}
.encadre_page h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 15px;
}
.encadre_page h2{
	font-size: 15px;
	color: #ffa200;
	padding-bottom: 15px;
}

.encadre_page a{
	color: #FFFFFF;
	line-height:25px;
}
.encadre_page a:hover{
	color: #FFFFFF;
}
.encadre_page hr{
	color: #e05363;
	height: 1px;
	background-color: #e05363;
	border:0;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.navig_page {
	width: 200px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #ce081f;
}*/

.navig_page {
	width: 200px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #ce081f;
}
.navig_page ul{
	list-style-type: none;
	padding-right: 20px;
}
.navig_page li{
	line-height: 15px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.navig_page_niv2 ul{
	list-style-type: none;
	padding-right: 20px;
}
.navig_page_niv2 li{
	line-height: 15px;
	padding-left: 8px;
	background-image: url(../images/puce_menu_niv2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.navig_page_niv2 a{
	margin-left: -8px;
	color: #746366;
	padding-left: 8px;
}
.titre_page {
	font-size: 22px;
	color: #ce081f;
	text-align: right;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin-left: 25px;
	padding-right: 40px;
}
.bandeau_logo {
	background-image: url(../images/bandeau_slogan.gif);
	background-repeat: no-repeat;
	background-position: 154px 36px;
	vertical-align: top;
}
.bandeau_logo h1 {
	padding-top: 18px;
	padding-left: 5px;
}
#recherche {
	float: right;
	position: relative;
	top: -60px;
	margin-right: 28px;
	font-weight: bold;
	color: #8f8e8e;
}
#recherche img {
	position: relative;
	top: 1px;
}
.bas_de_page {
	background-image: url(../images/bdp.gif);
	background-repeat: no-repeat;
	width: 1004px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
}
.bas_de_page ul {
	list-style-type: none;
	text-align:right;
	padding-right: 4px;
}
.bas_de_page li {
	height: 23px;
	display:inline;
}
.bas_de_page li a {
	color:#000000;
	text-align:right;
}
.bloc_presentation {
	background-position: top;
	width: 50%;
	vertical-align: top;
	padding-right: 29px;
	padding-left: 29px;
}
.bloc_presentation h1 {
	background-color: transparent;
	background-image: url(../images/T_cif_habitat.gif);
	background-repeat: no-repeat;
	width: 60%;
	height: 49px;
	background-position: 0px bottom;  
}
.bloc_presentation h2 {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.bloc_presentation h3 {
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
}
.bloc_presentation h4 {
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #83676a;
	padding-top: 10px;
}
.bloc_presentation_link {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height:18px;
	font-weight:bold;
}
.actus {
	background-color: #cdcdd9;
	background-image: url(../images/fd_actus.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 50%;
	padding-right: 29px;
	padding-left: 29px;
	margin-top: 10px;
	padding-bottom: 18px;
}
.actus h1 {
	background-color: transparent;
	background-image: url(../images/T_actus.gif);
	background-repeat: no-repeat;
	width: 50%;
	height: 49px;
	background-position: 0px bottom;
}
.actus h2 {
	font-size: 11px;
	font-weight: bold;
	color: #ce081f;
	line-height: 20px;
}
.actus h3 {
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
}
.actus h4 {
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #83676a;
	padding-top: 10px;
}
.en_savoir_plus {
	color: #ce081f;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/*pour la page spcifique du dtail de l'actu*/
.dateActu 
{
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #83676a;
	padding-top: 10px;
}

.titreActu 
{
	font-size: 15px;
	color: #ce081f;
	padding-bottom: 10px;
	font-weight: bold;
	
}

.contenuActu 
{
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	
}

.en_savoir_plus a {
	color: #ce081f;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	border: 1px solid #929292;
	text-align: right;
	width:auto;
}
.en_savoir_plus a:hover {
	background-color: #FFDDD5;
	text-decoration:none;
	color: #ce081f;
}

/*pour le formulaire de demande d'infos*/
.label 
{
	text-align:right;

}
/*.inputDemandeInfos {
	font-size: 11px;
	font-family:Tahoma;
	background-color: #FFDDD5;
	margin-top:10px;
}*/
.champsObligatoires {
	color: red;
	font-style:italic;
	font-size: 10px;
	font-weight: normal;
}
.table_form_info td{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

textarea {
	font-family: Tahoma;
	font-size:11px;
}
.erreur_form {
	font-weight: bold;
	color: #CE081F;
}
