/************************************************
* POUR LA CLASSE MESSAGE DE PLANISO
*
*************************************************/



/* Ce ClassMessages est le m�me que celui dans style-admin faudrait en faire un commun au deux */
.ClassMessages {
	/*!*position:fixed;*!*/
    /*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
    /*border: 2px solid #FF7800;*/
    /*width: 680px;*/
    /*!*left: 250px;*!*/
    /*!**/
    /*ON NE LE VEUT PLUS CENTRÉ*/
    /*margin-left:-350px;*/
    /*!*left: 50%;*!*!*/
    /*padding: 15px 25px 15px 40px;*/
    /*!*position: fixed;*!*/
    /*top: 100px;*/

    /*z-index:10;*/
    /*!*height: 50px;*!*/

	/*background: #fefcea; !* Old browsers *! */
	/*background: url("../images/info_icon.png") no-repeat left center, -moz-linear-gradient(top, #fefcea 0%, #eae3c0 100%); !* FF3.6+ *!*/
	/*background: url("../images/info_icon.png") no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#eae3c0)); !* Chrome,Safari4+ *!*/
	/*background: url("../images/info_icon.png") no-repeat left center, -webkit-linear-gradient(top, #fefcea 0%,#eae3c0 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: url("../images/info_icon.png") no-repeat left center, -o-linear-gradient(top, #fefcea 0%,#eae3c0 100%); !* Opera 11.10+ *!*/
	/*background: url("../images/info_icon.png") no-repeat left center, -ms-linear-gradient(top, #fefcea 0%,#eae3c0 100%); !* IE10+ *!*/
	/*background: linear-gradient(to bottom, #fefcea 0%,#eae3c0 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#eae3c0',GradientType=0 ); !* IE6-9 *!*/
}
 
.CenterMessage{
    top: 100px;
    width: 1000px;
    height: 80%;
    /*margin-left: -500px;*/
    overflow:scroll;
    overflow-x:hidden;
}

.rightMessage{
    top: 100px;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
}

.ClassMessages p {
    text-align: center;
	font-size:14px;
	font-weight:bold;
}

.ClassMessages pre {
    width:inherit;
}

.ClassMessages .append_message {
    text-align: left;
	font-size:14px;
	font-weight:normal;
}

.ClassMessages {
    background-color: #a7a496;
    background-image: linear-gradient(rgb(84, 84, 81) 0%, rgb(38, 38, 38) 100%);
    z-index:11;
    cursor:pointer;
    position: static;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #FF7800;
    width: 650px;
    padding: 15px 25px 15px 25px;
}

