/******************************************************************************
CSS - www.chantalrichard.ca
par: Cyberlogic
date: 15 mars 2006
******************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-image: url(../img/hp/base/bgtile.jpg);
	background-repeat: repeat-y;
	background-color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	border: none;
	color: #fff;
}
table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/******************************************************************************/
#container {
	width:1001px;
	float: left;
	position: absolute;
	left: 0px;
}
#entete {
	position: absolute;
	width:1001px;
	height: 102px;
	top: 0px;
	background-image: url(../img/fonds/entete.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#entete2 {
	position: absolute;
	width:1001px;
	height: 102px;
	top: 0px;
	background-image: url(../img/fonds/entete2.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
/******************************************************************************/
#menuHaut {
	position: absolute;
	width:1001px;
	height: 28px;
	top: 102px;
	background-color: #1C2D61;
}
#menuHaut img, #footer img {
	width: 130px;
	height: 23px; 
}
/******************************************************************************/
#photo {
	position:absolute;
	width:1001px;
	height: 199px;
	top: 130px;
	background-image: url(../img/fonds/photo.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#photoAutrePage {
	position:absolute;
	width:1001px;
	height: 199px;
	top: 130px;
	background-image: url(../img/fonds/photo2.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
/******************************************************************************/
#corps {
	position:absolute;
	width:1001px;
	height: 216px;
	top: 329px;
	background-image: url(../img/fonds/corps.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#corpsAutrePage {
	position:absolute;
	width:1001px;
	top: 130px;
	background-color: #1C2D61;
	margin: 0px;
	padding: 0px;
}
#corps img.Photo {
	margin-left: 15px;
	border: none;
}
#corps p {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#corps a:hover {
	text-decoration: underline;
}
.textSpacing {
	margin-left: 15px;
	margin-right: 30px;
}
.textSpacing2 {
	margin-left: 75px;
	margin-right: 15px;
}
.texte {
	background-color: #637198;
	margin: 0px;
	margin-left: 150px;
	padding:0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.texte2 {
	background-color: #637198;
	margin: 0px;
	margin-left: 175px;
	padding:0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 150px;
}	
.texte3 {
	background-color: #637198;
	margin: 0px;
	margin-left: 175px;
	padding:0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 150px;
}	
.extraSpace {
	background-color: #637198;
	margin: 0px;
	margin-left: 175px;
	padding:0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 300px;
}
.nom {
	font-size: 14px;
	color: #F6CD7D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/******************************************************************************/
#footer {
	position:relative;
	width:1001px;
	height: 25px;
	top: 545px;
	background-color: #1C2D61;
	text-align: right;
}
#footerAutrePage {
	position: relative;
	width:1001px;
	height: 25px;
	background-color: #1C2D61;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#credits {
	position: relative;
	width: 1001px;
	height: 25px;
	top: 560px;
	text-align: center;
}
#creditsAutrePage {
	position: absolute;
	width: 1001px;
	height: 25px;
	text-align: center;
}
#credits a,#creditsAutrePage a {
	color: #F6CD7D;
	text-decoration:none;
}