/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
background:url(images/bg.jpg);
}
h1 {
width:100%;
text-align:center;

}

h2, h3 {
color:#000;
font-weight:normal;
font-size:3.375em;
padding-bottom:18px;
}
h3 {
font-size:1.2em;
color:#c5363c;
font-family:Georgia, "Times New Roman", Times, serif;
}
p {
font-size:1.0em;
padding-bottom:10px;
text-align:justify;
font-family:Georgia, "Times New Roman", Times, serif;
}
label {
font-size:1.2em;
}

/*input,textarea,select,button {

font-size:1em;

font-family:Arial, Helvetica, sans-serif;

background:#f2f2f2;

color:#878926;

}*/

/*input.btnsubmit{
background:url(images/boutton.jpg) no-repeat;
text-align:left;
padding:0 0 2px 5px;
border:none;
width:100px;
height:30px;
}
*/

/*input{
background:url(images/textfield.jpg);
}
*/

#table.form
{
width:263px;
height:362px;
}

fieldset
{
border:0;
width:263px;
}

A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: blue; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: blue;
font-weight: normal; 

}

img
{
border:0;
}