@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:#656565;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#91b7c9;
}
p {
font-size:1.2em;
padding-bottom:10px;
color:#FFFFFF;
}
h1 {
margin-left:-10px;
margin-top:-10px;
}
h1 img {
width:330px;
height:88px;
margin-left:-2px;
}
h2 {
font-size:2.6em;
color:#FFFFFF;
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:#FFFFFF;
padding-bottom:10px;
}
h4 {
clear:both;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../../images/perfection/bg_boite_menu.jpg);
font-size:2em;
font-weight:normal;
color:#fff;
text-align:center;
height:24px;
width:304px;
margin-bottom:10px;
border:1px solid black;
}
h4 a {
text-decoration:none;
color:#FFFFFF;
}
h4 a:hover {
color:#000000;
}
ol {
list-style-position:inside;
}
ul li, ol li {
font-size:1.2em;
}
a {
outline:0;
color:#000000;
text-decoration:underline;
}
a:hover {
color:#CC0000;
}
strong {
color:#000000;
}
acronym a, abbr a {
cursor:pointer;
}
acronym {
text-decoration:none;
}
