html {
	height: 100%;
 }

body {
	margin: 0;
        background-image: url(../images/backgroundfleur.png);
        background-attachment: fixed;
        background-position:top center;
	background-repeat:no-repeat;
	background-color:#754c24;
	padding-top: 10px;
	font-family: Verdana;
	line-height: 220%;
	font-size: 11px;
	color:#666666;
}


input {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFDA00;
}

/* Espace Menu */
ul{
    margin: 0px;
    padding: 0;
    list-style: none;
}

/* Colone principale*/ 
td {  
        font-family: arial;        
        text-align: left;
        line-height: 140%;
	font-size: 12px;
}

a:link, a:visited {
	color: #754c24; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#fb9211;	text-decoration: none;
	font-weight: normal;
}


h1{
        color:#754C24;
	text-align: left;
	padding-left: 0px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 21px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:2px;
}

h2{
        color:#754C24;
	text-align: left;
	padding-left: 0px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:2px;
}

h5{
        color:#638958;
	text-align: left;
	padding-left: 27px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	font-family:Tahoma;
	margin-top:0px;
	margin-bottom:2px;
}




form {
}

img{
	border:none;
}