/* CSS Document */

#header
{
background-image:url(img/header.png);
height:200px;
width:670px;
background-repeat:no-repeat;
margin:auto;
}

#page
{
width:670px;
background-image:url(../img//background.png);
background-repeat:repeat-y;
margin:auto;
height:auto;
}

#bottom
{
width:670px;
padding:10px;
margin:auto;
}

img
{
border:none;
}

#info, .text
{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:400px;
margin:auto;
color:#999999;
}

.copy
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:auto;
color:#333;
text-align:center
}

.textmenu
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000000;
padding-left:35px;
}

.textmenu, a
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000000;
}

a:hover
{
text-decoration:underline;
}

.encadrement
{
width:600px;
border:1px #CCC dashed;
padding-top:10px;
padding-bottom:10px;
margin:auto;

font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
text-decoration:none;
color:#000000;
}

.centre
{
text-align:center;
}

.visiteur
{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}


