/* CSS fait par Web-Creator.be */

body{
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00405B;
    text-align: left;
    text-decoration: none;
    border:0;
}

#contour{
    position: relative;
    background-image: url(../images/design.jpg);
    padding: 0px;
    width: 630px;
    height: 440px;
    margin: auto;
}

h1{
    color: #00405B;
    border-bottom-color: #92ABCC;
    padding: 3px;
    font-size: 150%;
    border-bottom: 1px solid;
    text-align: left;
}

h2{
    color: #00405B;
    border-bottom-color: #92ABCC;
    padding: 3px;
    font-size: 120%;
    border-bottom: 1px solid;
    text-align: left;
}

#page{
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 311px;
    width: 266px;
    height: 392px;
    overflow: auto;
    text-align: justify;
}


#footer{
    display: none;
}

#pixhell{
    position: absolute;
    top: 435px;
    right: 30px;
}

#menu{
    position: absolute;
    top: 0px;
    left: 565px;
}

#menu li{
    list-style: none;
    display: block;
}


#client{
    position: absolute;
    top: 10px;
    left: 40px;
    font-weight: bold;
}


a#accueil {
    padding: 63px 0px 0px 22px;
    margin: 0px;
    width: 0px;
    background: url(../images/accueil.jpg) no-repeat 0 0 ;
    font-size: 0px;
    color: White;
    position: absolute;
}

a#accueil.menu_selected {
    padding: 63px 0px 0px 24px;
    background: url(../images/accueil.jpg) no-repeat -80px 0 ;
}
a#accueil.menu_selected:hover {
    background: url(../images/accueil.jpg) no-repeat -80px 0 ;
}

a#accueil:hover { 
    background: url(../images/accueil.jpg) no-repeat -40px 0 ;
}

a#realisations {
    padding: 100px 0px 0px 22px;
    margin: 0px;
    width: 0px;
    background: url(../images/realisations.jpg) no-repeat 0px 0 ;
    font-size: 0px;
    color: White;
    position: absolute;
    top: 90px
}

a#realisations:hover { 
    background: url(../images/realisations.jpg) no-repeat -40px 0 ;
}

a#realisations.menu_selected {
    padding: 100px 0px 0px 24px;
    background: url(../images/realisations.jpg) no-repeat -80px 0 ;
}
a#realisations.menu_selected:hover {
    background: url(../images/realisations.jpg) no-repeat -80px 0 ;
}



a#contact {
    padding: 68px 0px 0px 22px;
    margin: 0px;
    width: 0px;
    background: url(../images/contact.jpg) no-repeat 0 0 ;
    font-size: 0px;
    color: White;
    position: absolute;
    top: 200px
}

a#contact:hover { 
    background: url(../images/contact.jpg) no-repeat -40px 0 ;
}

a#contact.menu_selected {
    padding: 68px 0px 0px 24px;
    background: url(../images/contact.jpg) no-repeat -80px 0 ;
}
a#contact.menu_selected:hover {
    background: url(../images/contact.jpg) no-repeat -80px 0 ;
}

.login, .mail, #form_message, .code {
    background-color: transparent;
}

.mail{
    width: 40%;
}

.code{
    width: 20%;
}

a{
    color: #0C5F82;
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
}

#submit{
    color: #00405B;
    border: 1px #00405B solid;
    background-color: transparent;
    font-weight: bold;
}

.img{
    text-align: center;
}

#affichage{
    position: absolute;
    top: 50px;
    left: 0;
    visibility: hidden;
}

a img {
    border: 0px;
}

/* Liens des clients */

.linkClient{
    position: relative;
}

.visite{
    position: absolute;
    left: 40px;
    top: -9px;
}
