/*BARRE DE LIEN EN BAS DE PAGE*/


#messagerie_frame{
	position : absolute;
	display: block;
	width : 860px;
	padding: 0px;
	margin-top : 40px;
	margin-left : 20px;
}

#messagerie_top{
	display: block;
	width : 860px;
	height : 20px;
	margin : 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color : #4d4747;
	background-image:url(../images/barcolor4.bmp);
	border-width : 1px;
	border-style : solid;
	border-color: #c1c1c1;
}

#messagerie_top a{
	display: inline-block;
	width : 100px;
	height : 20px;
	margin : 0px;
	padding : 0px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}

#messagerie_top a:hover{
	background-image:url(../images/barcolor5.bmp);
	cursor: pointer;
	border-radius: 9px;
}

.bton_messagerie{
	background-image:url(../images/barcolor5.bmp);
	border-radius: 9px;
}

#messagerie_cont{
	display: block;
	width : 860px;
	height : 320px;
	margin: 0px;
	padding: 0px;
	background-color : #ffffff;
	border-width : 1px;
	border-style : solid;
	border-color: #c1c1c1;
}

#entete_table{
	background-color : #e3e3e3;
	border-color: #e3e3e3;
	margin : 0px;
	padding : 0px;
}

.table_msg_date{
	display: inline-block;
	width : 146px;
	margin : 0px;
	padding : 0px;
}

.table_msg_expe{
	display: inline-block;
	width : 147px;
	margin : 0px;
	padding : 0px;
}

.table_msg_statut{
	display: inline-block;
	width : 58px;
	margin : 0px;
	padding : 0px;
}

.table_msg_obj{
	display: inline-block;
	width : 490px;
	margin : 0px;
	padding : 0px;
}

#myprofilannonce_cont span{
	display: block;
	width : 510px;
	margin-top: -10px;
	margin-left : 0px;
	padding-left : 10px;
}

#msgloadzone{
	position : absolute;
	display: block;
	overflow:hidden;
	width : 600px;
	height : 300px;
	margin-top: 50px;
	margin-left : 150px;
	padding: 0px;
	/*background-color : #aac5f6;*/
	background-color : #FFFFFF;
	border-width : 1px;
	border-style : solid;
	border-color: #c1c1c1;
	border-radius: 9px;
}
    #msgloadzone_top{
        display: block;
        width : 600px;
        height : 20px;
        margin : 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color : #4d4747;
        background-image:url(../images/barcolor4.bmp);
        border-width : 1px;
        border-style : solid;
        border-color: #c1c1c1;
    }
    
        #msgloadzone_top a{
            display: inline-block;
            width : 100px;
            height : 20px;
            margin : 0px;
            padding : 0px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            color: #000000;
        }
        
        #msgloadzone_top a:hover{
            background-image:url(../images/barcolor5.bmp);
            cursor: pointer;
            border-radius: 9px;
        }
    

#myprofilphotos_edit{
	position : absolute;
	display: block;
	width : 600px;
	height : 300px;
	margin-top: 50px;
	margin-left : 150px;
	background-color : #aac5f6;
	border-width : 1px;
	border-style : solid;
	border-color: #c1c1c1;
}

#myprofilpictrecadre{
	position : absolute;
	/*margin-top: 48px;
	margin-left : 28px;*/
	border-width : 1px;
	border-style : solid;
	border-color: #a1a1a1;
}

#myprofilpictrecadre_background{
	position : absolute;
	margin-top: 48px;
	margin-left : 28px;
	height : 270px;
	width : 270px;
	border-width : 1px;
	border-style : solid;
	border-color: #a1a1a1;
	background-color : #000000;
}

#myprofilpictrecadre_frame{
	position : absolute;
	width : 285px;
	height : 285px;
	margin-top: 40px;
	margin-left : 20px;
	border-width : 2px;
	border-style : solid;
	border-radius: 8px;
	border-color: #c1c1c1;
	background-color : #aac5f6;
}

#myprofilpictrecadre_rogne{
	/*position : absolute;
	display: block;
	width : 100px;
	height : 100px;
	margin-top: 48px;
	margin-left : 28px;*/
	border-width : 2px;
	border-style : solid;
	border-color: #FF0000;
}