h1, h2, h3, h4 {
	margin: 0;
	padding: 0;

}
.news .titCat1, .news .titCat2, .news .titCat3, .news .titCat4, .news .titCat5, .news .titCat6, .news .titCat7, .news .titCat8 {
	/* letter-spacing: .5px; */
	text-transform: uppercase;
	font: 17.5px/19px 'Miso Regular', Arial, sans-serif;
	background-color: black;
	padding: 1px 5px 1px 4px;
	margin-bottom: -1px;
}
.news .cat1, .news .cat2, .news .cat3, .news .cat4, .news .cat5, .news .cat6, .news .cat7, .news .cat8 {
	text-transform: uppercase;
	font: 15px/16px 'Miso Regular', Arial, sans-serif;
	color: #000;
	width: 128px;
	padding: 2px 0px 1px 4px;
	/* text-indent: 3px; */
	margin: 0;
	/* letter-spacing: 1px; */
}
.news .titCat1 {color: #FF6A00; }
.news .cat1 { background-color: #FF6A00;}
.news .titCat2 {color: #FD7DE6; }
.news .cat2 { background-color: #FD7DE6;}
.news .titCat3 {color: #C0FF00; }
.news .cat3 { background-color: #C0FF00;}
.news .titCat4 {color: #00E4FF; }
.news .cat4 { background-color: #00E4FF;}
.news .titCat5 {color: #00FF96; }
.news .cat5 { background-color: #00FF96;}
.news .titCat6 {color: #FFFF00; }
.news .cat6 { background-color: #FFFF00;}
.news .titCat7 {color: #116FDC; }
.news .cat7 { background-color: #116FDC;}
.news .titCat8 {color: #DA0000; }
.news .cat8 { background-color: #DA0000;}
.news .date {font: 17px/20px 'Miso Regular', Arial, sans-serif;}

.news .corps {
	/* text-align: justify; */
	font: 16px/17px 'Miso Light', Arial, sans-serif;
	/* font: 12px/15px Georgia, Times, serif; */
	/* font-style: italic; */
	color: #404040;
}
.news p {
	margin: 0 9px 0 4px;

}

* {margin: 0;padding: 0;}
.newsa1, .newsa2, .newsb1, .newsb2 {
	position: absolute;
	/* float: left; */
	/* border: 1px solid red; */
}
.newsa1, .newsa2 {
	width: 510px;
	height: 254px;
	/* background-color: red; */
}
.newsb1, .newsb2 {
	height: 510px;
	width: 254px;
	/* background-color: blue; */
}
#sac {				
	width: 1024px;
}
.newsa1 img, .newsa2 img, .newsb1 img, .newsb2 img {
	width: 256px;
	height: 256px;
	background: #808080 url(../graph/fondNewsTrans.png) 0 0;
}
.texte {
	position: relative;
	width: 254px;
	height: 254px;
}
.news {
position: relative;
width: 254px;
height: 254px;
padding: 1px;
background: transparent url(../graph/fondNews.png) 0 0 no-repeat;
/* opacity: .5; */
}
.newsa1 .news { 
	position: absolute;
	left: 256px;
	top: 0;
}
.newsa1 img {
	position: absolute;
	left: 0;
	top:0px;
}
.newsa2 .news { 
	position: absolute;
	left: 0px;
	top:0px;
}
.newsa2 img {
	position: absolute;
	left: 256px;
	top:0px;
}
.newsb1 .news { 
	position: absolute;
	top: 256px;
	left: 0px;
}
.newsb1 img {
	position: absolute;
	left: 0px;
	top:0px;
}
.newsb2 .news { 
	position: absolute;
	left: 0px;
	top:0px;
}
.newsb2 img {
	position: absolute;
	top: 256px;
	left:0;
}
.corps a {
	/* text-transform: uppercase; */
	text-decoration: none;
	/* background-color: black; */
	font: 16px 'Miso Regular', Arial, sans-serif;
	color: #FF6600;
	background: black  url(../graph/lien.png) right 6px no-repeat;
	
	padding: 0px 12px 0px 3px;
	
}
.corps a:hover {
	color: black;
	background: #FF6600  url(../graph/lien.png) right -14px no-repeat;
}
.corps strong {
	font: 16px 'Miso Regular', Arial, sans-serif;
	/* color: white; */
	/* letter-spacing: 1px; */
	/* background-color: #ff6600; */
	/* padding: 0px 3px 1px 3px; */
}