.content_640 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	width: 640px
}

.content_640 .box-310 {
	width: 310px;
	float: left;
	margin-left: 20px
}

.content_640 .box-first {
	margin-left: 0
}

.content-box {
	display: block;
	padding: 9px;
	border: 1px solid #E4E4E4;
	background: #FCFCFC;
	margin: 0 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(235, 235, 235, .75);
	-moz-box-shadow: 0 1px 2px 0 rgba(235, 235, 235, .75);
	box-shadow: 0 1px 2px 0 rgba(235, 235, 235, .75);
	-webkit-transition: all .2s ease-in-out 1s ease-in-out;
	-moz-transition: all .2s ease-in-out 1s ease-in-out;
	-o-transition: all .2s ease-in-out 1s ease-in-out;
	transition: all .2s ease-in-out 1s ease-in-out
}

.content-box a {
	text-decoration: none;
	color: #266DC8
}

.content-box a:active,.content-box a:visited {
	color: #266DC8
}

.content-box a:hover {
	color: #F75342;
	text-decoration: underline
}

/* debut 
 * style pour les articles/dossiers dans la partie magazine lorsque l'utilisateur est connecte a l'admin
*/
.newsfeed .postAdmin {
	background-color : #FFE4B5;
}

.publishAdmin{
	float : right;
	font-size : 14px;
	color : red;
	text-align : center;
}
/* fin */