/***************************** CSS MODELE 1 ********************************/
div{
	border: 0px solid black;
}

/***************************** DECOUPAGE DE LA PAGE ********************************/
#b_contener{
	position: relative;
	width: 740px;
	/*height: 1000px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('./images/brit/bg.jpg') repeat-y;
	/*overflow: hidden;*/
	padding-left: 101px;
	padding-right: 109px;
}
#b_page{
	position: relative;
	width: 720px;
	padding : 10px;
}
#b_bandeau{
	position: relative;
	width: 720px;
}

/***************************** PARTIE HAUTE ********************************/
#menu {
position: absolute;
width: 720px;
height: 43px;
background: url('./images/brit/fd_menu.jpg') no-repeat;
z-index: 100;
}

/***************************** PARTIE CONTENU ********************************/

#contenu {
/*height: 740px;*/
padding: 60px 0px 0px 0px;
/*overflow: hidden;*/
}

dl, dt, dd, ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu dl{
	float: left;
	margin: 0px 2px;
}

#menu dt{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
}
#menu dd{
	position: absolute;
	display: none;
	background-color: #ffffff;
	border: 1px solid #c50000;
	top: 40px;
	width: 148px;
}

#menu li{
	text-align: left;
	cursor: pointer;
padding-left: 10px;
}

#menu li a, #menu dt a{
	color: #000000;
	text-decoration: none;
}

#menu li.niv2{
	background-color: #ffffff;
}

#menu li.niv2_on{
	background-color: #006699;
}

#menu li.niv2_on a{
	color: #ffffff;
}
#phare {
background: url('./images/brit/phare.jpg') 600px bottom no-repeat;
width: 740px;
}