/*
CSS Document - PB-Web Concept
media = screen 
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
/*	color: #71452E; */
	color: #5E2D00;
	background: transparent url(../images/fond-texte-page.jpg) no-repeat center top;
	background-color: #C67E50;
}

/*  Definition des zones
    ----------------------------------------------------------------------------------------
*/

#logo {
	position: absolute;
	left: 10px;
	top: 50px;
	width: 87px;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 150%;
	position: relative;
	width: 809px;
}

#page-haut {
	background: transparent url(../images/fond-texte-entete.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	width: 809px;
	height: 246px;
}

#page-corps {
	margin: 0;
	padding: 0;
	background: transparent url(../images/fond-texte-corps.jpg) repeat-y center;
	width: 809px;
}

#page-bas {
	margin: 0;
	padding: 0;
	background: transparent url(../images/fond-texte-bas.jpg) no-repeat center;
	height: 28px;
}

#photo-entete {
	position:absolute;
	top: 70px;
	right: 100px;
	width: 430px;
	height: 184px;
	left: 348px;
}

#textes p {
	line-height: 150%;
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#liens-standards {
	width: 809px;
}

#textes h2 {
	padding: 12px 0 2px 0;
	margin: 0;
	color: #F8D11B;
	font-size: 1.4em;
	text-align: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 150%;
}

#textes h2 a {
	color: #fff;
}

#textes h3 {
	padding: 15px 0 0 20px;
	margin: 0;
	font-size: 1.2em;
	font-style: italic;
	color: #F8D11B;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#textes ul {
	margin: 10px 0 0 40px;
	padding: 0;
	font-weight: normal;
}
#textes li {
	margin: 2px 0 0 5px;
	padding: 0;
	font-weight: normal;
}


.texte-grand {
	font-size: 14px;
	font-weight: bold;
}

.temoignage {
	margin: 10px 60px 10px 60px; 
	padding: 5px 20px 10px 20px; 
	background-color: #CE916A;
}


#menus-bas {
	color: #fff;
	text-align: center;
	font-size: 10px;
	width: 809px;
}

#menus-bas ul {
	margin: 0;
}

#menus-bas li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 6px;
}

#menus-bas a {
	color: #fff;
	text-decoration: none;
}

#menus-bas a:hover {
	color: #fff;
	text-decoration: underline;
}

