body {
    background-color:#FFFFFF;
    background-image: url(http://www.durasol.qc.ca/images/tile2.gif);
    background-repeat: repeat;

}
#header {
	position:relative;
	margin: 6px 0;
	margin-left: 1%;
	padding-right: 0;
	background-color: #FFFFFF;

}

#footer {
    position: relative;
    clear:both;
	border-top:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
    margin-left:1%;
    /*margin-top: -16px;*/
    background-color: #FFFFFF;	

    text-align:right;
}


#mainWrap {
    visibility:visible;
    position:relative;
    margin: 0 0 0 1%;
    padding: 0 1em .5em 1em;
    background-color:#FFFFFF;
    min-height:400px;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;

}
#mietteDePainBox {
    margin: 0;
    padding: 1em 0;
    /* border: 1px solid red; */
    width: 100%;
}
.mietteDePain {
    font-size: .85em;
    /*line-height: 1.8em;*/
}

#logoPoly {
    margin: 0 0 0 0px;
    padding: 0.2em 22% 2px;
    font-size: 1.0em;
    width: 63%;
}
* html #logoPoly {
/* As IE understand it it takes x% of the free space after the floating is accounted */
/* so read this rule as let's take 90% of the free space on the left of the rigth floating headerRightLinks zone ! */
    width: 50%;
}


#spotlightZone {
	margin-left:10px;
	float:right;
	height: 100%;
}
div.spotlight, div.spotlightFirst {
    position: relative;
    font-size: .9em;
    margin: 2% 0 15px 1%;
    border: 1px solid #989898;
    width: 205px;
    min-height: 100px;
    background-color: #EFEFED;
    padding: 0 5px;
}
div.spotlightFirst {
	text-align: left;
	margin-top:0px;
}
p.spotlightFirstTitle {
    margin: 2px 0 5px 0;
    line-height: 1.1em;
	font-weight: 700;
	font-size: 1.1em;
    /* border: 1px solid red; */
}
p.spotlightTitle {
    margin: 7px 5px 5px 10px;
    line-height: 1.1em;
    /* border: 1px solid red; */
}
img.photoInSpotlight, img.photoInSpotlightOnLeft {
    margin-top: 10px;
}
img.photoInSpotlightOnLeft {
	margin-left: 11px;
	margin-right: .5em;
	margin-bottom: .5em;
	float:left;
}
img.topRightCornerForSpotlight {
    position: absolute;
    top:-1px;
    right: -1px;
}

#leftColumn {
	position: relative;
	width: 22%;
	background-color:#FFFFFF;
}	
* html #siteMenu  {  /* MODIFIE - etait leftColumn */
	/* see the comment above about IE interpretation of free space with a right floating DIV */
	width: 94%;
}
#siteMenu, .siteMenu {
	text-transform:uppercase;
	font-size: .9em;
	margin: 0;
	padding:0;
	list-style-image: none;
	list-style:none;
	list-style-type:none;
	margin: 0 0 0 0;
	/*border: 1 solid yellow;*/ 
	width: 100%;
}

#siteMenu li, .siteMenu li {
	padding: .3em .3em;
	margin: 0 .3em .5em .1em;
	border: 1px solid #235A89;
	border-top: none;
	border-left:none;
	list-style-image: none;
	list-style:none;
	list-style-type:none;
	background-color: #A9BFD4;
}
#siteMenu ul {
	margin : 0;
	padding: 0;
}
#siteMenu li li, .siteMenu li li {
	padding: .3em .3em;
	margin: 0 .3em .5em  .5em;
	border-right:none;
	list-style-image: none;
	list-style:none;
	list-style-type:none;
	
}
#siteMenu li a, .siteMenu li a {
	text-decoration:none;
	color: #000000;
}
#siteMenu li a:visited {
    color: #444444;
}
#siteMenu li a:hover {
    color: #FFFFFF;
}

.spacer { clear : both; font-size: 1px; line-height: 0; }


#mainContent {
	float:right;
	padding: 0;
	width: 76%;
	background-color:#FFFFFF;
}
h1, .titre1 {
	text-transform:uppercase;
}