
/* =General
-----------------------------------------------------------------------------*/
table {
	border-color: #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
	font-size: 70%;
	vertical-align: top;
}
p{
	margin: 0;
	padding: 5px 0;
}
ul{
	margin: 0;
	padding: 10px 20px;
	list-style: none;
}
li{
	padding-left: 10px;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/tri.gif) no-repeat left 2px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	background: #E3E3E1 url(http://www.mrcbellechasse.qc.ca/imgs/bg-body.gif) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 10px 0 3px 0;
}
h1{
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-h1.gif) no-repeat right center;
	font-size: 140%;
	color: #74AF00;
	border-bottom: 1px solid #74AF00;
}
h2{
	color: #74AF00;
	font-size: 120%;
	border-bottom: 1px solid #74AF00;
}
h3{
	font-size: 100%;
	color: #666;
}
h4{
}
h5{
}
h6{
}


/* =Links
-----------------------------------------------------------------------------*/
a{
	color: #236FB2;
	text-decoration: underline;
}
a:hover{
	background-color: #236FB2;
	color: #fff;
	text-decoration: none;
}
#menuTop a{
	color: #999;
	text-decoration: none;
}
#menuTop a:hover{
	text-decoration: underline;
}
#contentWrap a{
	color: #236FB2;
	text-decoration: underline;
}
#contentWrap a:hover{
	background-color: #236FB2;
	color: #fff;
	text-decoration: none;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	padding: 0;
	background: none;
	text-decoration: underline;
}
#contentRightIndex a{
	text-decoration: underline;
	color: #236FB2;
}
#contentRightIndex a:hover{
	background-color: #236FB2;
	color: #fff;
}

/* =header
-----------------------------------------------------------------------------*/
#header{

}
#logo{

}
#topLeftFunction{
	border: 0px solid cyan;
	height: 110px;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-top-search.gif) no-repeat left bottom;
	/*text-align: center;*/
} 
#date{
	text-align: center;
}
#setDate{ /* Input date du jour */ 
	background-color: transparent;
	margin-top: 6px;
	border: none;
	font-size: 80%;
	color: #666;
	text-align: center;
}
#search{
	padding-top: 15px;
	padding-left: 20px;
}
#menuTop{
	height: 17px;
	padding-right: 10px;
	padding-top: 3px;
	/*font-size: 90%;*/
	text-align: right;
	color: #999;
}
* html #menuTop{ /* Hack IE alignement */
	height: 20px;
}

* html #imgBranding{ /* Hack IE alignement */
	padding-top: 2px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#menuTerritorial{
border: 0px solid red;

	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-menu-territorial.gif) repeat-x bottom;
}
#menuTerritorial #patch{
	height: 51px;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-menu-territorial-patch.gif) no-repeat right bottom;
}

ul#navmenu {
	float :right;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	list-style: none;
}
ul#navmenu li {
	background:none;
	margin: 0;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

ul#navmenu ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	border: 1px solid #D4CDAD;
	border-bottom: none;
}

ul#navmenu ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	border-bottom: 1px solid #D4CDAD;
}

/* Root Menu */
ul#navmenu a {
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-li-menu-territorial.gif) no-repeat right top;
	display: block;
	padding: 20px 10px 16px 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	height: auto !important;
	height: 1%; /*For IE*/  
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-position: center;
/*	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/seb.gif) no-repeat center top;*/
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  padding: 5px;
  background: #EAE6D4;
  color: #666;
  text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #F1EEE2;
  color: #666;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/
#menupos{ /* Emplacement Menu Méganet */

}
.menuHeight{
	height: 225px;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#wrap{
	width: 805px;
}
#contentWrap{
	padding: 3px;
	background: #F1EEE1 url(http://www.mrcbellechasse.qc.ca/imgs/bg-content-wrap.gif) repeat-x left top;
	border-left: 1px solid #D4CBA6;
	border-right: 1px solid #D4CBA6;
	border-bottom: 1px solid #D4CBA6;
}
#contentWrap1{
	/*width: 578px;*/
/*	padding: 10px;*/
}
#content{
	padding: 10px;
	padding-top: 0;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-content.gif) repeat-y left top;
	text-align: justify;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#contentLeftIndex{
	width: 211px;
	padding-left: 4px;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-tab-210px.gif) repeat-y top left;
}
* html #contentLeftIndex{
	width: 215px;
}
#contentCenterIndex{
	padding: 10px;
	padding-top: 0;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-tab-365px.gif) repeat-y top left;	
}
#contentRightIndex{
	width: 200px;
	height: 300px;
	padding-top: 10px;
	padding-left: 10px;
	background: transparent url(http://www.mrcbellechasse.qc.ca/imgs/bg-tab-210px.gif) repeat-y top left;
}
* html #contentRightIndex{
	width: 210px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	background-color: #F1EEE1;
	border-top: 3px solid #fff;
	padding: 10px;
	text-align: center;
	color: #999;
	font-size: 70%;
}



/* =Forms
-----------------------------------------------------------------------------*/
form{
	padding: 0;
	margin: 0; 
}
.input{
	border: 1px solid #666;
	font-size: 120%;
}
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
