body.popup {
	background:transparent url(../images/pop_up/ajout_commentaire_haut.gif) no-repeat fixed -10px -10px;
	/*background-attachment:fixed;*/
}

.creaPopup { 
	display:none;
	position:absolute; left:0px; right:0px; top:0px; bottom:0px; 
	height:100%; width:100%;
	z-index:1000;
}


.separation_verte{
	background:url(../images/pop_up/trait.jpg) no-repeat;
	width:285px;
	height:1px;
	margin-bottom:20px;
}


.popde label{
	font-weight:bold;
	color:#373737;
}

.popde input{
	width:285px;
	margin-top:11px;
	margin-bottom:24px;
	color:#7d7d7d;
}

.popde .etoiles input{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
.popde textarea{
	width:380px;
	height:160px;
	margin-top:11px;
	margin-bottom:24px;
	color:#7d7d7d;
}

.popde .check{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

.popde .bouton{
	margin:25px 0 25px 0;
}

.popde_titre {
	width:400px;
}
/* pop up  AJOUT Commentaire*/
.popUpFond1{
	background-color:#000; 
	filter : alpha(opacity=70);
	-moz-opacity : 0.5;
	opacity : 0.5;
	z-index:900;
	position:absolute;
	/*height:auto!important;*/
	height:100%;
}
.containPopDel{
	width:554px;
	height:358px;
	margin:200px auto 0px;
	visibility:visible;
	position:relative;
}

.popdel {
	width:554px;
	min-height:220px;
	z-index:100;
}

.popup_haut{
	background: url(../images/pop_up/ajout_commentaire_haut.gif) no-repeat;
	padding:15px 20px 20px;
	width:624px;
}
.popup_bas{
	background: url(../images/pop_up/ajout_commentaire_bas.gif) no-repeat left bottom;
	padding: 0 0 7px 0;
	width:624px;
}

.btnFermer{
	position:absolute;
	left: 549px;
	top: 11px;
	width:65px;
	height:17px;
}
.btnFermer img{
	vertical-align: middle;
}

.closePopup{
	cursor:pointer;
}



.contenu_ajout_commentaire {
	margin-left:13px;
	float:left;
	width:450px;
}



.titre {
	width:400px; height:auto;
	margin:0; padding:0;
	font-size:1.3em;
	color:#55a51c;
}
.sstitre {
	position:relative; top:-5px;
	width:400px; height:auto;
	margin:0; padding:0;
	font-size:2.1em;
	color:#13880f;
}

.image_ajouter_commentaire{
	background:url(../images/pictos/ajouter_commentaire.jpg) no-repeat;
	width:69px;
	height:45px;
	float:left;
}
