.textarea-identifier{
	display:none;
}

#edit-body-wrapper a, #edit-body-wrapper  a:link{
	/*display:none;*/
	/*font-size: 1px;*/
}

/*
Swich to plain text editor link
a#switch_oFCK_1 ,
a:link#switch_oFCK_1 ,
a:visited#switch_oFCK_1  {
	display:none;
}
*/

#edit-teaser-include-wrapper{
	display:none;
}

/* BEGIN CN article More info (en savoir plus) */
#cn-art-moreinfo{
	position: relative;
	width:683px;
	height:25px;
}

#cn-art-moreinfo #moreinfo-button {
	position: relative;
	float: right;
	cursor: pointer;
}
/*div qui rend le fond de la page bleu transparent*/
#cn-art-moreinfo-body{
	background-color: #2f7bb3;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.1;
	/*IE8 de M...*/
	filter: alpha(opacity=10);
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 201;
}

#cn-art-moreinfo-closebtn {
    background: none repeat scroll 0 0 #2f7bb3;
    border-radius: 0 0 15px 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
    text-align: center;
    width: 120px;
}
/* END CN article More info (en savoir plus) */