/* CSS Document */
body {
	background-color: #d0752c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c3c43;
}

h1 {
	display: none;
}

h2 {
	margin: 0;
	padding-left: 15px;
}

p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

img {
	border: 0 none;
	display: block; /* corrige le bug Internet Explorer d'espaces indésirables autour des images */
	text-align: center;
}

#footer img {
	border: 0 none;
	text-align: center;
}



	a:link,
	a:visited {
		font-size: 10px;
		color: #863534;
		text-decoration: none;
	}
	a:hover,
	a:active {
		font-size: 10px;
		color: #863534;
		text-decoration: underline;
	}

/* ************************************************************************************************
FIN DE GESTION  DES BLOCS
************************************************************************************************ */


/* ***********************************************
BLOC PRINCIPAL
*********************************************** */
#main {
	width: 865px;
	height: 450px;
	margin: 0;
	padding: 0;
	/* pour centrage milieu de page */
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -432px;
	position: absolute;
	/* fin centrage */
}

/* ***********************************************
MENU
*********************************************** */
#menu {
	width: 160px;
	/* pour centrage milieu de page */
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -430px;
	position: absolute;
	/* fin centrage */
	float: left;
}

/* ***********************************************
CONTENU
*********************************************** */
#content {
	width: 705px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #ffcc95;
}


#titre {
	width: 350px;
	margin-left: 0;
	margin-bottom: 201px;
	background-color: #cc0001;
	text-align: left;
}

#texte {
	height: 298px;
	font-size: 16px;
}

#temoignages {
	height: 447px;
	overflow: scroll;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
}

	#contact_form form {
		margin: 0;
	}
	#contact_form p {
		margin-bottom: 0;
	}
/* ***********************************************
FORMULAIRE
*********************************************** */
label {
	width: 100px;
	float: left;
	font-size: 11px;
}
input,
select,
option {
	margin: 0;
	
	font-size: 11px;
}
/* ***********************************************
Livre d'or
*********************************************** */
.datelo{
	
}
.msglo{
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.auteurlo{
	color: #863534;
}
