/***************************** CSS MODELE 1 ********************************/
body{
	background-color: white;
	text-align: center;
}

*{
	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;
}

#f_balise_h1{
    position: absolute;
    width: 990px;
}

#f_bandeau{
    position: relative;
	width: 990px;
	height: 127px;
	background-image: url(images/fnb/home_bandeau.jpg);
	background-repeat: no-repeat;
}

#f_page{
	width: 990px;
	float: left;
	background-image: url(images/fnb/page_fond.jpg);
	background-repeat: repeat-y;
}

#f_gauche{
	position: absolute;
	top: 50%;
	margin-top: -108px;
	left: 3px;
	z-index: 10;
}

#f_centre{

	width:990px;
	height: auto;
	min-height: 216px;
	_height: 216px;
	float:left;
	background-image: url(images/fnb/centre_fond.jpg);
	background-position: 137px 0px;
	background-repeat: repeat-y;
}

#f_droite{
	float: right;
	width:193px;
	color: #00aece;
	padding: 40px 0px 0px 50px;
	background-image: url(images/fnb/droite_fond.jpg);
	background-repeat: no-repeat;
	z-index: 50;
}

#f_bas{
    width: 990px;
	height: 226px;
	background-image: url(images/fnb/bas_fond.jpg);
	background-repeat: no-repeat;

}

/***************************** PARTIE HAUTE ********************************/
#f_balise_h1 h1{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	color: #cccccc;
	font-size: 10px;
}

#flashcontent1{
	position: absolute;
	z-index: 100;
}

#flashcontent2{
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

/***************************** PARTIE GAUCHE ********************************/

/***************************** PARTIE CENTRE ********************************/
#contenu{
	width: 550px;
}

#contenu .bloc .texte{
	font-size: 12px;
}

#f_contenu{
	float: left;
	background-image: url(images/fnb/gauche_div_fond.jpg);
	background-repeat: repeat-y;
	padding: 35px 0px 10px 157px;
}


/***************************** PARTIE DROITE ********************************/
#f_connexion{
	padding: 20px 0px 0px 0px;
	font-size: 12px;
}

#f_droite span{
	font-weight: bold;
}

#f_connexion div{
	padding: 7px 0px 0px 0px;
}

#f_connexion input{
	width: 125px;
}

#f_connexion div#f_connexion_btn{
	float: right;
	padding: 45px 10px 0px 0px;
}

#f_connexion_btn input{
	width: 35px;
}

/***************************** BAS DE PAGE ********************************/
#f_copyright {
	padding: 3px 13px 3px 7px;
   	font-size: 10px;
	text-align: right;
}

#f_copyright img{
	margin-bottom: -2px;
}