body{
	background: #ffffe3;
	color: #282828;
	font: 12px Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
}

/* font: 13px Cambria, Georgia, Times, Times; */
#container{
	width:100%;
	margin-top: -223px;
	background: url(../images/pages_bg.png) no-repeat scroll center 0;
}
#header{
	width: 820px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	width: 321px;
	height: 44px;
	background-image: url(../images/logo.png);
	margin-top: 40px;
	float: left;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
#logo:hover{
	background: url(../images/logo.png) -321px;
}
h2{
	color: #ffffe3;
	font-size: 28px;
	height: 115px;
	float: left;
	padding-top: 10px;
	width: 820px;
	text-indent: -9999px;
	overflow: hidden;
}
#h2_informations{
	background: url(../images/h2_informations.png) no-repeat left;
	margin-top: 30px;
	margin-left: 30px;
	height: 60px;
	width: 300px;
}
#h2_calendrier{
	background: url(../images/h2_calendrier.png) no-repeat left;
	margin-top: 30px;
	margin-left: 30px;
	height: 60px;
	width: 300px;
}
#h2_resultats{
	background: url(../images/h2_resultats.png) no-repeat left;
	margin-top: 30px;
	margin-left: 30px;
	height: 60px;
	width: 300px;
}
#h2_liens{
	background: url(../images/h2_liens.png) no-repeat left;
	margin-top: 30px;
	margin-left: 30px;
	height: 60px;
	width: 300px;
}
#h2_contact{
	background: url(../images/h2_contact.png) no-repeat left;
	margin-top: 30px;
	margin-left: 30px;
	height: 60px;
	width: 300px;
}
.bottom_link{
	margin-bottom: 0;
	height: 14px;
	display: block;
	float: right;
	margin-top: 26px;
}
#logo:hover{
	background: url(../images/logo.png) -321px;
}
#navigation{
	width: 268px;
	height: 24px;
	background-image: url(../images/nav_back.png);
	float: left;
	display: block;
	margin-top: -123px;
	margin-left: -5px;
	padding-top: 10px;
	padding-left: 5px;
}
#navigation li{
	text-indent: -9999999px;
	color: #fc271a;
	height: 12px;
	cursor: pointer;
	float: left;
	margin-right: 12px;
	margin-left: 10px;
}
#info_navbt{
	width: 77px;
	background-image: url(../images/main_nav_bg.png);
}
#info_navbt:hover{
	width: 77px;
	background: url(../images/main_nav_bg.png) 0 13px;
}
#cal_navbt{
	width: 65px;
	background: url(../images/main_nav_bg.png) -80px 0;
}
#cal_navbt:hover{
	width: 65px;
	background: url(../images/main_nav_bg.png) -80px 13px;
}
#res_navbt{
	width: 57px;
	background: url(../images/main_nav_bg.png) -147px 0;
}
#res_navbt:hover{
	width: 57px;
	background: url(../images/main_nav_bg.png) -147px 13px;
}
#utils{
	margin-top: -153px;
	float: right;
	display: block;
	margin-right: -12px;
}
#utils li{
	
	color: #fc271a;
	float: left;
	margin-right: 12px;
	margin-left: 10px;
}
.button{
	height: 12px;
	cursor: pointer;
	text-indent:-9999px;
	display: block;
}
#liens_utilsbt{
	width: 32px;
	background: url(../images/utils_bg.png) 0px 0;
}
#liens_utilsbt:hover{
	width: 32px;
	background: url(../images/utils_bg.png) 0px 13px;
}
#contact_utilsbt{
	width: 51px;
	background: url(../images/utils_bg.png) -32px 0;
}
#contact_utilsbt:hover{
	width: 51px;
	background: url(../images/utils_bg.png) -32px 13px;
}
#dumbell{
	background-image: url(../images/dumbell.png);
	width: 287px;
	height: 153px;
	float: right;
	display: block;
	margin-top: -190px;
	margin-right: -57px;
	clear: right;
}
#upper_header{
	background-color: #ffffe3;
	width: 100%;
	height: 223px;
}
#clearer{
	display: block;
	clear: right;
}
#content{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -220px;
	display: block;
}
#col1{
	width: 470px;
	float: left;
}
#col2{
	width: 220px;
	float: right;
	display: block;
}
.opener{
	cursor: pointer;
}
.opener_over{
	cursor: pointer;
	text-decoration: underline;
}
.opener_over{
	cursor: pointer;
	text-decoration: none;
}
.opener:hover{
	text-decoration: underline;
	
}
.hidden{
	margin-bottom: 10px;
	display: none;
}

p{
	margin-top: 21px;
}
a{
	color: #35a8b4;
	text-decoration: none;
}
a:hover{
	color: #35a8b4;
	text-decoration: underline;
}
.blue{
	color: #35a8b4;
}
h3{
	font: 20px GillSans, Trebuchet, Calibri, sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
}
h4{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
h4.opener{
	font-weight: bold;
}
.bullet {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px;
	margin-left: 5px;
}
td.header {     
    font-weight: bold; 
    border-right: 1px solid #dad9c7;
	color: #ffffe2;
	background-color: #282828;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
th.header {     
    cursor: pointer; 
    font-weight: bold; 
    border-right: 1px solid #dad9c7;
	color: #ffffe2;
	background: #282828 url(../images/bg.gif) no-repeat right;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
th.headerSortDown {
	background: #35a8b4 url(../images/asc.gif) no-repeat right;
} 
th.headerSortUp {
	background: #35a8b4 url(../images/desc.gif) no-repeat right;
}
.odd{
	background-color: #e1e1cf;
}
.even{
	background-color: #ffffe3;
}
tr{
	text-align: left;
	border-style: solid;

}
td{
	text-align: left;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 8px;
}
#footer{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: left;
	margin-top: 30px;
	text-align: right;
}
#line {
	width: 820px;
	height: 1px;
	background-image: url(../images/line_black.jpg);
	margin-top: 30px;
	margin-bottom: 30px;
}
#copyright{
	float: left;
}
#logo_quebec{
	width: 125px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	background: url(../images/elsq_black.png) no-repeat;
	clear: right;
	margin-top: -10px;
	text-align: left;
}

input.required{
	background-color: #ffffe3;
	width: 388px;
	background-image: url(../images/form.png);
	font: 16px GillSans, Trebuchet, Calibri, sans-serif;
	border-style: none;
	padding-left: 12px;
	margin-top: 0;
	height: 26px;
	padding-top: 8px;
}
.error{
	color: #94160a;
	margin-left: 15px;
}
input.required:focus{
	background-image: url(../images/form_focus.png);
}
input.input_error:focus{
	background-image: url(../images/form_error.png);
}
input.input_error{
	background-image: url(../images/form_error.png);
	color: #94160a;
}
textarea:focus{
	border-color: #35a8b4;
	border-width: 1px;
}

textarea.input_error{
	color: #94160a;
	border-color: #94160a;
	border-width: 1px;
}
#status{
	display: none;
}
label{
	display: block;
}

