@charset "utf-8";
/* CSS Document */
html, body {
background-color:#000;
margin-top:0;
}
#wrapper {
margin-left: auto;
margin-right: auto;
width: 1024px;
background-image:url('images/fond.jpg');
}
/*------------------------------------HEADER------------------------------------*/
#header {
position:relative;
height: 170px;
margin:0 50px 0 50px;
font-family:helvetica,arial,Serif;
}
#nom {
width:400px;
}
#alexis {
font-size:71px;
height:71px;
color:#fff;
letter-spacing:-6px;
font-weight:bold;
}
#infographiste {
font-size:34px;
color:#ffc000;
}
#logo {
background-image:url('images/logo.png');
position:absolute;
left:800px;
top:0;
width:142px;
height:179px;
}
#navbar {
height: 26px;
font-size:26px;
background-color:rgba(255,255,255,0.25);
word-spacing:30px;
padding:0 0 5px 5px;
}
#menu {
padding-bottom:10px;
width:500px;
float:left;
}
#boutons {
float:right;
margin:1px 100px 0 0;
}
#navbar a:link {
text-decoration:none;
color:#fff;
}
#navbar a:visited {
text-decoration:none;
color:#fff;
}
#navbar a:hover {
color:#ffc000;
}
/*----------------------------ACCUEIL--------------------------------------------*/
#accueil {
margin:0 50px 0 50px;
}

