
* {
	margin:0;
	padding:0;
/*font-size:11px;*/
}

img{
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#323232;
	background:url(../gfx/fond/rayures3T.gif);/* background-position:center; */
	background-position: center;
	background-position: top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	behavior:url(public/css/csshover.htc);
}

html, body, form, fieldset, p, li, input, textarea, a, button {
	font-family:Arial, Helvetica, sans-serif;
}

h4,p{ margin: 1.12em 0 }

h1              { font-size: 2em; margin: .3em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, a span, legend span {
	display:none;
}
#h1Pdt{
text-decoration:none;
}
form label {
	cursor:pointer;
}
fieldset {
	border:none;
}
input, select, textarea {
	font-size:100%;
}
.input, .submit {
	border:none;
}
ul {
	list-style-type:none;
}
.clear {
	clear:both;
	visibility:hidden;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
a img {
	border:none;
}

.spacer{
clear:both;
}

.align_r{
text-align:right;
}

.align_l{
text-align:left;
}

.align_c{
text-align:center;
}

.bold{
font-weight:bold;
}

