﻿/* CSS Document */

body {
	background-image: url(../medias/communs/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 11px;
	color: #000000;
	line-height:15px;
}

hr {
	color:#E1E1E1;
	background-color:#E1E1E1;
}
ul {
	padding-bottom: 0.5em;
	font-size: 11px;
	list-style: circle outside;
}
ul>ul {
	list-style: square inside;
}

.hid {
	display: none;
}