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

html {
	font-size: 12px;
}

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

p, h1, h2, h3, h4 {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 20px;
}

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;
}

/* --------------- Couleurs de base des textes --------------- */

.coul1, .fr {
	color: #000;
}

.coul3, .en, .en a {
	color: #555;
}

.coul2, .en a:hover {
	color: #333;
}

.coul4 {
	color: #EFEFEF;
}

/* --------------- Date de la newsletter --------------- */

.mois {/*mois et année de la date*/
	line-height: 0.8em;
	font-size: 2.5em;
	font-weight: bold;
	float: right;

}

.capitale {/*1ère lettre du mois de la date*/
	font-size: 5em;
	font-weight: bold;
	float: right;
	line-height: 0.8em;
}

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

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

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

/* --------------- divs articles --------------- */

.grand {
	width: 442px;
}

.moyen {
	width: 320px;
}

.petit {
	width: 198px;
}

.troiscol {
	width: 210px;
}

.borddroit{
	border-right: solid 1px #EEE;
	padding-right: 15px;
	margin-right: 15px;
}

.bordgauche{
	border-left: solid 1px #EEE;
	padding-left: 15px;
	margin-left: 15px;
}

.bordhaut{
	border-top: solid 1px #EEE;
	margin-top: 15px;
	padding-top: 15px;
}

.report {
	background: #EFEFEF;
	padding: 15px;
}

.report h1 {
	letter-spacing: -0.1em;
	font-size: 1.5em;
}

/* ------------------------------ */

.lien {
	padding: 100px 0 0 0;
	margin: 0 0 0 15px;
	text-align: right;
	float: right;
}

.lien, .lien a, .intro {
	color: #555;
}

.lien a:hover {
	color: #333;
}

.intro {
	padding: 100px 0 0 0;
	margin: 0 0 40px 0;
	font-style: italic;
}

#tete {
	background:#FFF;
	margin:30px 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;
	padding: 0
	border: none;
	border-bottom: solid 0.1em #EEE;
}

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

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

.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: 0.75em;
}

.date {
	float: right;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	text-align: right;
}

.date2 {
	text-align: right;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	text-align: right;
}

.lire {
	list-style-image: url("http://www.banditnet.fr/labo/upload/images/visuels%20newsletter/fleche.png");
}

.ital {
	font-style: italic;
}

.taille {
	height:156px;
}

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

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

.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;
}

.sanspadding {
	padding: 0;
}