/* NeufTalk */
/* Declarations communes et homepage */

html, body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif; }

#nt_global {
	width:980px;
	margin:0 auto 0 auto;
	vertical-align:top; }

#nt_header {
	width:980px;
	height:56pp;
	text-align:left;
	padding:10px 0 12px 0; }

#nt_inside1 {
	width:980px;
	height:21px;
	background-image:url(i/box1.gif);
	background-repeat:no-repeat;
	clear:both; }
	
#nt_inside2 {
	width:980px;
	/*height:400px;						 PRECISER UNE TAILLE POUR FIREFOX 2 : fait dans le code */
	background-image:url(i/box2.gif);
	background-repeat:repeat-y;
	text-align:left;
	border:none; }

#nt_inside3 {
	width:980px;
	height:5px;
	clear:both; }

#nt_bloc484gauche {
	width:484px;
	margin:8px 0 0 4px;
	float:left; }

#nt_bloc484droit {
	width:484px;
	margin:8px 0 0 0;
	float:left; }

/* Texte normal black */
.nt_txt01 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:black; }

/* Texte normal rouge */
.nt_txt02 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#e65151; }
	
/* Texte normal+1 rouge */
.nt_txt03 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#e65151; }

/* Texte normal+1 bleu */
.nt_txt04 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#16387C; }
.nt_txt04 a {
	text-decoration:none;
	color:#16387C; }
.nt_txt04 a:hover {
	text-decoration:underline;
	color:#e65151; }
		
/* Liens charte SFR */
.nt_txt05 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#16387C; }
.nt_txt05 a {
	text-decoration:none;
	color:#16387C; }
.nt_txt05 a:hover {
	text-decoration:underline;
	color:#DC0707; }

.nt_liste1 {
	padding:0;
	margin:0; }
.nt_liste1 li {
	margin-left:16px; }
