/* GENERAL - début */
body, .body {
	background-color: #a15616;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img {
    border: 0px;
}

form, input {
	margin : 0px;
	padding : 0px;
}

	/* TEXTES - début */
	div,td {
		color: #333;	
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		line-height: 14px;
		vertical-align: top;
	}
	
	.intro {
		position: absolute;
		top: 125px;
		left: 280px;
		right: 80px;
		color: #41200a;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	
	.paragraph {
		padding: 6px 0px 0px 0px;
		line-height: 16px;
		text-align: justify;
	}
	
	.txtcolor1 { /* ORANGE */
		color: #e89336;
	}
	
	.txtcolor2 { /* VIOLET */
		color: #650187;
		font-weight: 700;
		font-size: 14px;
	}
	
	.txtcolor3 { /* VERMILLON */
		color: #c74f10;
		font-weight: 700;
		font-size: 14px;
	}
	/* TEXTES - fin */
	
	/* TITRES - début */
	.title, a.title, a:visited.title, a:hover.title, h1.title {
		font-size: 18px;
		font-weight: 700;
		padding: 20px 0px 15px 0px;
		color: #e89336;
		text-decoration: none;
	}
	/* TITRES - fin */

/* GENERAL - fin */

/* ENTETE - début */
.header {
	background-image: url('images/bg_header.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 900px;
    height: 210px;
	text-align: left;
}
/* ENTETE - fin */

/* MENU GAUCHE - début */
div.menu-left {
	list-style-type: none;
	background-image: url('images/bg_menu-left.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: absolute;
	top: 210px;
	left: 0px;
	vertical-align: top;
    width: 280px;
    height: 690px;
	padding: 225px 10px 0px 50px;
	color: #650187;
	font-size: 15px;
	line-height: 32px;
	text-align: left;
}

a.menu-left, a.menu-left:visited {
	list-style-type: none;
	color: #650187;
	text-decoration: none;
}
a.menu-left:hover {
	list-style-type: none;
	color: #650187;
	text-decoration: underline;
}
/* MENU GAUCHE - fin */

/* CONTENU - début */
.content {
	background-image: url('images/bg_content.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: absolute;
	top: 210px;
	left: 280px;
    padding: 10px 300px 10px 10px;
    width: 580px;
    height: 690px;
	vertical-align: top;
}
/* CONTENU - fin */
	