/***************************** CSS MODELE 2 ********************************/
/***************************** DECOUPAGE DE LA PAGE ************************/
#nc_centre {
	width: 705px;
	float: left;
	padding-left: 30px;
}
/***************************** PARTIE HAUTE ********************************/
#lien_logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 35px;
	width: 180px;
	height: 165px;
}
/***************************** PARTIE GAUCHE ********************************/
#nc_menu_haut {
	padding: 0px 0px 0px 10px;
	background: url('./images/nettycars/menu_haut.png') top right no-repeat;
	_background: url('./images/nettycars/menu_haut.gif') top right no-repeat;
	width: 206px;
	height: 40px;
}
#nc_menu_bas {
	padding: 0px 0px 0px 18px;
	background: url('./images/nettycars/menu_bas.png') bottom right no-repeat;
	_background: url('./images/nettycars/menu_bas.gif') bottom right no-repeat;
	width: 198px;
	height: 20px;
}
#nc_menu_repet {
	position: relative;
	z-index: 100;
	padding: 0px 0px 0px 18px;
	background: url('./images/nettycars/menu_repet.png') 18px 0px repeat-y;
	_background: url('./images/nettycars/menu_repet.gif') 18px 0px repeat-y;
	width: 198px;
}
#nc_actu {
	padding: 35px 0px 20px 22px;
	margin-top: 10px;
	margin-left: 4px;
	background: url('./images/nettycars/fd_actu.png') no-repeat;
	height: 121px;
	width: 191px;
}
/***************************** PARTIE CENTRE ********************************/
#nc_ariane {
	float: left;
	margin-top: 60px;
}
#nc_ariane, #nc_ariane a {
	color: #fff;
}
#nc_ariane img {
	padding-right: 5px;
}
#contenu_haut {
	float: left;
	margin: 5px 0px 0px 0px;
	background: url('./images/nettycars/contenu_haut.png') no-repeat;
	width: 693px;
	height: 9px;
}
#contenu_bas {
	float: left;
	margin: 0px 0px 0px 0px;
	background: url('./images/nettycars/contenu_bas.png') no-repeat;
	width: 693px;
	height: 11px;
}
#contenu_repet {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: url('./images/nettycars/contenu_repet.png') repeat-y;
	width: 673px;
	color: #707070;
}
/***************************** PARTIE BAS ********************************/