/* ELEMENTS DE MISE EN FORME DU TEXTE */
h1{
	font-size: 1.755em;
	font-weight: bold;
}
h2{
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
#derniereNiooz h2{
	margin-top: 0;
}
h3{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
p{
	margin-top: 7px;
	margin-bottom:7px;
}
hr{
	background-color: #ceceb2;
}
/* DEFINITON DE LA MISE EN FORME DES LIENS */
p a, .discret a{
	text-decoration: none;
 	color: #00c;
	background: transparent;
}
p a:hover , .discret a:hover{
	color: #804c4c;
	background-color: #ceceb2;
}
#enPied  p a{
	color: #c55;
	background: transparent;
}
#enPied p a:hover{
	color: #c55;
	background: #522;
}
.texte{
	text-indent: 15px;
}
.gras{
	font-weight: bold;
}
.retrait{
	margin-left: 25px;
}
.discret{
	font-size: 0.9em;
	font-style: italic;
}
.titreEdito{
	font-size: 1.45em;
	font-weight: bold;
}
.blockZicos{
	width: 160px;
	float: left;
	padding: 0 5px 0 5px;
	margin: 10px 5px 10px 0;
}
.blockPlayer{
	/*text-align: center;*/
}
.encartPhotoDroite{
	float: right;
	padding: 0px 0 0px 5px;
}
.encartPhotoGauche{
	float: left;
	padding: 0px 5px 0px 0;
}
.pro{
	text-align: center;
	width: 100%;
}
.proImpair{
	border-top: solid #500 2px;
	background-color: #ceceb2;
}
.proPair{
	border-top: solid #500 2px;
	background-color: #fff;
}

#lazylive{
	float: right;
	border: 4px outset #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	}

