/*********************************************************/
/*****                                              ******/
/*****   File : footer.css                          ******/
/*****   From : amo-consultants.fr                  ******/
/*****                                              ******/
/*********************************************************/


div#footer {
 width: 800px;
 height: 25px;
 overflow: auto;
}

div#footer_left {
 background-image: url( '../img/footer_left_bg.png' );
 background-repeat: no-repeat;
 background-position: left top;
 float: left;
 width: 160px;
 height: 100%;
 color: #FFFFFF;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 padding-top: 5px;
}

a#footer_left:link {
 text-decoration: none;
 font-weight: bold;
 color: #FFFFFF;
}

a#footer_left:visited {
 text-decoration: none;
 font-weight: bold;
 color: #FFFFFF;
}

a#footer_left:hover {
 text-decoration: none;
 font-weight: bold;
 color: #AF2748;
 vertical-align: middle;
}

div#footer_right {
 background-image: url( '../img/footer_right_bg.png' );
 background-repeat: no-repeat;
 background-position: bottom right;
 float: right;
 width: 530px;
 height: 100%;
 padding-right: 60px;
 background-color: #FFFFFF;
 color: #86878b;
 text-align: right;
 font-size: 12px;
 font-weight: normal;
}

a#footer_right:link {
 text-decoration: none;
 font-weight: bold;
 color: #86878b;
 font-size: 10px;
}

a#footer_right:visited {
 text-decoration: none;
 font-weight: bold;
 color: #86878b;
 font-size: 10px;
}

a#footer_right:hover {
 text-decoration: underline overline;
 font-weight: bold;
 color: #86878b;
 font-size: 10px;
}

