/* CSS Document */
body {
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#414850;
color:#F5F5F5;
background-image:url(bg.jpg);
background-repeat:no-repeat;
background-position:center top;
}

img {
border:none;
}

a {
color:#F5F5F5;
text-decoration: none;
}

a:hover {
border-bottom: none;
color:#FFFF00;
}

p, li {
margin:0;
padding-bottom:5px;
}

#page {
margin:0px auto;
width:960px;
padding-top:100px;
}

#body {
width:960px;
min-height:670px;
margin:0px auto;
}


#logo {
padding-top:20px;
font-size:18px;
font-weight:bolder;
padding-left:30px;
}

#slogan {
font-size:12px;
padding-left:20px;

}

#nav_services {
height:14px;
width:15%;
background-image:url(green.jpg);
background-repeat:repeat-x;
text-align:right;
}

#nav_works {
height:14px;
width:28%;
background-image:url(red.jpg);
background-repeat:repeat-x;
text-align:right;
}

#nav_tech {
height:14px;
width:45%;
background-image:url(yellow.jpg);
background-repeat:repeat-x;
text-align:right;
}

#nav_codes {
height:14px;
width:51%;
background-image:url(bleu.jpg);
background-repeat:repeat-x;
text-align:right;
}

#nav_contact {
height:14px;
width:62%;
background-image:url(orange.jpg);
background-repeat:repeat-x;
text-align:right;
}

.nav_title {
background-color:#373D44;
text-transform:uppercase;
padding-left:5px;
}

#footer {
height:30px;
width:960px;
margin:0px auto;
text-align:center;
font-size:10px;
}
