@CHARSET "ISO-8859-1";

div{
	/*
border: 1px solid green;
*/
}

html, body{

	margin: 0;
	padding: 0;

	font: 11px verdana, sans-serif;

	color: #675445;

}
img{border: none;}
a, a:active, a:visited{
	color: #5b4e45;
}

#global, #globalval{

	position: relative;
	width: 900px;

	margin: 5px auto;

}

#content{
	position: relative;
}



* html #globalval{
	width: 950px;
}

/*---TOPLINE---*/

#topline{

	position: relative;

}


#logo{

	position: absolute;
	top: 4px;
	right: -5px;

}

* html #logo{

	right: 170px;
	top: 15px;

}

#header{

	margin-top: 110px;
	margin-bottom: 7px;

	width: 100%;
	height: 197px;

	background: url('../images/headerHome.jpg') top left no-repeat;

}


/*---Layout Cols---*/

#leftCol{

	float: left;

	width: 128px;

	padding-left: 7px;
	padding-right: 13px;



}



.capital{
	text-transform: uppercase;
}

.capitalized{
	text-transform: capitalize;
	}

#leftCol p{

	font-size: 11px;

	padding: 20px 9px 20px 5px;

	color: #695547;
	border: 1px solid #b4aaa3;

}

#centerCol{
	float: left;

	/*width: 790px;*/
	/*padding: 20px 25px 10px 30px;*/

}

#intCenter{

	width: 410px;
	padding: 20px 35px 10px 30px;

	text-align: justify;
	border-right: 1px solid #b4aaa3;
	border-left: 1px solid #b4aaa3;

	min-height: 482px;
	height: auto !important;
	height: 482px;

}



#rightCol{
	position: relative;
	float: left;
	width: 275px;
	height: 100%;


}

* html #rightCol{
	position: absolute;
	float: none;
}

* html #rightCol.bottomed{
	position: absolute;
	float: none;
	bottom: 0;
}



#footer{

	width: 898px;
	height: 31px;

	background: url('../images/footer.jpg') top left no-repeat;

	margin-top: 10px;

	padding-top: 8px;
	padding-left: 170px;

}

.signfooter{

	font: 11px verdana, sans-serif;
	color: #fff;

}



.bigCnt{
	width: 640px;
	margin: 15px auto 5px;
	padding-left: 115px;
}


/*---Listes---*/


ul.redArrow{

	list-style-image: url('../images/puceRedArrow.jpg');

}

ul.nopuce{

	list-style: none;
	margin: 0;

}

ul.nopuce li p.intro{
	margin-left: 20px;
}


/*---Minsc---*/

.item{

	margin-bottom: 35px;

}

.spacer{

	clear: both;
	height: 1px;

}

#sign{

	font: 10px verdana, sans-serif;
	text-align: right;

}


#sign a{text-decoration:none;}
#sign a:hover{text-decoration:underline;}

.bottom{

	position: absolute;
	right: 2px;
	bottom: -11px;

}

* html .bottom{
	position: relative;
	bottom: 45px;
	left: 2px;
}


