@charset "utf-8";
/* CSS Document */
.border_rouge
{
border: 3px #ff3939 solid;
}

.fond_rouge
{
background:#fd6464;
color:#df0707;
font-weight:bold;
font-size:15px;
}

.border_orange
{
border: 3px #e27c03 solid;
}

.fond_orange
{
background:#ffe167;
height:40px;
color:#e27c03;
font-weight:bold;
font-size:15px;
}

.border_bleu
{
border: 3px #0326da solid;
}

.fond_bleu
{
background:#6780ff;
height:40px;
color:#0326da;
font-weight:bold;
font-size:15px;
}

.header_tableau
{
background: #999999;
}

#petit_avatar {  width:70px; height:70px; position: relative; z-index:1; }
#petit_avatar .cadre_avatar { position: absolute; top: 0px; left: 0px; z-index:4; }
#petit_avatar .avatar_off{
 position: absolute;
 top: 8px;
 left: 8px;
 height:51px;
 width:51px;
 overflow:hidden;
 margin:1px 1px 1px 1px;
 z-index:2;
 background:#FFFFFF;
 border:#CC0000 1px solid;
}
#petit_avatar .avatar_on{
 position: absolute;
 top: 8px;
 left: 8px;
 height:51px;
 width:51px;
 overflow:hidden;
 margin:1px 1px 1px 1px;
 z-index:2;
 background:#FFFFFF;
 border:#339933 1px solid;
}

#petit_avatar .img_del{
 position: absolute;
 top: -5px;
 right: -5px;
 height:16px;
 width:16px;
 z-index:5;
}
.texte_rouge { color:#CC0000; }
.texte_vert { color:#339933; }
.texte_gris { color:#838183; }