* {
	margin:0;
	padding:0;
	border:0;
}

html {
	font-size: 12px;
}

body {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background:#000;
}

p, hr, h1, h2, h3, h4 {
	margin: 0 15px 10px 15px;
	color:#333;
}

h1 {
	font-size: 1.6em;
	color:#000;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, h4 {
	font-size: 12px;
}

h1, h2, h3, h4, .gras, .page {
	font-weight:bold;
}

p {
	text-align: justify;
}

ul {
	padding-left: 10px;
	list-style: inside;
}

a {
	color:#000;
}
a:hover {
	color:#333;
}

img {
	border:none;
}

.actu, .entete, #pieds, .lien {
	width:700px;
	margin:0 auto;
	padding: 15px 35px;
	height:auto;
}

.actu {
	background-color:#fff;
	overflow:auto;
}

.entete {
	background-color:#fff;
	overflow:hidden;
}

.lien {
	padding: 45px 0 0 0;
	text-align: right;
	width: 770px;
}

.lien, .lien a {
	color: #ccc;
}

#tete {
	background:#FFF;
	margin:45px auto 0 auto;
	padding-top:40px;
}

#pieds {
	background-color:#FFF;
	margin:0 auto 40px auto;
	overflow: auto;
}

#img {
	margin:auto;
	text-align:center;
}

.centrer {
	text-align:center;
}

.floatdroite {
	float:right;
	position:relative;
}

.floatgauche {
	float:left;
	position:relative;
}

.droite {
	texte-align: right;
}

.gauche {
	texte-align: left;
}

.inlineblock {
	display: inline-block;
}

.marge {
	margin: 0 15px;
}

.margedessous {
	margin: 0 15px 30px 15px;
}

.soustitre {
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	color:#000;
}

hr {
	margin: 20px auto;
	width: 670px;
	border: none;
	border-bottom: solid 0.1em #999;
}

.petithr {
	margin: 20px auto;
	width: 200px;
	border: none;
	border-bottom: solid 0.1em #999;
}

.sommaire {
	font-size: 13px;
	list-style-image: url("http://www.banditnet.fr/labo/upload/images/visuels%20newsletter/fleche.png");
	margin-left:15px;
}

.sommaire li ul {
	margin-left:30px;
}

.note { font-size:9px;}
.taille {
	height:156px;
}

.partenaires {
	margin: 20px 15px;
	float: left;
}

.partenaires a {
	margin: 0 12px 0 0;
	display: inline-block;
}

/*.partenaires a img {
	height: 50px;
}*/

.intro {
	margin: 40px 15px;
}
.encart {
	width: 230px;
	height: auto;
	margin: 42px 15px;
	padding: 15px;
	background: #fff;
	overflow: hidden;

	filter : alpha(opacity=2);
    -moz-opacity : 0.8;
    opacity : 0.8;
}

.encart p, .encart ul, .encart img, .encart h2, .encart h3, .encart h4 {
	filter : alpha(opacity=0);
    -moz-opacity : 1;
    opacity : 1;
    padding: 0;
    margin: 0 0 10px 0;
}
.encart img {
    margin: 0 15px 10px 0;
    float: left;
}
.color {
	color:black;
}

.gris {
	color: #666;
	text-align: center;
}

.gris a {
	color: #666;
}

.gris a:hover {
	font-weight: bold;
}