@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:#dcc7cf url(../../images/flowers/bg_site.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#977c7f;
}
p {
font-size:1.2em;
padding-bottom:10px;
}
h1 {

}
h2 {
font-family:Georgia, Times, serif;
font-size:2.4em;
color:#4a1429;
font-weight:normal;
padding-bottom:20px;
}
h3 {
font-size:1.4em;
font-weight:bold;
color:#4a1429;
padding-bottom:10px;
}
h4 {
clear:both;
font-size:1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#4a1429;
margin:20px 0 10px 0;
}
h4 a {
text-decoration:none;
}
ul li, ol li {
font-size:1.2em;
padding-bottom:10px;
}
ol li {
margin-left:10px;
}
strong {
color:#4a1429;
}
a {
outline:0;
color:#4a1429;
text-decoration:underline;
}
a:hover {
color:#85415b;
}
acronym a, abbr a {
cursor:pointer;
}
acronym {
text-decoration:none;
}

.clear {
	clear: both;
}