/******************************
 * Fichier: Feuille de Style   *
 * Auteur:  Martin Robillard   *
 * Date:    22 octobre 2008    *
 ******************************/

body {
	margin-top: 0px;
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #005595; 
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #005595;
}



/* Style Menu button*/
td.static{
    background-image:  url(../images/yellow_button.jpg);
    background-repeat: repeat-x;
	width:303px;
	height:41px;
}

/* Style Menu button*/
td.separator{
    background-image:  url(../images/separator_quickLink.jpg);
	width:66px;
	height:45px;
    padding: 0px 0px 0px 0px;
    
}

/* Style Menu button*/
td.quickLink{
    background-image:  url(../images/quicklink_repeat.jpg);
    background-repeat: repeat-x;
    padding: 0px 0px 0px 10px;
    text-align:center;
	width:135px;
	height:45px;
}

td.dynamic{
	background-image:  url(../images/blue_button.jpg);
    background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
	font-weight: bold;
	color:       #ffffff;
	width:120px;
	text-align:  center;
}

td.dynamic:hover{
	background-image:  url(../images/yellow_button.jpg);
    background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
	font-weight: bold;
	color:       #ffffff;
	width:120px;
	text-align:  center;
}

td.bottom{
    background-image:  url(../images/bottom_line.jpg);
    background-repeat: repeat-x;
	width:975px;
	height:17px;
}

div.sideMenu{
    height:25px;
    padding: 0px 0px 0px 20px;
    margin-right:1px;
	background-color: #dee1e6;
	width: 300px;
    border-left: 1px solid #dee1e6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #005595; 
}

div.sideSubMenu{
    height:20px;
    padding: 0px 0px 0px 40px;
    margin-right:1px;
	background-color: #f2f5f9;
	width: 280px;
    border-left: 1px solid #f2f5f9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #005595;
}


.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* Style des liens*/
.style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005595; 
    text-align: justify;
    
}

a:link {
    color: #005595;
    text-decoration: none;
}

a:visited {
	color: #005595;
    text-decoration: none;
}
a:hover {
	color: #EC871B;
    text-decoration: none;
}


a.menu{
    color: #ffffff;
    text-decoration: none;
}

a.menu:visited{
    color: #ffffff;
    text-decoration: none;
}

a.menu:hover{
    color: #ffffff;
    text-decoration: none;
}


/*link side Menu*/
a.sideMenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   11px;
    font-weight: bold;
    color: #0f5e9a;
}

a.sideMenu:hover
{
	color: #EC871B;
}

a.sideMenu:visited
{
	color: #0f5e9a;
}

div.scroll{
    width:627px;
    height:  350px;
    padding: 0px 10px 0px 0px;
    margin:  0px 0px 0px 0px;
    overflow:auto;
	vertical-align:top;
}

p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005595; 
    text-align: justify;
}

.dotted {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7A7A7A;
}

.white{
    height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.space{
    height:5px;
}

.line{
    border-style: solid; 
    border-color: #005891;
    height:2px;
    width:625px;
}

.titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
    color: #005595; 
}


