
.contenuNews{
	width			: 922px;
	margin			: auto;
	position 		: relative;
}
.contentNews{
	position 		:relative;
	width			: 922px;
}
.listeNews{
	padding			: 35px;
	width			: 850px;
	background		: #eff0f3;
	margin-bottom   : 30px;
	margin			: auto;
	min-height: 750px;
	 }
.listeNews .content{
    height			: auto;
    width			: 850px;
}

/* /////// Article FIRST /////// */

.listeNews .content .firstNews{
	width			: 800px;
	height			: auto;
	clear			: both;
	padding			: 15px 25px;
	background		: #e9e9ec;
	margin-bottom	: 20px;
}
.firstNews h4{
	color			: #515151;
	font-size		: 17px;
	font-weight		: bold;
	}
.firstNews p{
	font-size		: 1.1em;
	color			: #5c5c5c;
	margin-top		: 5px;
	}

.firstNews p:last-child{
	margin-bottom: 15px;
}
.firstNews p a, .listeNews .content .uneNews .contenuTxt p  a{
	font-size		: 12px;
	color			: #4a4a4a;
	text-decoration	: none;
	}
.firstNews p a:hover, , .listeNews .content .uneNews .contenuTxt p  a:hover{
	font-size		: 12px;
	color			: #00808c;
	text-decoration	: underline;
	background      : transparent;
	}
	
/* /////// Miniature Article /////// */
.listeNews .content .leftColumn{
	width			: 480px;
	height			: auto;
	padding-top		: 10px;
}

.listeNews .content .uneNews {
	width			: 460px;
	height			: auto;
	margin-bottom	: 10px;
	padding-left	: 15px;
}

.listeNews .content .uneNews .contenuTxt h4 {
	width			: 460px;
	height			: auto;
	color			: #515151;
	font-size		: 13px;
	font-weight		: bold;
	} 
time.dateNews {
	color			: #00808c;
	font-size		: 12px;
	width			: 460px;
	font-weight:bold;
}
.btnLire a{
	display:inline-block;
	color:white;
	text-transform: uppercase;
	background:#3695a3;
	padding:2px 5px;
	margin:5px 0;
}
.btnLire a:hover{
	background:#50bac9;
}
article header{
	margin-bottom	: 10px;
	border-bottom	: 1px solid #d2d2d2;
}

.listeNews .content .uneNews .contenuTxt p { 
	width			: 460px;
	font-size		: 12px;
	color			: #5c5c5c;
	margin-bottom	: 10px;
}
	
	
	

.listeNews .content .uneNews .contenuTxt .btnLire{
    height			: 22px;
    margin		: 10px 0;
}



/*PARTAGER LE PAGE*/
.partagelaNews
{
	width:100%;
	height:20px;
	background-color:#dddde0;
	border-bottom	: 3px solid #ffb200;
    color:#929292;
	font-style:italic;
    font-size:10px;
    text-align:left;
    padding:3px 0;
}
.partagelaNews ul{
	float:right;
	margin-right:3px;
}

.partagelaNews li a{
	display:block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}

.partagelaNews li
{
	margin-top:1px;
    display:inline-block;
    min-width:20px;
    height:17px;
    margin-right:5px;
    vertical-align:middle;
}

.partagelaNews .facebook
{
    
    background:transparent url(../media/program/pictoFacebook.png) no-repeat bottom left;
}
.partagelaNews .google
{
    
    background:transparent url(../media/program/pictoGoogle.png) no-repeat bottom left;
}

.partagelaNews .twitter
{
    margin-left:0px;
    background:transparent url(../media/program/pictoTwitter.png) no-repeat bottom left;
}


/* /////// COLONNE DROITE /////// */

.listeNews .content .rightColumn{
	width			: 300px;
	height			: 490px;
	background		: #e9e8e9;
	float			: right;
	padding			: 30px 20px 30px 20px;
} 

/*GESTION DES ENCARTS*/
.encartTwitter, .encartMyspace, .encartVimeo {
	width			: 295px;
	height			: 10px;
	margin-bottom	: 5px;
	padding			: 12px 90px 10px 30px;
	}

.encartTwitter a span, .encartMyspace a span, .encartVimeo a span {
	display:none;
}
.encartTwitter a{
	width			: 205px;
	color			: #494949;
	font-style      : italic;
	font-size		: 12px;
	text-decoration	: none;
	background		: transparent url(../media/resaux_sociaux/bt_twitter.jpg) no-repeat 0% 0px;
	padding			: 7px 150px 10px 30px;
	}
.encartMyspace a{
	width			: 205px;
	color			: #494949;
	font-style      : italic;
	font-size		: 12px;
	text-decoration	: none;
	background		: transparent url(../media/resaux_sociaux/bt_myspace.jpg) no-repeat top left;
	padding			: 7px 150px 10px 30px;
	}
.encartVimeo a{
	width			: 205px;
	color			: #494949;
	font-style      : italic;
	font-size		: 12px;
	text-decoration	: none;
	background		: transparent url(../media/resaux_sociaux/bt_vimeo.jpg) no-repeat top left;
	padding			: 7px 150px 10px 30px;
	}

.encartNewsletter{
	width			: 215px;
	background      : #b2d235;
	padding			: 5px 10px;
	margin			: 20px 0px 0px 30px;	
}
.encartNewsletter h3{
	color			: #252525;
	font-size		: 14px;
	font-weight		: bold;
	padding			: 5px 35px;
	background		: transparent url(../media/resaux_sociaux/lettre.png) no-repeat 0px 3px ;
	text-transform	: uppercase;
	margin-bottom	: 10px;
	}
.encartNewsletter a{
	color			: #494949;
	font-style      : italic;
	font-size		: 12px;
	text-decoration	: none;
	font-weight		: bold;
	}
	



.pagination{
	clear	: both;
	width	: 500px;
	margin	: auto;
}
.pagination ul{
	width:400px;
	margin:auto;
}
.pagination ul li{
	display:inline-block;
	margin:2px;
	border: thin solid #a2a2a2;
	min-width:20px;
}
.pagination ul li a{
	display		: block;
	color		: #696969;
	margin		:	auto;
	text-align: center;
}
.pagination ul li a:before, .pagination ul li a:after{
	content:"\0000a0";
}
.pagination ul li a.inactive{
	color		: #DDD;
}
.pagination ul li a.active{
	background-color	: #ffb200;
}

.pagination .goHaut{
	margin-top: 10px;
	background-color: #c5c5c5;
	width: 100%;
	clear:both;
	text-align: center;	
}
.goHaut a{
	color: #525252;
}

