@charset "utf-8";
/* CSS Document */

BODY {
background-color:#000000;
margin:0;
/* pour éviter les marges */
text-align:center;
/* pour corriger le bug de centrage IE */
height:100%;
padding:0;
width:100%;
}
#site-haut {
position:relative;
width:950px;
height:383px;
}
#motifs-gauche {
position:absolute;
top:187px;
left:-222px;
}
#motifs-droite {
position:absolute;
top:195px;
left:950px;}
#site{
position:absolute;
width:950px;
height:600px;
left:0;
top:54px;
}
#haut {
width:100%;
height:100%;
background-image:url(../images/fond-site-1-pixel-haut.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#000;
}
#bas {
width:100%;
height:100%;
background-image:url(../images/fond-site-1-pixel-bas.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#000;
}



TABLE{
}

TD{
padding:0;
margin:0;
}

HTML, BODY, TABLE {
height:100%;
margin:0;
padding:0;
width:100%;
}


/*home */
.coords {
margin:20px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#BF2A86;
font-size:12px;}
/*contact*/
.contact {
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#be3680;}
