body {
	background: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.spacer {
	clear: both;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

#conteneur {
	width: 1002px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: white url(images/bbc/foot.gif) no-repeat bottom;
}

#header {
	width: 1002px;
	height: 268px;
	background: white no-repeat 10px 0px;
	position: relative;
}

#footer {
	width: 1002px;
	height: 58px;
	color: white;
	font-size: 10px;
	line-height: 10px;
	float: left;
}

/*******************************
************ HEADER ************
*******************************/


/*** Menu ***/

#menu {
	height: 28px;
	margin: 0px;
	padding: 0px 50px 0px 0px;
	list-style: none;
	font-size: 11px;
	float: right;
}

#menu li {	
	width: 124px;
	height: 28px;
	margin: 0px 0px 0px 8px;
	float: left;
	position: relative;
	z-index: 3;
}

#menu li a.niveau1 {
	width: 124px;
	height: 21px;
	padding: 10px 0px 0px 0px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: white;
	background: url(images/bbc/bg_onglet_menu.gif) no-repeat top left;
}

#menu li ul {
	width: 161px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	position: absolute;
	top: 31px; 
	left: 0px;
	list-style: none;
	background: url(images/bbc/menu_deroulant_bas.gif) no-repeat bottom left;
                display: none;
}

#menu li ul li {
	width: 147px;
	height: auto;
	margin: 0px;
	padding: 0px 7px;
	float: left;
	background: white;
}

#menu li ul li.arrondiHaut {
	height: 15px;
	background: transparent url(images/bbc/menu_deroulant_haut.gif)  no-repeat top left;
}
#menu li ul li a.niveau2 {
	width: 120px;
	padding: 5px 6px 5px 20px;
	display: block;
	color: #057bbd;
	background: white url(images/bbc/puce_fleur_bleue.gif) no-repeat 6px 6px;
	float: left;
}

#menu li ul li a.niveau2:hover {
	color: white;
	background: #87c2e6 url(images/bbc/puce_fleur_blanche.gif) no-repeat 6px 6px;
	text-decoration: none;
}

/*** Inscription Newsletter ***/

#form_newsletter {
	width: 160px;
	height: 46px;
	position: absolute;
	top: 221px;
	left: 57px;
	background: url(images/bbc/newsletter_inscrivez-vous.gif) no-repeat top left;
	z-index: 2;
}

#form_newsletter .champEmail{
	width: 126px;
	height: 12px;
	position: absolute;
	top: 26px;
	left: 0px;
	font-size: 9px;
	line-height: 9px;
	color: #79ab0d;
	border: 1px solid #79ab0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#form_newsletter .btnOk{
	position: absolute;
	top: 27px;
	right: 0px;
}


/*** Accès espace Pro ***/

#accesEspacePro {
	width: 144px;
	height: 48px;
	position: absolute;
	top: 220px;
	right: 63px;
	background: url(images/bbc/espacePro.gif) no-repeat top left;
	z-index: 2;
}

#accesEspacePro a {
	width: 125px;
	height: 14px;
	display: block;
	margin: 31px 0px 0px 12px;
	background: url(images/bbc/espacePro_btnAcces_off.gif) no-repeat top left;
}

#accesEspacePro a:hover {
	background-image: url(images/bbc/espacePro_btnAcces_on.gif);
}


/*******************************
************ CONTENU ***********
*******************************/

#contenu a {
	color: #70a00a;
	text-decoration: none;
}

#contenu a:hover {
	text-decoration: underline;
}

/*******************************
************ FOOTER ************
*******************************/

#footer a {
	margin: 0px 0px 0px 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #copyright {
	width: 400px;
	padding: 12px 34px 0px 0px;
	line-height: 10px;
	text-align: center;
	float: right;
}

#footer #copyright img {
	margin: 0px 0px -2px -16px;
}



