/******************************************************************\
* 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: #FFFFFF;
scrollbar-highlight-color: #2C56A3;
scrollbar-3dlight-color: #94A4BD;
scrollbar-darkshadow-color: #2C56A3;
scrollbar-shadow-color: #2C56A3;
scrollbar-arrow-color: #2C56A3;
scrollbar-track-color: #94A4BD;
}

.linknews{
   font-family: "Tahoma";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
   line-height: 15px;
}

.linknews a{
   font-family: "Tahoma";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
   line-height: 15px;
}

.linknews a:hover{
   font-family: "Tahoma";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: underline;
   text-align: justify;
   line-height: 15px;
}

.linknews a:active{
   font-family: "Tahoma";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
   line-height: 15px;
}

.title{
   font-family: "Trebuchet MS";
   FONT-SIZE: 14px;
   COLOR: black; 
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}

.title a{
   font-family: "Trebuchet MS";
   FONT-SIZE: 14px;
   COLOR: black; 
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}

.title a:hover{
   font-family: "Trebuchet MS";
   FONT-SIZE: 14px;
   COLOR: black; 
   text-align: left;
   font-weight: bold;
   text-decoration: underline;
}

.title a:active{
   font-family: "Trebuchet MS";
   FONT-SIZE: 14px;
   COLOR: black; 
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}

.date{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: black; 
   text-align: left;
}

.copyright{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: #626567; 
   text-align: center;
}

.form{
   font-family: "Tahoma";
   FONT-SIZE: 11px;
   COLOR: black; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
   line-height: 15px;
}

.bigred{
   font-family: "Trebuchet MS";
   FONT-SIZE: 15px;
   COLOR: red; 
   font-weight: bold; 
   text-decoration: none;
   text-align: center;
   line-height: 15px;
   letter-spacing: 1px;
}

.textc{
   font-family: "Verdana";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: center;
   line-height: 15px;
}

.text{
   font-family: "Verdana";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
   line-height: 15px;
}

.text a{
   font-family: "Verdana";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: underline;
   text-align: justify;
}

.text a:hover{
   font-family: "Verdana";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: underline;
   text-align: justify;
}

.text a:active{
   font-family: "Verdana";
   FONT-SIZE: 11px;
   COLOR:#333333; 
   font-weight: normal; 
   text-decoration: none;
   text-align: justify;
}

.menubas{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: #FFFFFF; 
   font-weight: bold; 
   text-decoration: none;
   text-align: center;
}

.menubas a{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: #FFFFFF; 
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}

.menubas a:hover{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: #FFFFFF; 
   font-weight: bold;
   text-decoration: underline;
   text-align: center;
}

.menubas a:active{
   font-family: "Tahoma";
   FONT-SIZE: 10px;
   COLOR: #FFFFFF; 
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}

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

Textarea
{
    FONT-SIZE: 11px;
	COLOR: black; 
    font-family: "Tahoma";
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
	BORDER-BOTTOM: #2C56A3 1px solid;
	BORDER-LEFT: #2C56A3 1px solid;
}

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

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

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

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

.Button {
    FONT-SIZE: 10px;
    COLOR: #42567D; 
    font-family: "Trebuchet MS";
    HEIGHT: 18px;
    BACKGROUND-COLOR: #FFFFFF;
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
	BORDER-BOTTOM: #2C56A3 1px solid;
	BORDER-LEFT: #2C56A3 1px solid;
}

.label
{
	FONT-SIZE: 12px;
    COLOR: black; 
    font-family: "Trebuchet MS";
    HEIGHT: 22px;
    BACKGROUND-COLOR: #FFFFFF;
	border: none;
}