*{
    padding:0px;
    margin:0px;
}

html{
    height:100%;
}

body{
    font-family:arial;
    font-size:0.8em;
    background-color:#ffffff;
    color:#dbdbdb;
    }

#logo_logis{
    position:relative;
    top:50px;
    left:275px;
    z-index:5;
}

#visuel{
    width: 414px;
    height: 495px;
    margin-top:-90px;
    

}
#bas{
    width: 414px;
    height: 359px;
    background: url('../../bandeau/bas.jpg');
    background-repeat:no-repeat;
}
#v{
    width: 414px;
    height: 496px;
    background: url('../../bandeau/cadre.png');
    background-repeat:no-repeat;
    background-position:top left;
    position:absolute;
    top:0px;
    margin:0px;

}


#gal{
position: absolute;
width:648px;

}




p{
    padding-top:3px;
}

.centre{
    text-align:center;
}

#global {
    text-align:left;
    margin:auto;
    width:965px;
    height:100%;
    background-color:#081800;
}

#blocGauche{
   float: left;
   width:414px;
   /*background-image:url('../../template/1/img/gauche_1.jpg'); */
   background-color:#081800;
   background-repeat:no-repeat;
   overflow:visible;
}



#blocDroit{
float:right;
   border:0px solid red;
   width:551px;
   background-image:url('../../template/1/img/droit_1.jpg');
   background-repeat:no-repeat;
   background-position:top left;
   background-color:#081800;
}



#menu {
   margin-top:140px;
   margin-left:155px;
}

#menu ul{
    margin: 0;
    padding: 0;
    display:block;
    padding-bottom:8px;
}

#menu ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:inline;
}

#menu ul li a{
    text-decoration: none;
    color:#E3BC00;
    font-weight:normal;
    font-style:italic;
    font-size:110%;
}

#menu ul li a:hover{
    text-decoration: underline;
    color:#CE8902;
    font-weight:normal;
    font-style:italic;
    font-size:110%;
}


#nomPage{
    margin-left:155px;
    margin-top:50px;
}
h2{
   color:#ffffff;
   font-size:15px;
   font-style:italic;
   text-transform:uppercase;


}



#contenuPageSite{
   margin-top:70px;
   margin-left:60px;
   margin-right:50px;
}


.but{
    background-color:#CE8902;
    border:1px solid #CE8902;
    color:#ffffff;
    font-weight:bold;
}

/******************************************************************************/
#pied{
    height:50px;
    line-height:50px;
    vertical-align:bottom;
    background-position:right;
    border:0px solid red;
    text-align:right;
}
#pied ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pied ul li{
    position: relative;
    display: inline;
}
#pied ul li a{
    text-decoration: none;
    color: #c0c0c0;
    font-weight:bold;
    font-size:0.85em;
    margin-right:20px;
}
/******************************************************************************/


a:link    { text-decoration: none; color:#E3BC00; font-weight:normal; }
a:active  { text-decoration: none; color:#E3BC00; font-weight:normal; }
a:visited { text-decoration: none; color:#E3BC00; font-weight:normal; }
a:hover   { text-decoration: underline; color:#CE8902; font-weight:normal; }





img.png {
     behavior: url(win_png.htc);
}

img.gal{
   /*padding:5px;
   margin:5px;
   border:1px solid #dbdbdb;*/
   margin:5px;
}

.print{
   display:none;
}


.spacer {
  clear: both;
  visibility: hidden;

}

/******************************************************************************/



/*
* html #menu{
    background-image:url(no-image);
    background-repeat:repeat-y;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/fd_nav.png');
}

* html #logo{
    background-image:url(no-image);
    background-repeat:no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/logo.png');
}
*/



