html, body {
	height: 100%;
	width: 99%;
}
a {text-decoration: none ;outline: 0 none;}
a:link {color: #4c3c3c;text-decoration: none ;outline: 0 none;}
a:visited {color: #4c3c3c;text-decoration: none ;outline: 0 none;}
a:hover {color: #D76171 !important;text-decoration: none ;outline: 0 none;}  

img {
	border:medium none;
}


body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 15px;
	background-color: #E3D1C7;
	color: #4c3c3c;
	line-height: 1.25;
}

/* Page */
#global {
	//min-height: 100%;
	max-width: 1048px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* En-t�te */
#entete {
	height : 333px;
	max-width: 1048px;
	background-image: url('../img/haut.jpg');
	background-repeat: no-repeat;
}

#hautg {
	position: absolute;
	width: 201px;
	height: 555px;
	float: left;
	text-align: center;
	z-index: 1;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	top: 291px;
	margin-left: 16px;
}

#menu {
	list-style-type: none;
    padding-left: 15px;
    margin-top: 20px;
}

#menu li {
    //font-weight: bold;
    //padding: 20px;
}

#menu a {
	cursor: pointer;
	text-decoration: none;
}


/* Contenu */
#contenu {
	position: absolute;
	background-image: url('../img/banderepeat.jpg');
	background-repeat: repeat-y;
	max-width: 1048px;
	position: relative;
	cursor: default;
	margin: 0px;
	padding-bottom: 18px;
	padding-left: 256px;
	min-height: 650px;
}

/* Contenu texte */
#texte {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}

#copyright {
	position: relative;
	margin-left: 230px;
	margin-right: auto;
	margin-top: 30px;
	width: 780px;
	cursor: pointer;
	font-size: 12px;
}

#bas {
	position: relative;
	background-image: url('../img/bas.jpg');
	background-repeat: no-repeat;
	height : 80px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1048px;
}

.hoverclass {
	border: 2px dashed #000000;
}

.scrollToTop {
	margin-bottom: 60px;
}

.error {
	color: #FF0000;
}

.elem_image img, .elem_image_texte img, .elem_texte_image img {
	border: 1px solid #544234;
	box-shadow: 1px 1px 12px #555;
}

.elem_tableau table td {
    border: 1px solid #4c3c3c !important;
}

.elem_image_border {
	border: 1px solid #544234;
    box-shadow: 1px 1px 12px #555;
}

form.XMLTitreImage img {
    background-color: #FFF;
}

.elem_texte {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
