@charset "iso-8859-1";

/* Gestion des tableau */

.tableau {
width:720px;
}

.tableaumerci {
width:720px;
border-style:solid;
border-width:1px;
border-color:#003300;
}

.form {
width:720px;
border-style:solid;
border-width:1px;
border-color:#003300;
}

/* Gestion du texte */

.titre {
color:#006633;
font-size:28px;
font-weight:bold;
font-family:"trebuchet ms",sans-serif;
}

.soustitre {
color:#000000;
font-weight:normal;
font-size:12px;
}
.texte {
color:#000000;
font-family:"trebuchet ms",sans-serif;
font-size:15px;
}

.h1 {
color:#000000;
font-family:"trebuchet ms",sans-serif;
font-size:15px;
font-weight:bold;
}

.h2 {
color:#000000;
font-family:"trebuchet ms",sans-serif;
font-size:15px;
}

.probleme {
color:#333333;
font-family:"trebuchet ms",sans-serif;
font-size:12px;
font-weight:bold;
}

.merci {
color:#00CC00;
font-family:"trebuchet ms",sans-serif;
font-size:20px;
font-weight:bold;
}
.nonmerci {
color:#FF0033;
font-family:"trebuchet ms",sans-serif;
font-size:20px;
font-weight:bold;
}

/* Gestion des liens */

a {
color:#006600;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#10D128;
}

/* Gestion du formulaire */

input, textarea {
border:1px ;
border-style:solid;
border-color:#000000;
background-color:#F4FFFA;
font-family:"trebuchet ms",sans-serif;
font-size:14px;
color:#006600;
}

input:hover, textarea:hover {
border-color:#66AA22;
}

input:focus, textarea:focus {
border-color:#006600;
background-color:#FFFFFF;
font-family:"trebuchet ms",sans-serif;
font-size:14px;
color:#000000;
}

select {
border:1px;
border-style:solid;
border-color:#000000;
background-color:#F4FFFA;
font-family:"trebuchet ms",sans-serif;
font-size:14px;
color:#006600;
}

option {
background-color:#F4FFFA;
font-family:"trebuchet ms",sans-serif;
font-size:14px;
color:#006600;
}

.radio {
border:0px;
border-bottom-color:#FFFFFF;
background-color:#FFFFFF;
}
