html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:95%;
}
body{
    font-family: arial, sans-serif;
    font-size:0.75em;
    background: url(../images/fd.gif) repeat-x;
	background-color: #000;
}
img
h1{
    font-size:1.6em;
}
h2{
    font-size:1.8em;
    color:#fff;
    margin:30px 0 20px 0;
    text-align:center;
}
h3{
	font-size:1.4em;
	margin:15px 0 12px 0;
}
p{
    margin:0 0 12px 0;
}
p.centrer{
	text-align:center;
}
table {
	width: 100%;
	height:100%;
}
table td{
	height:100%;
	vertical-align: middle;
} 
a{
	color:#ddd;
}
a:hover{
	text-decoration:none;
}
#page{
	
	width:978px;
	margin: 0 auto;
	padding-top:5px;
}
#cont_page{
    background: url(../images/fdPage.gif) repeat-y;
    background-color: #e1a41a;
}
#col1, #col2, #col3{
	width:296px;
	float:left;
	padding-bottom: 25px;
	padding: 0 15px;
}
#col1{
	color:#4e3704;
}
#col2{
	color:#4a1503;
}
#col3{
	color:#563305;
}

ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

li{
	padding-left:8px;
	margin: 0 0 5px 0;
	background: url(../images/puce.gif) 0 0.5em no-repeat;
}

.clear{
	clear:left;
	height:15px;
}

p#footer{
	color:#aaa;
	text-align:center;
	padding:8px 0 15px 0;
}
p#footer em{
	font-size:0.9em;
	color:#777;
}

#header{
	text-align:center;
	color:#fff;	
	font-size:1.3em;
	padding-bottom:10px;
}

#pageHeader img{
	position:relative;
}



