/********************************************/
/*											*/
/* 			Club de golf Colonial			*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 11 février 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:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0; padding:0;
	background-image:url(../../images/communs/bkg_body.png);
	background-repeat:repeat;
	background-position:center;
}

h1 {
	font-size:20px;
	color:#347240;
	font-weight:bold;
	padding:15px 28px 0 28px;
	text-align:left;
}

p {	margin:12px 28px 6px 28px; text-align:justify;}

a:link { color:#2f220c; text-decoration:underline;}
a:visited {color:#2f220c; text-decoration:underline;}
a:hover {color:#347240; text-decoration:underline;}
a:active {color:#2f220c; text-decoration:underline;}

iframe { margin-left:28px;}


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

.contenu {
	padding:35px 9px 23px 8px;
}
.informations {
	margin:14px 25px 0 25px;
	padding-bottom:14px;
	background-color:#FFFFFF;
}

.borderright {
	background-image:url(../../images/communs/cadre_droit.png);
	background-repeat:repeat-y;
	background-position:right;
}
.borderleft {
	background-image:url(../../images/communs/cadre_gauche.png);
	background-repeat:repeat-y;
	background-position:left;
}
.bordertop {
	background-image:url(../../images/communs/cadre_haut.png);
	background-repeat:no-repeat;
	background-position:top;
	
}
.borderbottom {
	background-image:url(../../images/communs/cadre_bas.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:40px;
	width:836px;
	
	background-color:#bfbe6a;
}



/**********************************/
/*
/* ENTÊTE
/*
/**********************************/
.entete {
	text-align:right;
	color:#FFFFFF;
	line-height:10px;
}



/**********************************/
/*
/* FOOTER
/*
/**********************************/
.footer {
	font-size:12px; 
	color:#FFFFFF;
	text-align:center;
}

.footer a:link {color:#FFFFFF; text-decoration:none;}
.footer a:visited {color:#FFFFFF; text-decoration:none;}
.footer a:hover {color:#FFFFFF; text-decoration:underline;}
.footer a:active {color:#FFFFFF; text-decoration:none;}




/**********************************/
/*
/* ACCUEIL
/*
/**********************************/
.presentation {font-size:12px;}
.presentation p {margin-right:10px;}
.nouvelles {font-size:11px;}
.nouvelles .date {font-size:11px; padding:2px; }
.nouvelles p { margin:12px 20px 18px 28px;}




/**********************************/
/*
/* CALENDRIER
/*
/**********************************/
.date {
	font-size:14px;
	font-weight:bold;
	color:#347240;
	font-style:italic;
	background-color:#ebeac0;
	padding:5px;
}
.evenement iframe {float:left; margin:15px;}

.evenement .journee { float:right; width:490px; text-align:left;}




/**********************************/
/*
/* CONTACT
/*
/**********************************/
.contact_bkg {
	background-image:url(../../images/contact/bkg.jpg);
	background-repeat:no-repeat;
	
	width:756px; height:686px;
	
	text-align:left;
}
.contact { 
	background-color:#FFFFFF; 
	margin:17px 0 0 18px; 
	width:350px;
	
	font-weight:bold;
}


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

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