/* Start of CMSMS style sheet 'Reset' */
@charset "utf-8";
/* CSS Document */

/*  
Site Name: PGA of Belgium
Authors: Eric Delhoullle & Nicolas Delrez
*/

/*  RESET
---------------------------------------------------*/
span.clearFix {width:100%; height:0px; visibility:hidden; clear:both; display:block; margin:0; padding:0; font-size:0px;}	

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	text-align: left; /* pour corriger le bug de centrage IE */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}

	
	
/* End of 'Reset' */

