/* ELEMENTS DE BASE */

/* propriétés de la page */
body {
	font: 12px arial;
	/*font-weight: bold;*/
	color: #3B230B;
	margin: 0px;
	padding: 0px;
	background: #C8A46E;
	}

html {
	margin: 0px;
	padding: 0px
	height: 100%;
	}

hr {
	color: #FFB425;
	}

/* propriétés d'un paragraphe */

p { 
	font: 12px arial;
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin 0px;
	}


/* propriétés des textes avec liens */

a:link, a:visited, a:active { 
	font-weight: bold;
	text-decoration: none;
	/*color: #5B3714;*/
	color: #3B230B;
	/*background: #734D22;*/
	}

a:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFB425;
	background: #734D22;
	}


/* ELEMENTS SPECIFIQUES DU SITE*/

#bigbox {
	position: relative;
	top: 20px;
	width: 710px;
	margin: auto;
	margin-top: 10px;
	/*background: #C8A46E;*/
	/*border: 1px solid #000000;*/
	}


#colonn {
	position: relative;
	top: 0px;
	left: 0px;
	width: 710px;
	/*background: #C8A46E;*/
	background: url(form.jpg) top left no-repeat;
	overflow: hidden;
	/*border: 1px solid #FFB425;*/
	}
	

.menucol {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 150px;
	left: 5px;
	top: 95px;
	text-align: left;
	font: 12px arial;
	font-weight: bold;
	overflow: hidden;
	}

.titre {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 515px;
	left: 180px;
	top: -8px;
	text-align: justify;
	font: 18px arial;
	font-weight: bold;
	}

.textcol {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 515px;
	left: 180px;
	top: 0px;
	text-align: justify;
	font-weight: bold;
	}

.bandeau {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 80px;
	left: 0px;
	top: 0px;
	text-align: right;
	font: 18px arial;
	font-weight: bold;
	color: #3B230B;
	/*color: #5B3714;*/
	}


.menu {
	position: absolute;
	width: 140px;
	height: 140px;
	border: 1px solid #575F43;
	background: #222222;
	top: 0%;
	left: 0%;
	}

.footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 710px;
	left: 0px;
	top: 0px;
	background: url(orange_line.jpg);
	font: 11px arial;
	}
