body {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color: #454237;
}

* {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
	font-size: 11px;
	text-align: left;
	line-height: 21px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Titres */
h1, h2, h3, h4, h5 {
	margin: 1em 0em 0.3em 0em;
	font-weight: bold;
	font-style: normal;
	color: #CAA34C;
}
h1 {
    font-size: 175%;
}
h2 {
	font-size: 150%;
	line-height: 115%;
}
h3 {
    font-size: 125%;
}
h4 {
    font-size: 105%;
}
h6 {
	font-size: 125%;
	margin-top: 0.2em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .5em 0; /* Marges plus faibles que par défaut. (7) */
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}
.fl-lf {
	float: left;
}
.fl-rg {
	float:right;
}
#top {
	height: 150px;
	width: 100%;
	background-image:url(img/bg-head.gif);
	background-repeat:repeat-x;
}
#top-in {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}


#menu {
	width: 400px;
	padding:0px;
	text-align:center;
	margin-top: 125px;
	float: right;
}
#menu ul {
	text-align:center;
	padding:0px;
	margin:0px;
	list-style-type:none;
	width: 400px;
	float:right;
}
#menu li {
	text-align:center;
	float:left;
	color: #FFFFFF;
}
#menu li a {
	text-decoration:none;
	text-align:center;
	float:left;
	color: #e2e0dc;
}
#menu li a:hover {
	text-decoration:underline;
	color: #CAA34C;
}

/*meme que hover */
#menu li span a {

}
#gr-div {
	width:100%;
	background-image:url(img/bg-content.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #E3E2DD;
}
#contenu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
	padding-bottom: 75px;

}
#part-lf {
	float: left;
	width: 390px;
	padding-top: 60px;
}
#part-rg {
	float: left;
	width: 485px;
	padding-top: 75px;
	padding-left: 125px;
}
#part-rg a {
	font-weight: bold;
	color: #454237;
	text-decoration: underline;
}
#part-rg a:hover {
	color: #9C9783;
}


#part-rg ul li {
	font-size: 135%;
}

#part-lf2 {
	float: left;
	width: 390px;
	padding-top:150px;
}
#part-rg2 {
	float: left;
	width: 400px;
	padding-top: 75px;
	padding-left: 50px;
}
#pied {
	width: 840px;
	margin-top: 0px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	float: left;
}


.gallery {
	float: left;
	width: 140px;
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
	margin-left: 0px;
	padding: 4px;
	margin-top: 15px;
	background-color: #B7B1A2;
	border-width: 2px;
	border-style: solid;
	border-top-color: #A79C8B;
	border-right-color: #454237;
	border-bottom-color: #000000;
	border-left-color: #6C6353;
}
.gallery-last {
	float: left;
	width: 140px;
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding: 4px;
	margin-top: 15px;
	background-color: #B7B1A2;
	border-width: 2px;
	border-style: solid;
	border-top-color: #A79C8B;
	border-right-color: #454237;
	border-bottom-color: #000000;
	border-left-color: #6C6353;
}
.gallery:hover, .gallery-last:hover {
	background-color: #A97732;
	border-top-color: #F1AB3B;
	border-right-color: #6B180A;
	border-bottom-color: #380D05;
	border-left-color: #AE720D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


/*=====PAGE FORM=======*/

#form {
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #A49D8D;
	line-height: 14px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: #FFFFFF;
	margin-top: 50px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CFC7;
	border-right-color: #4D483E;
	border-bottom-color: #000000;
	border-left-color: #ABA696;
	float: left;
}
#form p {
	font-size: 115%;
}

.textareafield {
	height: 20px;
	width: 100%;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bababa;
	background-image: url(img/bg-area.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.boxareafield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	border: 1px solid #bababa;
	background-image:url(img/bg-area.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
select {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	border: 1px solid #bababa;
	background-image: url(img/bg-area.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
