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


body, html {
margin:0px;
padding:0px;
font:14px georgia;
}
body {
background: url(/css/sorcier.gif) 2% 98% no-repeat fixed;
}
html {
background:#8b624e url(/css/sorcier.gif) 98% 98% no-repeat fixed;
}

a {
color:#000;
}

table {
margin:auto;
text-align:justify;
}
table tr td {
border-bottom:1px dotted #FFF;
padding:15px;
}
table tr td.left {
width:220px;
border-right:1px dotted #FFF;
}
label {
display:block;
margin-top:5px;
}

.in {
background:#daae81;
color:#666;
width:460px;
border-color:#824229;
font-size:18px;
}
textarea.in {
width:510px;
}