/********************/ /* Body             */ /********************/
html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #eeeeff;
    background-attachment: fixed;
    background-color: #1d1d1f;
    background-image: url('../img/bg2.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: Arial, Tahoma;
}

body a {
    color: #fff;
    text-decoration: none;
}

body a:hover {
    color: #ff9000;
}

/**** Header ****/
.header_left { /*  border: 1px dotted #ff9000;*/ /*debug*/
    margin: 8px 0px 8px 24px;
}

/**** Coins arrondis ****/
.coins_noir_top {
    background: url(../img/coins_noir_top.png) no-repeat top left;
}

.coins_noir_bottom {
    background: url(../img/coins_noir_bottom.png) no-repeat bottom left;
}

.coins_noir_top,.coins_noir_bottom {
    width: 1000px;
    height: 15px;
    font-size: 10px; /* patch for i.e. */
}

/********************/ /* Main noir        */ /********************/
.main_noir { /*   border: 1px dotted #ff9000; */ /*debug*/
    background-position: #000;
    text-align: left;
    background: #000;
    text-decoration: none;
    padding: 15px 15px 15px 15px; /* mettre a jour les -XX des hr */
    margin: 0px 0px 0px 0px;
}

.main_noir a {
    text-decoration: none;
}

.table_nouvelle{
    border: 1px solid #2d2d2f;
    width:85%;
    text-align: left;
    margin: 8px;
}


/********************/ /* Footer           */ /********************/
.footer {
    color: #888;
    font: 11px tahoma, arial;
    padding: 12px 20px 30px 20px;
}

.footer a {
    color: #666;
    font-size: 11px;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


/********************/ /* Collaborateurs   */ /********************/
.coll_blanc {
    font-family: Arial, Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}

.coll_bleu {
    font-family: Arial, Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #99bbee;
}

/********************/ /* Others           */ /********************/
img {
    border: 0px;
}

.txt_orange{
    color: #ff7000;
}

.txt_news_timestamp{
    color: #99bbee;
    font-size: 12px;
    text-decoration: none;
}

.small_blanc, 
.small_orange {
    font-family: Arial, Tahoma;
    font-size: 12px;
    text-decoration: none;

}
.small_orange a {
    font-size: 12px;
    color: #ff8800;
}



.editSuccessful {
    color: #fff;
    background: #128832;
    text-align: center;
}

.editError {
    color: #fff;
    background: #f00000;
    text-align: center;
}

.editFormValidationError {
    color: #c60000;
}


h1, h2, h3, h4, h5 {
font-family:arial black,arial;
margin-top:0;
text-align:center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.hr_gauche {
    border: 0;
    color: #2d2d2f;
    background-color: #2d2d2f;
    height: 1px;
    width: 40%;
    text-align: left;
    margin-left: -15px;
}

.hr_gauche_80 {
    border: 0;
    color: #2d2d2f;
    background-color: #2d2d2f;
    height: 1px;
    width: 80%;
    text-align: left;
    margin-left: -15px;
}

.hr_gauche_nomargin {
    border: 0;
    color: #444;
    background-color: #444;
    height: 1px;
    width: 80%;
    text-align: left;
}


.hr_droite {
    border: 0;
    color: #2d2d2f;
    background-color: #2d2d2f;
    height: 1px;
    width: 40%;
    text-align: right;
    margin-right: -15px;
}

.fs_index {
  border: 1px solid #444;
}


table.table_gris{
    border: 0px solid #444;
    margin: auto;
    padding: px;
    border-spacing: 3px;
}


.th_gris_heading{
    background-color: #444;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.tr_gris_alt {
    background-color: #222;
    hover: red;
}

.tr_gris_alt:hover,
.tr_blanc:hover
{
    background-color: #444;
}


.tr_gris_alt a,
.tr_blanc a
{
    text-decoration: none;
}

.tr_gris_alt a:hover,
.tr_blanc a:hover
{
    text-decoration: underline;
}

