
/* Annule les marges intérieures et extérieures */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{ 
	margin : 0;
	padding : 0; 
}

/* Initialise les grosseurs de titres */
h1,h2,h3,h4,h5,h6 { 
	font-size : 100%; 
}

/* Initialise le list-style des listes */
ol,ul { 
	list-style : none; 
}

/* Initialise les font-style et font-weight a normal */
address, caption, cite, code, dfn, em, strong, th, var{ 
	font-style : normal; 
	font-weight : normal;
}

/* Initialise les bordures de tableaux */
table { 
	border-collapse : collapse;
	 border-spacing : 0;
}

/* Enleve les bordures aux img et aux fieldset */
fieldset,img { 
	border : 0; 
}

/* Aligne a gauche caption et th */
caption,th { 
	text-align : left; 
}

/* Enleve les guillemets des citations q */
q:before, q:after { 
	content :''; 
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVIENT UN BOGUE DANS SAFARI */