@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:#7b7c7b;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#a0a1a0;
}
p {
font-size:1.2em;
padding-bottom:10px;
color:#FFFFFF;
}
h1 img{
width:337px;
height:105px;
}
h2 {
font-size:2.4em;
color:#FFFFFF;
font-weight:normal;
padding-bottom:5px;
text-transform:uppercase;
}
h3 {
font-size:1.4em;
font-weight:bold;
font-style:italic;
font-weight:normal;
color:#3399FF;
padding-bottom:10px;
}
h4 {
clear:both;
font-size:1.4em;
font-weight:normal;
color:#fff;
background-image:url(../../images/serenity/bg_boite_menu.jpg);
text-align:center;
height:22px;
padding-top:7px;
width:315px;
margin-top:10px;
margin-left:11px;
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:#FFFFFF;
text-decoration:underline;
}
a:hover {
color:#000000;
}
strong {
color:#000000;
}
acronym a, abbr a {
cursor:pointer;
}
acronym {
text-decoration:none;
}

.clear {
	clear: both;
}
