@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:#466071;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#91b7c9;
}
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:#466071;
font-weight:normal;
margin-top:20px;
padding-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.6em;
font-weight:bold;
font-style:italic;
color:#91b7c9;
padding-bottom:10px;
}
h4 {
clear:both;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
font-weight:normal;
color:#466071;
text-align:center;
height:24px;
padding-top:15px;
margin-bottom:10px;
}
h4 a {
text-decoration:none;
}
ol {
list-style-position:inside;
}
ul li, ol li {
font-size:1.2em;
}
a {
outline:0;
color:#91b7c9;
text-decoration:underline;
}
a:hover {
color:#466071;
}
strong {
color:#91b7c9;
}
acronym a, abbr a {
cursor:pointer;
}
acronym {
text-decoration:none;
}
