/* selecteurs */

@import url("http://www.direct-assurance.fr/css/selecteurs.css");

/* regles generales */

* {font-family: Arial, Verdana, "Sans-Serif";}



body{
	/*font-size: 68.75%;  1em = 11px */
	font-size:11px;
	text-align: center;
	background-color: #ebe5e6;
	color: #787789;
}

h1{
	font-size:12px;
}

ul li, ol li, li {
	list-style:square;
	background: transparent;
	background-image: none;
	/*margin-left:20px;	*/
}

ul {
padding-top:10px;
padding-bottom:10px;
}

a:link, a:visited, a:active{
	text-decoration: underline;
}