/* POLICE */
h1,h2,h3,h4,h5,p,a,li,ul,label,td,span,form {font-family: Goth; }
p,a,li,ul,label,td,form {font-size: 14px; }
p,li {text-align: justify; }
h5 {font-size:12px; margin:0px; }
h4 {font-size:16px; font-style: italic; }
h3 {font-size:20px; }
h2 {font-size:28px; }
h1 {font-size:35px; }
ul {margin-left: -20px; }	/* pour gagner un peu de place dans les textes */

@font-face {
	font-family: 'Goth';
	src: url(./fonts/GOTHIC.eot); /* IE */ 
	src: local("Cent Gothic"), url(./fonts/GOTHIC.ttf ) format("truetype"); /* non-IE */  
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'Goth';
	src: url(./fonts/GOTHICI.eot); /* IE */ 
	src: local("Cent Gothic"), url(./fonts/GOTHICI.ttf ) format("truetype"); /* non-IE */ 
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Goth';
	src: url(./fonts/GOTHICB.eot); /* IE */ 
	src: local("Cent Gothic"), url(./fonts/GOTHICB.ttf ) format("truetype"); /* non-IE */ 
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Goth';
	src: url(./fonts/GOTHICBI.eot); /* IE */ 
	src: local("Cent Gothic"), url(./fonts/GOTHICBI.ttf ) format("truetype"); /* non-IE */ 
	font-weight: bold;
	font-style: italic;
}