/* CSS Document */

body
{
background-image:url(img/background.jpg);
background-position:top;
font-size: 12px;
color: #DCBB96;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: 0;
margin:0px; text-align:left;
}

.menu
{
width:650px;
background-color:#000000;
margin:auto;
margin-top:140px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
border:1px solid #CC6600;
padding:20px;
font-weight:bold;
text-align:center;
}

.titre
{
text-transform: uppercase;
}

.contenu
{
width:800px;
background-color:#000000;
margin:auto;
margin-top:30px;
margin-bottom:10px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
border:1px solid #CC6600;
padding:20px;
}

image
{
border-color:#00C8FF
}

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

a:hover
{
color: #f4e3d3;
text-decoration:underline;
}

.td1
{
background-color:#333333;
height:25px;
padding:3px;
}

.td2
{
background-color:#191919;
height:25px;
padding:3px;
}