/***************************** CSS MODELE 2 ********************************/
html{
	height: 100%;
}

body{
	background-color: white;
	text-align: center;
	height: 100%;
}

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #336600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div{
	border: 0px solid black;	
}

/***************************** DECOUPAGE DE LA PAGE ********************************/
#f_contener{  
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	height: 100%;
	background-image: url('images/fnb/fond_type.jpg');
	background-repeat:  repeat-y;
	/*background-position: center;*/
}

#f_balise_h1{
    position: absolute;
    width: 990px;
}

#f_bandeau{
    position: relative;
	padding: 0px 0px 0px 0px;
	width: 990px;
	height: 127px;
	background-image: url(images/fnb/type_bandeau.jpg);
	background-repeat: no-repeat;
}

#f_page{
	position: relative;
	width: 990px;
	float: left;
	background: url('images/fnb/bg_page_type.jpg') repeat-y;
}

#f_menu {
	background-color: #fac809;
}

/***************************** PARTIE HAUTE ********************************/
#flashcontent1{
	position: absolute;
	z-index: 100;
}

#f_bandeau div a:hover{
	text-decoration: none;
}

#f_bandeau a{
	position: absolute;
	top: 108px;
	left: 888px;
	font-size: 10px;
	color: #ffffff;
}

#f_bandeau #lien_accueil {
	top: 0px;
	left: 0px;
	width: 80px;
	height: 125px;
}

#f_bandeau #lien_mentions {
	top: 108px;
	left: 888px;
}

#f_balise_h1 h1{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	color: #cccccc;
	font-size: 10px;
}


/***************************** PARTIE CENTRE ********************************/
#f_contenu{
	width: 820px;
	padding: 0px 85px 0px 85px;
	/*background: url('images/fnb/fond_type.jpg') repeat-y bottom;*/
}

#f_page_arrondi {
	width: 990px;
	height: 56px;
	background-image: url("images/fnb/page_type_arrondi.jpg");
	padding: 0px;
	margin: Opx;
}

/***************************** CSS GENERIQUE ********************************/
#contenu .titre h2{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#contenu ul{
	padding: 10px 0px 10px 20px;
}

#contenu li{
	list-style: disc;
	padding: 0px 0px 5px 0px;
}

#contenu .bloc{
	padding: 0px;
	margin: 0px;
}

#contenu .bloc .texte{
	text-align: left;
	font-size: 12px;
}