.contain_messagerie {
    margin: 50px 20%;
    width: 60%;
}

.addUserLogin {
    width:100%!important;
}

.pmtext {
    padding-left: 20px;
}
.pmtext ul {
    list-style: square inside !important;
}
.pmtext ol {
    list-style: decimal inside !important;
}

#results {
    z-index: 50;
}

#divBlockedUser {
    margin-top: 1em;
}
#divBlockedUser ul {
    margin-left: 20px;
}

/*The main wrapper*/
#pm-wrapper
{
	margin: 5px;
	position: relative;
	/*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/
}

/*Header styling*/
#pm-header
{
	border: 1px solid #E3E3E3;
	height: 70px;
	width: 100%;
	color: white;
}

#pm-header strong
{
	color: #333;
	font-size: 20px;
}

#pm-header p
{
	padding: 0px;
	margin: 3px;
	color: #333;
	font-size: 12px;
	line-height:20px;
}

#pm-header .avatar
{
	float: left;
	border: none;
	margin: 5px !important;
	padding: 0 !important;
}

/*Menu Styling*/
#pm-menu
{
	color: #333;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

#pm-menu a, #pm-menu a:hover, #pm-menu a:visited
{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/*Notify Styling*/
#pm-notify
{
	color: black;
	background-color: #90EE90;
	border: 1px solid #E3E3E3;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#pm-notify.error
{
    background-color: #FFAEAE;
}

#notif_private_message {
    background: url('../images/msgBox.gif') no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
    height: 20px;
    position: relative;
    top: 5px;
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
    cursor: hand;
}
#notif_private_message span {
    color: #FF0000;
    font-weight: bold;
    position: relative;
    right: -8px;
    top: -8px;
}
/*Content styling*/
#pm-content
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	height: auto;
	border: 1px solid #E3E3E3;
	color: #333;
}

#pm-content p, #pm-content form
{
	margin: 5px;
}

#pm-content  hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#pm-content .pmtext p
{
	margin-left: 0px;
}
/*
#pm-content textarea
{
	width: 90%;
	height: 200px;
}
*/
#pm-content input[type=text]
{
	width: 45%;
}
/*
#pm-content table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
}

#pm-content th, #pm-content td
{
	padding-left: 5px;
	border: 1px solid #333;
	vertical-align: top;
	white-space: pre-line;
}

#pm-content .trodd0{}
#pm-content .trodd1
{
	background-color: #ddd;
}

#pm-content img
{
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pm-content a
{
	color: navy;
	text-decoration: underline;
}

#pm-content small
{
	font-size: 10px;
}

#pm-content .avatar
{
	float: left;
	border: none;
	margin: 0px;
	margin-bottom: 5px;
}

#pm-content blockquote
{
	color: #666;
	width: 90%;
	background: #eee;
	border: 1px solid #333;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
*/
pre.code
{
	width: 90%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 95%; /*If font is too small try increasing this*/
}

/*Footer styling*/
#pm-footer
{
	text-align: center;
	font-size: 10px;
	border: 1px solid #E3E3E3;
	width: 100%;
	color: #333;
}

#pm-footer a, #pm-footer a:hover, #pm-footer a:visited
{
	color: #333;
	text-decoration: underline;
}

/*Auto-suggest*/
#results
{
	width:250px;
	border: 1px solid #E3E3E3;
	display: none;
	position: absolute;
	background: white;
}

#results ul, #results li
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}

#results li
{
	border-top: 1px solid #E3E3E3;
}

#results li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#results li a:hover
{
	background: #333;
	color: white;
}