/******************************************************************\
* Fichier : main.css                                               *
* Auteur  : Jean-François Côté                                     *
* Date    : 18 août 2005                                           *
* But     : Fichier Cascading Style Sheet comprenant les polices   *
*           et styles des objets HTML                              *
*                                                                  *
\******************************************************************/

body {
scrollbar-face-color: #ECEFE6;
scrollbar-highlight-color: #59653F;
scrollbar-3dlight-color: #ECEFE6;
scrollbar-darkshadow-color: #59653F;
scrollbar-shadow-color: #59653F;
scrollbar-arrow-color: #59653F;
scrollbar-track-color: #ECEFE6;
}

.title {
font-family: "Arial";
font-size: 15px; 
font-weight: bold;
text-align: left; 
color: #758453; 
line-height: 18px;
}

.tabletitle {
font-family: "Arial";
font-size: 13px; 
font-weight: bold;
text-align: center; 
color: #FFFFFF; 
line-height: 17px;
}

.text {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: justify; 
color: #333333; 
line-height: 15px;
}

.text a {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: justify; 
color: #333333; 
line-height: 15px;
text-decoration: none;
}

.text a:hover {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: justify; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.text a:active {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: justify; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.textd {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: right; 
color: #333333; 
line-height: 15px;
}

.textd a {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: right; 
color: #333333; 
line-height: 15px;
text-decoration: none;
}

.textd a:hover {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: right; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.textd a:active {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: right; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.textc {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: center; 
color: #333333; 
line-height: 15px;
}

.textc a {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: center; 
color: #333333; 
line-height: 15px;
text-decoration: none;
}

.textc a:hover {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: center; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.textc a:active {
font-family: "Arial";
font-size: 12px; 
font-weight: normal;
text-align: center; 
color: #333333; 
line-height: 15px;
text-decoration: underline;
}

.copyrights {
font-family: "Arial";
font-size: 10px; 
font-weight: normal;
text-align: center; 
color: #A29F9F; 
line-height: 12px;
}

.copyrights a {
font-family: "Arial";
font-size: 10px; 
font-weight: normal;
text-align: center; 
color: #A29F9F; 
line-height: 12px;
text-decoration: none;
}

.copyrights a:hover {
font-family: "Arial";
font-size: 10px; 
font-weight: normal;
text-align: center; 
color: #A29F9F; 
line-height: 12px;
text-decoration: underline;
}

.copyrights a:active {
font-family: "Arial";
font-size: 10px; 
font-weight: normal;
text-align: center; 
color: #A29F9F; 
line-height: 12px;
text-decoration: none;
}

Input, Select
{
    FONT-SIZE: 11px;
	line-height: 14px;
    COLOR: #59653F; 
    font-family: "Arial";
    HEIGHT: 18px;
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
	BORDER-BOTTOM: #59653F 1px solid;
	BORDER-LEFT: #59653F 1px solid;
}

Textarea
{
    FONT-SIZE: 11px;
	COLOR: #59653F; 
    font-family: "Arial";
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
	BORDER-BOTTOM: #59653F 1px solid;
	BORDER-LEFT: #59653F 1px solid;
}

.ErreurBox{
   font-family: "Arial";
   FONT-SIZE: 11px;
   COLOR: Red; 
   font-weight: bold; 
}

.ErreurBox a{
   font-family: "Arial";
   FONT-SIZE: 11px;
   COLOR: #4A4132; 
   font-weight: bold;
   text-decoration: none;
}

.ErreurBox a:hover{
   font-family: "Arial";
   FONT-SIZE: 11px;
   COLOR: #4A4132; 
   font-weight: bold;
   text-decoration: underline;
}

.ErreurBox a:active{
   font-family: "Arial";
   FONT-SIZE: 11px;
   COLOR: #4A4132; 
   font-weight: bold;
   text-decoration: none;
}

.Button {
    FONT-SIZE: 10px;
    COLOR: #59653F; 
    font-family: "Arial";
    HEIGHT: 18px;
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
	BORDER-BOTTOM: #59653F 1px solid;
	BORDER-LEFT: #59653F 1px solid;
}

.temoignages ul li {
	line-height: 16px;
	padding-bottom: 20px;
}

.temoignages ul li div {
	padding: 6px 0 0 5px;
	font-weight: bold;
	font-style: italic;
}