/* ANYBODESIGN.COM // Styles CSS */

/*
/*
/*
/* Global */
			
* {
border: 0;
margin: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
font-size: 1em;
outline: none;
}

html {
height: 100%;
}

body {
background: #fff url(../anybodesign_imports2/anybodesign-fd-home.png) 50% 0 no-repeat;
}

#fondpage {
width: 100%;
height: 100%;
}

#global {
position: relative;
width: 800px;
margin: 0 auto;
}

hr {
visibility: hidden;
margin: 0 30px;
clear: both;
}

@font-face {
font-family: 'Steelfish Regular';
src: url('../anybodesign_fonts/Steelfish.eot');
src: local('Steelfish Regular'), local('Steelfish'), url('../anybodesign_fonts/Steelfish.woff') format('woff'), url('../anybodesign_fonts/Steelfish.ttf') format('truetype'), url('../anybodesign_fonts/Steelfish.svg#Steelfish') format('svg');
}


/*
/*
/*
/* Header */


#header {
position: relative;
width: 800px;
height: 520px;
margin: 0 auto;
}

#header h1, #header h2, #header h3 {
display: none;
}

div.patch {
position: absolute;
width: 66px;
height: 66px;
top: 90px;
left: 550px;
background: transparent url(../anybodesign_imports2/anybodesign-patch3.png) 0 0 no-repeat;
}

div#ie {
position: absolute;
top: 0; left: 30px;
z-index: 1000;
}


/*
/*
/*
/* Menu */

#menu {
position: relative;
width: 775px;
height: 240px;
margin: 0 auto;
top: 0;
left: 55px;
}

#menu div.home-menu {
float: left;
width: 130px;
margin-right: 25px;
}

#menu div.home-menu p {
font-size: 0.7em;
line-height: 1.7em;
color: #000;
}

#menu div.home-menu p a {
color: #9c0;
text-decoration: underline;
}
#menu div.home-menu p a:hover {
color: #999;
text-decoration: none;
}

#menu h1 span {
font-family: "Steelfish Regular";
font-weight: normal;
}

a.menu-graphisme, a.menu-web, a.menu-pack, a.menu-anim, a.menu-contact {
font-size: 1.6em;
letter-spacing: 0.1ex;
text-decoration: none;
color: #9c0;
}
a.menu-graphisme:hover, a.menu-web:hover, a.menu-pack:hover, a.menu-anim:hover, a.menu-contact:hover {
color: #000;
}


/*
/*
/*
/* Footer */

#footer {
width: 800px;
margin: 0 auto;
padding: 20px;
text-align: center;
}

#footer p {
font-size: 0.7em;
color: #bbb;
}

#footer p a {
color: #9c0;
text-decoration: underline;
}

#footer p a:hover {
color: #000;
text-decoration: none;
}

#wall {
display: none;
}




