/* CSS Document */


/* Homepage Styles 
******************************************************/
body
{
	margin: 0 auto;
	width:860px;
	background-color:#37221f;
	font-family:Kristen ITC;
	font-size:16px;
	color:#f5f1d3;
	
}

a, img{
	border:0;
	text-decoration:none;
}
#content a:link, #content a:visited
{
	text-decoration:underline;	
	color:#f5f1d3;
}

#content a:hover
{
	text-decoration:underline;
}

h1
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

h2
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#037c84;
}

h3
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.title
{	
	font-size:26px;
	font-weight:bold;
	color:#d8ac3d;
	padding:0 0 0 30px;
}

ul
{
	list-style: decimal;
}

li 
{
	font-size:12px;
}

.no-decimal ul
{
	list-style:none;
}

.ss-titre
{
	font-size:22px;
	color:#f8d16e;
}

.image
{
	padding:0 0 0 130px;
}

/*   HOME
***********************************************/

#homeMainPart
{	clear:both;	
	width:1024px;
	height:768px;
	margin: 0 auto;
/*	background-image:url(images/home.jpg);*/
}

#hCap
{
	width:860px;
	height:175px;
	background-image:url(images/cap.jpg);
}

#hUp
{
	float:left;
	width:860px;
	height:286px;
	background-image:url(images/hUp.gif);
	background-repeat:no-repeat;
	clear:both;
}

#hBannerBtn
{
	width:860px;
	height:59px;
	float:left;
	background-image:url(images/hRight.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#hLeft
{
	width:136px;
	height:60px;
	background-image:url(images/hLeft.gif);
	background-repeat:no-repeat;
	float:left;	
}

#hBtn
{
	width:155px;
	height:60px;
	float:left;
}


#hFooter
{
	clear:both;
	width:860px;
	height:176px;
	background-image:url(images/hFooter.gif);

}



/*   INSIDE
************************************************/

#cap
{
	width:860px;
	height:175px;
}



#contentFirstWrp
{
	width:860px;
	height:100%;
	background-image:url(images/bgRepeat.gif);
	background-repeat:repeat-y;
	}

#contentSecondWrp
{
	width:860px;
	min-height:441px;
	background-image:url(images/bgUp2.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#contentThirdWrp
{
	width:860px;
	min-height:441px;
	background-image:url(images/bgDown.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:40px 0px 110px 0px;
}

#content
{
	padding:0 40px 0 80px;
}

#footer
{
	width:860px;
	height:100px;
	background-image:url(images/footer.jpg);
}



