html, body {
	width: 				100%;
	height: 			100%;
	margin: 			0px;
	padding: 			0px;
	background: 			#EEEDCF url('../pics/bodyBackground.gif') repeat-x left top;
	font-family: 			Times,Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#000;
	}

#content {
	width:				840px;
	margin:			0px auto 0px auto;
	}

#logo {
	width:				153px;
	margin:			0px auto 0px auto;
	}

#pageTop {
	margin:			14px auto 0px auto;
	padding:			100px 0px 50px 0px;
	text-align:			center;
	background: 			transparent url('../pics/pageBackground.gif') no-repeat center top;
	}

#pageTop a {
	margin:			0px 10px 0px 10px;
	color:				#000;
	font-size:			20px;
	font-weight:			bold;
	text-decoration:		none;
	}

.spacer {
	clear:				both;
	height:				1px;
	overflow:			hidden;
	}




/* ***********************************	*/
/* PAGE CONTENT						*/
/* ***********************************	*/

#pageTemplateText {
	width:				660px;
	margin:			0px auto 0px auto;
	}

#pageText {
	display:			block;
	}


#pageC {
	display:			block;
	}


#upNavigation,
#upNavigation a{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-style: 			normal;
	color: 				#68D0F4;
	text-decoration: 		none;
	font-weight: 			bold;
	padding-left:			20px;
}
#title{
	display:block;
	font-size: 28px;
	font-style: normal;
}


#subNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border: 0px solid #FF0000;
}

#subNavigation a {
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
#subNavigation a:hover {
	color: #663139;
}

#accroche{	
	display:block;
	font-style: italic;
	color: #663139;
	margin-bottom:	20px;
}
#accroche a{	
	color: #663139;
}

/* *********************************** 	*/
/* CLASSTEXT							*/
/* *********************************** 	*/

img {
	border: 0px;
}

.paragraphe {
	display:block;
	width:630px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color:#000;
}
.endparagraphe {
	margin:0px;
	clear:both;
}
.paragraphe img{ 
	margin: 5px;
}
.rightText {
	float:right;
	font-size: 12px;
	color:#000;
}
.leftText {
	float:left;
	font-size: 12px;
	color:#000;
}
.longText {
	float:left;
	font-size: 12px;
	color:#000;
}
.longText a, 
.rightText a, 
.leftText a{
	color:#000;
	text-decoration:none;
}
.longText a:hover, 
.rightText a:hover, 
.leftText a:hover{
	text-decoration:underline;
}

.img {
	padding:			2px 8px 8px 2px;
	background: 		transparent url('../pics/imgBackground.gif') no-repeat bottom right;
}

.textParser {
	clear:both;
	text-align:center;
	font-family: Times;
	font-size: 12px;
	font-style: normal;
	color: #B1A73F;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #000000;
}


/* ***************************************/
/* PORTFOLIO				*/
/* ***************************************/

.porfolioParagraphe {
	float:			left;
}

.imgP {
	padding:			5px 4px 13px 5px;
	background: 		transparent url('../pics/imgBackground.gif') no-repeat bottom right;
}

.porfolioEnd{
	clear:both;


}



/* ***************************************/
/* REFERENCEMENT			*/
/* ***************************************/

#footer {
	position: 		absolute;
	left:			0px;
	display:		block;
	width:			100%;
	height:			66px;
	visibility: 		hidden;

	}

#footerHr {
	width:			374px;
	height: 		18px;
	margin:		0px auto 0px auto;
	background: 		transparent url('../pics/hr.gif') no-repeat left top;
	}

#footerText {
	width:			640px;
	margin:		0px auto 0px auto;
	padding-top:		12px 5px 0px 5px;
	text-align:		center;
	font-size: 		13px; 
	color: 			#BCB495;
	}	

#footerText a {
	color: 			#BCB495;
	}

