html { 
margin: 0;
padding: 0;
height: 100%;
}
body{
margin: 0;
padding: 0;
height: 100%;
background-color: #FFF;
background:url(fond_imp.gif);
}

/**** Layout ****/

#ginwrap {
	position: relative;
	width: 910px;
	margin: 0 auto;
	text-align:left;
}
#homewrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	min-height: 100%;
	height:100%;
	background:url(home.jpg);
}
/* A placer dans index.php
<!--[if lte IE 6]>
<style type="text/css">
div#ginwrap {
	height: 100%;
}
div#homewrapper {
	height: 100%;
}
</style>
<![endif]--> */

#ginhead {
	margin: 0;
	padding: 0;
	width:100%;
	height:112px;
	background-color:#e6843d;
	background:url(haut-fond.jpg);
	background-repeat:repeat-x;
}
#gintoptable {
	margin: 0 auto;
	padding: 0;
	width:910px;
	text-align:left;
}
#footer {
	position: absolute;
	bottom: 0; 
	width: 100%
	height:30px;
	border-top: 1px dotted #cecece;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #777; 
	font-size: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
div#wrapper #lastelement {
	margin-bottom: 0;
	height:4px;
	padding-bottom: 4px;
}

/**** style ****/

p {}
td {}
.main   { color: #3c3c3c; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva }
.notes  { color: #646464; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva }
.title   {
	color: #dd8033;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva
}
a {
color: #dd8033;
}
a:hover {
color: #dd8033;
font-weight:bold;
}
a:visited {
color: #d09966;
}
.style1 {color: #2E2E2E}
.style2 {
	color: #FF8040;
	font-weight: bold;
}

