@charset "utf-8";

/* CSS Document */
@import url("structure.css");
@import url("navigation.css");
@import url("form.css");
@import url("specific.css");

/* ------------------------------------------- */
/* Site General Attributes Definition */
/* ------------------------------------------- */
* {
padding:0;
margin:0;
border:0;
}
body {
background:url(../../images/rest/bg_site.jpg) repeat-x top #242a2c;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#9c865c;
}
p {
font-size:1.2em;
padding-bottom:10px;
}
h1 {
float:left;
margin:0;
padding:0;
line-height:0;
font-size:0;
}
h2 {
font-size:2.6em;
color:#594c2d;
font-weight:normal;
margin-top:15px;
padding-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.6em;
font-weight:bold;
color:#594c2d;
padding-bottom:10px;
}
h4 {
clear:both;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
font-weight:normal;
color:#594c2d;
text-align:center;
height:24px;
padding-top:5px;
}
h4 a {
color:#594c2d;
text-decoration:none;
}
h4 a:hover {
text-decoration:underline;
color:#594c2d;
}
ol {
list-style-position:inside;
}
ul li, ol li {
font-size:1.2em;
}
a {
outline:0;
color:#594c2d;
text-decoration:none;
}
a:hover {
color:#594c2d;
text-decoration:underline;
}
strong {
color:#594c2d;
}
acronym a, abbr a {
cursor:pointer;
}
acronym {
text-decoration:none;
}
