/********************************************/
/*											*/
/* 				Attraction-club				*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 2 décembre 2009			*/
/* 			  Copyright DGK 2009			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur de la feuille de style			*/
/*											*/
/********************************************/
body, html {
	font-family:Tahoma, Verdana;
	font-size:12px;
	color:#FFFFFF;
	height:100%;
	margin:0; padding:0;
	background-color:#000000;
}

.container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body .container {
	height: auto;
}

h1 {
	background-image:url(../../images/communs/bkg_h1.png);
	background-repeat:no-repeat;
	background-position:top;
	width:980px; height:26px;
	
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 0 12px 0; padding:5px 0 0 8px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#8dc640;
	margin:6px 0 6px 0;	padding:0;
}


a:link { color:#8dc640; text-decoration:none;}
a:visited {color:#8dc640; text-decoration:none;}
a:hover {color:#8dc640; text-decoration:underline;}
a:active {color:#8dc640; text-decoration:none;}

.contenu {
	width:1062px;
	background-image:url(../../images/communs/bkg_contenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#3e3e3e;
	padding-bottom:20px;
	padding-top:10px;
}

p { margin:0 0 12px 0}

.image { border:1px solid #000000;}




/**********************************/
/*
/* ENTÊTE
/*
/**********************************/
.entete {
	font-size:14px;
	width:1062px; height:202px;
	background-image:url(../../images/communs/bkg_entete.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.entete span { position:absolute; bottom:14px; left:38px;}
.entete .separateur { margin:0 20px -5px 20px;}

.liens_externes { 
	width:1039px; height:40px;
	padding-right:23px;
	background-image:url(../../images/communs/bkg_entete2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
}



/**********************************/
/*
/* FOOTER
/*
/**********************************/
.footer {	
	position: absolute;
	bottom: 0; left:0;
	background-image:url(../../images/communs/bkg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#435f1f;
	height:35px; width:100%;
	color:#000000;
	text-align:center;	
}

.footer a { margin:0 20px 0 20px; line-height:18px;}
.footer a:link {color:#000000; text-decoration:none;}
.footer a:visited {color:#000000; text-decoration:none;}
.footer a:hover {color:#000000; text-decoration:underline;}
.footer a:active {color:#000000; text-decoration:none;}



/**********************************/
/*
/* DIVERS
/*
/**********************************/

.floatleft {float:left;}
.floatright {float:right;}
.fixbox {clear:both;}
.messageErreur {color:#FF0000;}
