﻿/*		Repartir de zéro     		    */

/*		1.	Mettre à zero		        */
/*		2.	Éléments utiles			    */
/*		3.	Typo par défaut				*/

												/** 1.	mettre à zéro les éléments de base **/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.4em;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	}






												/** 2.	élément tutiles **/
.disparait	{ display: none;	}
.enLigne	{ display: inline;	}
.bloc	{ display: block;	}
.flottePas	{ float: none;		}
.flotteG	{ float: left;		}
.flotteD{ float: right;		}
.degageGD	{ clear: both;		}
.degageG	{ clear: left;		}
.degageD	{ clear: right;		}
.mini	{
	font-size: .8em;
}
.plusGros	{
	font-size: 1.2em;
}
p.plusGros	{
line-height: 1.6em;}
.aligneBas	{
vertical-align: bottom;
}
.aligneHaut	{
vertical-align: top;
}
.aligneCentre	{
margin: 0px auto;
width: 800px;
}
.debug { border: 1px solid red; }

.sansEspaceBas {
margin-bottom:0px; }

.sansEspaceHaut {
margin-top:0px; }



												/** 3.	typo par défaut **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.4em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}



h1 {  font-size: 2.6em; 	}
h2 {  font-size: 1.9em; 	}
h3 {  font-size: 1.6em; 	}
h4 {  font-size: 1.4em; 	}
h5 {  font-size: 1em; 	}
h6 {
	font-size: 1em;
	font-weight: bolder;
}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }
h1, h2, h3, 
h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}







