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


div#header {
/* background-color: #D5D5D5;*/
 background-image: url( '../img/header_bg.png' );
/* background-image: url( '../img/header_bg_100.png' );*/
 background-repeat: no-repeat;
 background-position: left top;
 width: 800px;
 height: 120px;
/* height: 100px;*/
}

div#base_line {
 width: 590px;
 height: 40px;
/* height: 30px;*/
 position: absolute;
 left: 200px;
 top: 5px;
 padding-top: 5px;
 text-align: right;
 vertical-align: middle;
 color: #58595b;
 font-size: 13px;
 font-style: italic;
 font-weight: bold;
 font-family: arial;
}

div#title {
 width: 590px;
 height: 75px;
/* height: 60px;*/
 position: absolute;
 left: 180px;
 top: 45px;
/* top: 40px;*/
 text-align: right;
 color: #AF2748;
/* font-size: 36px;*/
/* font-size: 34px;*/
 font-size: 26px;
 font-weight: bold;
 font-family: arial;
}

