body{
    margin: 0px;
    background-color: #c0bfbf;
    background-image: url(/g/wall/resources/img/background_gris.png);
    background-repeat: repeat-x;   
    font-family: Arial; 
}
.title{
    background-image: url(/g/wall/resources/img/bg_bleu.png);
    background-repeat: repeat-x;
    background-color: #1f4581;
    min-height: 27px;
    font-size: 18px;
    color: white;
    text-shadow: 0px -1px 0px black;    
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    margin: 0px;
}
.options{
    background-image: url(/g/wall/resources/img/bg_gris.png);
    background-repeat: repeat-x;
    height: 19px;
    font-size: 14px;
    color: black;
    text-shadow: 0px 1px 0px white; 
    padding-top: 3px;
    text-align: left;
    padding-left: 10px;
}
.optionsMore {
    font-size: 14px;
    color:black;
    background-color:#c0bfbf;
    padding-left: 10px;
    text-shadow: 0px 1px 0px white; 
}

.optionsIcons{
    background-image: url(/g/wall/resources/img/bg_gris.png);
    background-repeat: repeat-x;
    height: 19px;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
    vertical-align:top;
}
.shadowtop{
    background-color: #2a2a2a;
    background-image: url(/g/wall/resources/img/shadow_top.png);
    background-repeat: repeat-x;
    height: 6px;
}
.shadowbottom{
    background-color: #2a2a2a;
    background-image: url(/g/wall/resources/img/shadow_bottom.png);
    background-repeat: repeat-x;
    height: 6px;
}

.msgaccueil{
    background-color: #2a2a2a;
    font-size: 13px;
    font-weight: normal;
    color: white;
    padding-left : 10px;
    padding-right : 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: justify;
    margin: 0px;
}

.colorWhite {
    color: white;
}
.colorBlack {
    color:black;
}   
.colorGreyDPBlock {
    color: #585858;
    display:block;
    width:100%
} 

img {
    border:0;
}

a {
    text-decoration:none;
    color: inherit;
}

.send {
    padding-top: 6px;
    padding-bottom:6px;
    background-color: #FF7D01;
    text-align: center;
    background-image: url(/g/wall/resources/img/bg_orange.png);
    background-repeat: repeat-x;
    background-position: top;
}
.sendShadow{
    background-image: url(/g/wall/resources/img/bg_send_shadow.png);
    background-repeat: repeat-x;
}

.postHeader {
    font-size: 15px;
    line-height: 13px;
}

.author{
    font-weight: bold;
    color: #4574ab; 
    text-shadow: 0px 1px 0px white;     
}
.date{
    font-size: 10px;
    color: #535353; 
    font-weight:bold;
    text-shadow: 0px 1px 0px white; 
}
.coms{
    background-image: url(/g/wall/resources/img/coms.png);
    background-repeat: no-repeat;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0px -1px 0px #193a6e;
    padding-top: 3px;
/*    margin-right: 10px; */
}
.coms2{
    background-image: url(/g/wall/resources/img/coms2.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 33px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0px -1px 0px #193a6e;
    padding-top: 3px;
    margin-left: 10px;
}
.coms3{
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #535353;
    text-shadow: 0px 1px 0px white; 
    text-align: left;
    padding-top: 4px;
    margin-left: 4px;
}

.pointebulle{
    background-image: url(/g/wall/resources/img/pointebulle.png);
    height: 5px;
    background-repeat: no-repeat;
    margin: 0px;
    font-size: 1px;
}
.bloctexte{
    background-color: white;
    padding: 7px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
}
.goojetIcon {
    vertical-align:top;
}
.goojetTitle{
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    color: #585858;
}
.photo{
    text-align: center;
}
.button {
    padding-left:5px;
    padding-right:5px;
}
.delete {
    text-align:right;   
}
.messageBody {
    margin-top:10px;
}

.comment{
    background-color: #e0e8f0;
    padding: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 15px;
    color: #333333;
    text-align: left;
}
.commentAuthor{
    font-size: 15px;
    font-weight: bold;
    color: #e95d0f; 
}
.commentDate{
    font-size: 10px;
    color: #6b89a4; 
    margin-bottom: 5px;
    margin-left: 5px;
    text-shadow: 0px 1px 0px white;     
}

.post{
    background-color: #96a9bd;
    padding: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 15px;
    font-family: Arial;
    color: #333333;
    text-align: left;
}
textarea {
    background-color: white;
    border: 1px;
    height: 50px;
    border-color: #6b89a4;
    border-style: solid;
    font-size: 15px;
    font-family: Arial;
    color: #333333;
    text-align: left;
}
.bouton{
    background-image: url(/g/wall/resources/img/bg_bleu.png);
    background-repeat: repeat-x;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 0px -1px 0px black;    
    padding-top: 4px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    border: 1px;
    border-color: white;
    border-style: solid;
    cursor:pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pointerDiv {
    cursor:pointer;
}

.report {
	text-align: right;
color:#535353;
font-size:10px;
font-weight:bold;
text-shadow:0 1px 0 white;
}



