/* @override 
	http://static.440network.dev.440net.net/skins/global/css/reset.css
*/

html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{ 	
	margin: 0; 
	padding: 0; 
}
body {
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 100%; /* À adapter au design. (4) */
}
form, fieldset {
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal;
	line-height: 100%;
    margin: 0; /* Rapproche le titre du texte. (5) */
}
ul,ol { 
	list-style: none;
    margin: 0;
    padding: 0;
}
/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

img { 
	border: none; 
}
caption,th { 
	text-align: left; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #00A;
}
a:visited {
    color: #55F;
}
a:hover, a:focus, a:active {
    color: #00F;
}
a img {
    border: none;
}