/* @override 
	http://localhost:81/italie1/nouveau/css/reset.css
	http://localhost:81/italie1/nouveau/veniseok/css/reset.css
	http://www.italie1.com/css/reset.css
*/


body {
	line-height:20px;
	background: #e0e0e0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 30px 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size:24px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	color : green;
	text-decoration: none;
	
}

a:hover {
	color : #ff0000;
	text-decoration: underline;
}
