html {background-image: url(images/bg.png); background-color: #484868; background-attachment: fixed; background-repeat: repeat-y;}

body {
margin-left: 160px;
margin-right: 10px;
}

#content {}

div.center {text-align: center;}
div.left {text-align: left;}
div.right {text-align: right;}

p {font-family: "Tahoma","Geneva", sans-serif; font-size: 12px; color: #ffffff; margin: 10px;}
p.zone {font-family: "Tahoma","Geneva", sans-serif; font-size: 12px; color: darkblue; margin: 10px;}
h1 {font-family: "Tahoma","Geneva";	font-size: 22px; color: darkblue; margin: 10px; text-align: center; letter-spacing: 2pt;}
h2 {font-family: "Tahoma","Geneva";	font-size: 12px; color: darkblue; margin: 10px;}

img {margin: 10px; border-style: solid; border-color: #9090B0; border-width: 1px;}
img.nb {border-width: 0px;}

table {background-color: #4848F8; margin-top: 25px; margin-left: auto; margin-right:auto; margin-bottom: 10px;}
td {text-align: center;}

hr {color: #F80000; width: 80%; height: 10px;}
