/*** LETTRE D'INFO ***/
@media screen {
	body{
		margin:0 0 20px 0;
		padding:0;
	}
	#Mh-visuel { text-align: center; }
	#Mh-visuel p, hr { display: none }
	#Mh-visuel img { border: none }
	#Mh-visuel h2 { 
		 text-align: center;
		font-size: 1.4em;
		font-weight: normal;
		padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		color:#00b4d8;
		text-transform:uppercase;
	}
	#Mh-visuel h3 {
		 text-align: center;
		font-size: 1.3em;
		color: #68818f;
		font-weight: normal;
	}
	
	#layout-page {
		color: #000;
		background-color: #fff;
	}
	
	#menu-Lettre {
		font: 80% Arial, Helvetica, sans-serif;
		color: #000;
		background-color: #EEE;
		border-bottom: 1px solid #00b4d8;
		border-top: 1px solid #00b4d8;
		margin-bottom: 30px;
		padding: 3px;
		position: relative;
	}
	#menu-Lettre table {
		width: 760px ;
		margin-right: auto;
		margin-left: auto;
	}
	
	form { margin: 0; padding: 0 }
	
	/* lien */
	#menu-Lettre a { color:#00b4d8 }
	#menu-Lettre a:visited { color: #00b4d8; }
	#menu-Lettre a:hover { color: #000; }
	#menu-Lettre a:active { color: #00b4d8; }
	
	a { color:#00b4d8 }
	a:visited { color: #00b4d8; }
	a:hover { color: #000; }
	a:active { color: #00b4d8; }
	
	a.suite-gauche {
		padding-left: 16px;
		background: url(../../images/suite-gauche.gif) 0 80% no-repeat;
		text-decoration: none;
	}
	a.suite-droite {
		padding-right: 16px;
		background: url(../../images/suite-droite.gif) 100% 80% no-repeat;
		text-decoration: none;
	}
	
	p {
		margin:0;
	}
	
	/* W3C */
	.right { text-align: right; }
	.left {	text-align: left; }
	.center { text-align: center; }
	.justify { text-align: justify; }
	.nowrap { white-space: nowrap; }
	.vtop { vertical-align: top; }
	.spacer, .clear { clear: both; font-size: 0; }
}

@media print {
	#menu-Lettre, .mh-stitre,
	#Mh-visuel h1, #Mh-visuel h2 { display: none }
}
