@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}

a {
color:#000000;
}
a:hover {
color:#CC0000;
}

/* ----- NAVIGATION ----- */
.navig1 {
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
height:30px;
text-transform:uppercase;
}
.navig1:hover {
font-size:14px;
font-weight:bold;
color:#F00;
}

.navig2 {
font-size:12px;
padding-left:10px;
text-decoration:none;
color:#333333;
height:20px;
}
.navig2:before {
content: ">";
}
.navig2:hover {
font-size:12px;
padding-left:10px;
color:#F00;
}

/* ----- TEXTE ----- */
h1 {
font-size:16px;
font-weight:bold;
color:#FF0000;
text-transform:uppercase;
}

.anglais{
font-family:"Times New Roman", Times, serif;
color:#CC0000;
font-style:italic;
font-size:14px;
}

.anglais10{
font-family:"Times New Roman", Times, serif;
color:#CC0000;
font-style:italic;
font-size:10px;
}


/* ----- INPUT / SELECT ----- */

input, select {
width: 200px; 
font-size:10px;
}



/* ----- PIED DE PAGE ----- */
.pied {
font-size:10px;
color:#999999;
}