/* ----- LAYOUT GENERAL ----- */
body {
	margin: 0px;
	background: url("../picture/bkg.png");
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

#Holder {
	margin-left: 20px;
	width: 720px;
	background: #FFFFFF;
	padding: 20px;
	padding-bottom: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 a {
	font: 18px "Trebuchet MS";
	color: #000000;
	text-decoration: none;
}

#Up h2 {
	font: bold 11px "Trebuchet MS";
	color: #833E2C;
	float: right;
	padding-top: 5px;
}

#Header {
	padding-top: 1px;
	width: 720px;
	height: 170px;
	background: url("../picture/header.png") no-repeat;
}

#Content {
	padding: 15px;
	font: 11px "Trebuchet MS";
}

#Footer {
	width: 690px;
	height: 85px;
	background: #EEEEEE url("../picture/footer.png") no-repeat;
	font: 11px "Trebuchet MS";
	color: #000000;
	padding: 15px;
}

#Contact {
	float: left;
}

#Contact a, #Infos a, a {
	color: #833E2C;
	text-decoration: none;
}

#Contact a:hover, #Infos a:hover {
	text-decoration: underline;
}

#Infos {
	float: right;
	text-align: right;
}

/* ----- RECHERCHE ----- */
#Search {
	position: relative;
	left: 540px;
	top: 120px;
	font: bold 11px "Trebuchet MS";
	width: 180px;
}

#Search input {
	background: #FFFFFF;
	border: none;
	font: 11px "Trebuchet MS";
}

.Search {
	background: #F7DBB0;
}

/* ----- MENU ----- */
#Menu {
	margin: 0px;
	padding: 0px;
	width: 165px;
	margin-top: -20px;
}
#Menu ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#Menu li {
	margin-top: -5px;
}

#Menu a {
	font: bold 11px "Trebuchet MS";
	text-decoration: none;
	color: #000000;
}

#Menu a:hover {
	color: #833E2C;
}

#Menu ul li ul li {
	margin-left: 175px;
}

/* ----- HOMEPAGE ----- */
#Logo {
	float: right;
	margin-left: 15px;
}

/* ----- CONTENU ----- */
#Content h1 {
	float: left;
	font: bold 12px "Trebuchet MS";
	width: 150px;
	text-align: right;
}

#Arbo {
	float: left;
	width: 150px;
	margin-left: -150px;
	margin-top: 15px;
	text-align: right;
	font: bold 9px "Trebuchet MS";
}

#Arbo a {
	color: #833E2C;
	text-decoration: none;
}

#Text {
	margin-top: -10px;
	margin-left: 160px;
}

#Text a {
	color: #833E2C;
	font-weight: bold;
	text-decoration: none;
}

#Text a:hover, #Arbo a:hover {
	text-decoration: underline;
}

ul.Link {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.Link li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#Text h2 {
	font: bold 12px "Trebuchet MS";
}

#Text h3 {
	font: bold 11px "Trebuchet MS";
}

#Text p {
	text-align: justify;
}

.Notes {
	width: 260px;
	border: none;
	border-bottom: solid 1px #000000;
}

/* ----- ADMINISTRATION ----- */
#Admin {
	position: absolute;
	left: 799px;
	top: 0px;
}

#AdminBar {
	margin-left: 20px;
	font: 12px "Trebuchet MS";
	width: 760px;
}

#Forgot, #Login, #Shortcut {
	margin-bottom: 5px;
	background: #FFFFFF;
	padding: 10px 20px;
}

#AdminBar input {
	font: 11px "Trebuchet MS";
	background: #EEEEEE;
	border: solid 1px #555555;
}

#MsgError {
	margin-left: 20px;
	margin-bottom: 5px;
	background: #FFFFFF;
	font: bold 12px "Trebuchet MS";
	color: #833E2C;
	padding: 10px 20px;
	width: 720px;
}

#MsgError a, #AdminBar a {
	color: #833E2C;
}

#Content input, #Content textarea {
	font: 11px "Trebuchet MS";
	background: #EEEEEE;
	border: solid 1px #555555;
}
