/* ===== STYLE GÉNÉRAL ===== */
body{
font-family: "Times New Roman", Arial, Verdana, sans-serif;
font-size: 12pt;
color: #494949;
background-color: #8C1919;
background-image:url(../image/design/bgImage.gif);
margin: 0;
}
p, ul, li, td{
color: #494949;
font-size: 12pt;
}
table{
border-collapse:collapse;
}
li{
list-style-image:url(../image/design/puce.gif);
}

/* ===== STYLE PERSONNALISÉ ===== */
.erreur{
color: #6E1214;
}
.titre{
font-weight: bold;
font-size: 12pt;
color: #6E1214;
}
.lettrine{
font-size: 14pt;
padding-left: 30px;
}
.date{
font-size: 10pt;
}
.bordure{
border-width: 1px;
border-style: solid;
border-color: #6E1214;
}

/* ===== TAILLE RÉDUITE DE TEXTE ===== */
.small1{
font-size: 10pt;
}
.small2{
font-size: 8pt;
}

/* ===== LIEN OK ===== */
a.small1:link{
font-size: 10pt;
color: #6E1214;
}
a.small1:visited{
font-size: 10pt;
color: #6E1214;
}
a.small1:hover{
font-size: 10pt;
color: #A23128;
}
a.small1:active{
font-size: 10pt;
color: #A23128;
}

/* ===== LIEN PETIT ===== */
a.small2:link{
font-size: 8pt;
color: #6E1214;
}
a.small2:visited{
font-size: 8pt;
color: #6E1214;
}
a.small2:hover{
font-size: 8pt;
color: #A23128;
}
a.small2:active{
font-size: 8pt;
color: #A23128;
}

/* ===== LIEN NORMAL ===== */
a:link{
font-size: 12pt;
color: #6E1214;
}
a:visited{
font-size: 12pt;
color: #6E1214;
}
a:hover{
font-size: 12pt;
color: #A23128;
}
a:active{
font-size: 12pt;
color: #A23128;
}

/* ===== LIEN MENU ===== */
a.menu:link{
font-size: 10pt;
color: #A23128;
text-decoration: none;
}
a.menu:visited{
font-size: 10pt;
color: #A23128;
text-decoration: none;
}
a.menu:hover{
font-size: 10pt;
color: #BC8179;
text-decoration: none;
}
a.menu:active{
font-size: 10pt;
color: #BC8179;
text-decoration: none;
}

/* ===== ÉLÉMENTS DE FORMULAIRE ===== */
textarea{
background-color: #F5F0E4;
font-family: "Times New Roman", Arial, Verdana, sans-serif;
font-size: 12pt;
font-variant: normal;
border-width: 1px;
border-style: solid;
border-color: #703431;
}
select{
background-color: #F5F0E4;
font-family: "Times New Roman", Arial, Verdana, sans-serif;
font-size: 12pt;
font-variant: normal;
border-width: 1px;
border-style: solid;
border-color: #703431;
}
input{
background-color: #F5F0E4;
font-family: "Times New Roman", Arial, Verdana, sans-serif;
font-size: 12pt;
border-width: 1px;
border-style: solid;
border-color: #703431;
}