/* css and website developped by POLAR MEDIA www.polarmedia.ca © 2009 */

* {margin:0; padding:0;
}

body { background: #fff url(img/headerbg.jpg) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", arial, verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

#wrap { width: 790px;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
	}

a:link { color: #004a80;
	text-decoration: underline;
}

a:hover { color: #000000;
}

a:visited { color: #999999;
}

h1 { font-family: "Trebuchet MS", "Lucida Grande", arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: regular;
	line-height:25px;
	color: #000000;
	margin: 10px 0;
}

h6 { font-family: "Trebuchet MS", "Lucida Grande", arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
	margin-top: 3px;
}


p { margin-bottom: 10px;
}


/* -- blocs -- */

#header { background:#B0803B url(img/headerlogo.jpg);
	height: 150px;
	width: 790px;
	clear: both;
	
}

#content { width:520px;
	float:left;
	background:#;
}

#content img, #footnav img, #sidebar img { 
border: 4px solid #003366;
padding:1px;
}

#slideshow, .slideshow {
}

#content table tr td {
	font-size: 11px;
	padding: 10px 10px 10px 0;
	border-bottom: #ccc dotted 1px;
	text-align: center;
}

#content ul {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 10px;
}

.form {
	width: 350px;
}

#sidebar { width:250px;
	float:right;
	background: #fff url(img/sidebarbg.jpg) repeat-x;}
	
#sidebar p, #sidebar h1 {
	padding: 10px;
}

#footnav {width:790px;
	clear: both;
}

#footnav div {float:left;
	width:250px;
	background:#;
	margin-top:20px;
	margin-bottom:20px;
	border-top:5px solid #003366;
}

#footnav div.left, #footnav div.center {margin-right:20px;}

#footnav div.right a:link { font-size: 14px;
	text-decoration: underline;
}

#footnav img { width: 70px; height:50px;
}

#footer { 
	width: 100%;
	background: #fff url(img/headerbg.jpg) repeat-x;;
	clear: both;
}

#footer a:link {color:#ccc;
}

#footer a:hover {color:#003366;
}

#footerwrap { width: 790px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #ffffff;
	}



/* -- navigation -- */

#topnav { background: #fff;
}

#topnav img { border: none;
}

    #tabsJ {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:11px;
	font: bold 11px "Trebuchet MS", Helvetica, Arial, Sans-serif;
      line-height:normal;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
      }
    #tabsJ ul {
	  margin:0;
	  padding:5px 10px 0 5px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("img/tab-left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("img/tab-right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  margin:0 3px 0 0;
      color:#003366;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
	  
      }
    #tabsJ a:hover {
      background-position:0% -42px;
	  
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
	  
      }


