/* CSS Document */

html, body {
margin:0;
padding: 0;
}

body {
background-color: #cccccc;
background: url(../images/texture.jpg) repeat;
}			

#zone {
position: absolute;
top: 50%;
left: 50%;
width: 760px;
height: 500px;
margin-left: -380px;
margin-top: -250px;
cursor: default;
background-color: #000000;
}

#bande_rouge_gauche {
position: absolute;
left: 1px;
top: 1px;
width: 53px;
height: 410px;
background-color: #993333;
}

#adresse {
position: absolute;
left: 0;
top: 411px;
width: 252px;
padding-top: 0;
text-align: center;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
#adresse a {color: #ffffff;}
#adresse a:hover {text-decoration: none;}

#bloc_blanc {
position: absolute;
left: 54px;
top: 1px;
width: 198px;
height: 410px;
background-color: #ffffff;
}

#nicolas_pagnon {
position: absolute;
top: 1px;
left: 1px;
width: 204px;
height: 130px;
background: url(../images/nicolas_pagnon.gif) no-repeat;
}

#architecture_interieure {
position: absolute;
top: 0;
left: 252px;
width: 508px;
height: 75px;
background: url(../images/architecture_interieure.gif) no-repeat;
}

#menu {
position: absolute;
top: 162px;
left: 30px;
width: 215px;
}

.animation {
position: absolute;
top: 75px;
left: 275px;
width: 485px;
height: 425px;
}

#pied {
position: absolute;
top: 500px;
left: 50%;
width: 760px;
height: 20px;
margin-left: -380px;
margin-top: 0;
cursor: default;
text-align: right;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
#pied a{
color: #666;
text-decoration: none;
}
#pied a:hover{
color: #333;
text-decoration: none;
}

/* CSS Document */