<!-- 
/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
margin: 0;
padding: 0;
background: black;
font: 80% verdana, arial, sans-serif;
}
#container {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
/* background-image: url('/pix/camobackground.gif'); */
background-repeat: repeat;
width:785px; 
height:700px;
}
#header {
background-image: url('/pix/navbackground.gif');
background-repeat: repeat;
position:absolute;
left:0px;
top:36px;
border:1px solid white;
width:730px; 
height:20px;
}
#logo {
position:absolute;
left:715px;
top:12px;
}
#homepage_body {
background-image: url('/pix/orangefade.gif');
background-repeat: repeat;
position:absolute;
left:0px;
top:56px;
width:715px; 
height:627px;
}
a.nav {
text-decoration:none;
color:white;
font-weight: bold;
padding:1em 1em;
border-right:1px solid white;
font-size: 10px;
}
#businessname {
color:white;
font-weight: bold;
font-family: impact;
z-index: 1;
position:absolute;
left:10px;
top:56px;
font-size: 35px;
}
#topcontent {
background:#808080;
color:white;
font-weight: none;
font-family: ariel;
z-index: 2;
position:absolute;
left:10px;
top:106px;
font-size: 12px;
width:500px; 
padding: 5px 5px;
}
#contentbox_main {
background:white;
color:black;
font-weight: none;
font-family: ariel;
font-size: 12px;
width:490px; 
padding: 3px 3px;
}
#bottomleft {
background:#808080;
color:white;
font-weight: none;
font-family: ariel;
z-index: 2;
position:absolute;
left:10px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;
}
#bottommiddle {
background:#808080;
color:white;
font-weight: none;
font-family: ariel;
z-index: 2;
position:absolute;
left:205px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;
}
#bottomright {
background:#808080;
color:white;
font-weight: none;
font-family: ariel;
z-index: 2;
position:absolute;
left:400px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;

}
#contentbox {
background:white;
color:black;
font-weight: none;
font-family: ariel;
font-size: 12px;
width:170px; 
height:110px;
padding: 0.15cm .15cm;
overflow: auto;
}

-->