/* CSS Viewer gris */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*line-height: 15px;*/
}

#main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
	/*#contenu_main{
		width: 100%;
	}*/
	#main #premier-element {
		margin-top: 0;
		margin-bottom: 0;
		background: transparent url(../../img/mvpiBarreHautFond.gif) bottom left repeat-x;
		height: 27px;
	}
	/*#main #dernier-element {
		margin-top: 0;
	}*/
#footer_mvp {
	background: transparent url(../../img/mvpiBarreBasFond.gif) bottom left repeat-x;
	/*position: absolute;
	bottom: 0; left: 0;*/
	position: relative;  /* Nécessaire pour Safari */
	width: 100%;
	/*height: 60px;*/
	text-align: center;
}

/* CSS pour ecran d'identification */
.msgIdent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#660000;
}
h1{
	background: #FFFFFF url(../../../img/logo_nathan_114.gif) top left no-repeat;
	border-bottom: #660000 solid 1px;
	height: 37px; /* 37 */
	margin: 0;
	padding: 5px 0 10px 120px;
	color: #FF6600;
	font-size:16px;
	font-weight:normal;
}
#sous_titre{
	background: #FFF url(../../img/picto_mvp.gif) top left no-repeat;
	width: 360px; /* 490 */
	height: 60px; /* 100 */
	margin: 0 0 15px 0;
	padding: 40px 0 0 130px;
	font-weight: bold;
	line-height: 18px;
}
p{
	margin: 0;
}

