body {
	margin				: 0;
	padding				: 0;
	font-size           : small;
    color               : #333;
    background          : #FFF url(../../images/bg.gif) repeat-x top;
}

* {
	font-family			: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
}

td {
    vertical-align      : top;
}

a, a:link, a:visited {
    color               : #CC0000;
    text-decoration     : none;
}
a:hover {
    text-decoration     : underline;
}

p {
    padding             : 2px 0;
    margin              : 0;
}

h1 {
    font-size           : 22px;
    color               : #CC0000;
    margin              : 0 0 10px 0;
    padding             : 2px 0;
    border-bottom       : 1px solid #CC0000;
}

h2 {
	font-size			: 18px;
	color				: #000000;
	padding				: 0;
	margin				: 0;
	text-align          : center;
	letter-spacing      : 1px;
	padding             : 5px;
}
h3 {
	font-size			: 15px;
	color				: #4A7191;
	padding				: 0;
	margin				: 0;
}
h4 {
    font-weight         : bold;
}

ul {
    list-style-image    : url(../../images/puce_li.gif);
}

input, textarea {
    font-size           : 11px;
}

hr {
    color               : #6B78A9;
    background-color    : #6B78A9;
    border              : 0;
    margin              : 2px;
    padding             : 0px;
    height              : 1px;
}

div.hr {
  height                : 40px;
  background            : #fff url(../../images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display               : none;
}
