body, html{
	padding:0; margin:0; border:0;
	background-color:#978869;
	background-image:url(../images/bg.gif);
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#332d22;
}

a{
	color:#332d22;
	font-weight:bold;
}

a:hover{
	color:#332d22;
}

a:focus{
	outline:none;
}

#header{
	width:980px; height:224px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#content{
	width:959px;
	background-color:#f5f4f1;
	position:relative; margin-right:1px;
}

#colgauche{
	float:left; width:221px;
	background-image:url(../images/bgGauche.gif);
	background-repeat:repeat-x; background-position:bottom;
	background-color:#f5f4f1;
}

#footer{
	width:980px; height:53px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

#titreMain{
	font-size:26px; line-height:50px;
}

#menu{
	font-size:20px; line-height:30px; color:#656158; padding-left:35px; padding-top:25px;
}

#menu a{
	color:#656158;
	text-decoration:none;
	font-weight:normal;
}

#menu a:hover{
	color:#332d22;
	font-weight:normal;
}

#adresse{
	font-size:16px;
	padding-left:10px;
	height:auto;
	vertical-align:bottom;
}

.imgBorder{
	padding:3px;
	border:2px solid #c6b592;
}

.titre{
		width:100%;
	
}

h1{
font-size:18px;
	
	
}
/*********************ERRORS***************************/
	.error{
		background-color:#ffffff;
		color:#ff0000;
		border:1px solid #ff0000;
		text-align:left;
		font-size:90%;
		padding:10px;
		margin:10px 0 10px 0;
		width:480px;
	}
	.message{
		background-color:#01142e;
		color:#ffffff;
		border:1px solid #ffffff;
		text-align:left;
		padding:10px;
		margin:0 0 10px 0;
		width:480px;
	}
	.message a{color:#f9ea15; text-decoration:none; }
	.message a:hover{color:#ffffff; text-decoration:underline;}
.note{
	width:480px;
	background-color:#006600;
	color:#ffffff;
	border:1px solid #ff0000;
	text-align:left;
	padding:10px;
	margin:0 0 10px 0;
}
/************************************************/
