/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */

/**********************************************************/
/*						STYLES GENERAUX 				  */
/**********************************************************/
body {
	margin:0 0 0 10px;
	padding: 0;
	border: 0;	
	color: #222;
	background:#fff url(../medias/logoNB_arcouest.gif) no-repeat right top;
	font:10pt "Bitstream Vera Serif",Garamond,Georgia, "Times New Roman", Times, serif;
	line-height:14pt;
	}
strong{
	font-weight:bold;
}
a{
	color:#222;
	text-decoration:none;
	}
h1{
	margin-top:150px;
	line-height:20pt;
}
h3{
	margin-top:70px;
}
h2{
	font-size:18pt;
}
h3{
	background:#222;
	color:#fff;
	font-size:12pt;
}
h4{
	font-size:11pt;
}
p{
	margin:6px 0;
}
/**********************************************************/
/*			   PARAMETRES DES BLOCS     			      */
/**********************************************************/	
#conteneur{
	width:650px;
}
ins,hr,#menu,#formulaire,#basdepage,p img,h2{
	display:none;
}