/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
background:url(images/bg_mystere.jpg);
}
h1{
width:100%;
text-align:center;

}

h2, h3 {
color:#c19a4a;
font-weight:normal;
font-size:3.375em;
padding-bottom:18px;
}
h3 {
font-size:1.2em;
}
p {
font-size:1.2em;
padding-bottom:10px;
}
label {
font-size:1.2em;
}

input,textarea,select,button {

font-size:1.5em;

font-family:Arial, Helvetica, sans-serif;

background:#a62022;

color:#FFFFFF
}



A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: #c19a4a; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: #c19a4a;
font-weight: normal; 

}