body{ background: #00040f url(fond.jpg) /*fixed*/ top no-repeat; }
p{margin:0; color: #fff;}
a{color:#5a8fb8;text-decoration:underline;}
a:hover{color:#65d1e5;text-decoration:underline;}
.fiche-titre{font-family:'Old Standard TT', serif;font-size:20px;color:#fee39c;margin-bottom:10px;}
.sscadre{max-width:900px;margin:0 auto 0 auto;}
.fiche-cellule{background:rgba(0, 0, 0, 0.5);padding:20px;border-radius:3px;color:#fff;border: 1px solid #235482;}
.article-corps-titre{}
.titres{}
@media (min-width: 768px){ 
	#entete{height:200px;}
	}
@media (max-width: 767px){ 
	body{ background-size: auto 200px; background-position: center 25px; }
	#entete{height:150px;}
	.sscadre{padding:10px;}
	}
