/*
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: #7F3E08;
	background: transparent url(../images/scratch-et-louli-fond.jpg);
}

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

#page {
	background: transparent url(../images/scratch-et-louli-corps.jpg) repeat-y center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 150%;
	position: relative;
	width: 813px;
}

#page-haut {
	margin: 0;
	padding: 0;
	background: transparent url(../images/scratch-et-louli-entete.jpg) no-repeat center;
	width: 813px;
	height: 201px;
}

#page-haut h1 {
	padding: 20px 0 0 160px;
	margin: 0;
	font-size: 1.4em;
	text-align: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 150%;
}

#page-corps {
	margin: 0;
	padding: 0;
	background: transparent url(../images/scratch-et-louli-corps.jpg) no-repeat center top;
	width: 813px;
}

#page-bas {
	margin: 0;
	padding: 0;
	background: transparent url(../images/scratch-et-louli-bas.jpg) repeat-y center;
	height: 50px;
}

#logo {
	top: 0;
	left: 30px;
	position: absolute;
}

#navigation {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 270px;
	color: #AB9762;
	position: absolute;
	top: 199px;
	right: 50px;
	left: 598px;
	height: 15px;
	width: 200px;
}

#navigation a {
	text-align: left;
	color: #AB9762;
	text-decoration: none;
	height: 15px;
	display: block;
 }

#navigation a:hover {
	text-align: left;
	color: #88774A;
	text-decoration: underline;
	height: 15px;
	display: block;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 16px 0 0;
}

#photo {
	text-align: center;
	margin-top: 20px;
}

#contenu {
	margin: auto;
	padding: 0px;
	clear: both;
	width: 780px;
}

#textes {
	clear: both;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0px;
	width: 740px;
}

#textes h1 {
	padding: 20px 0 5px 0;
	margin: 0;
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

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

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

#textes h3 a{
	color: #AB9762;
}

#textes h3 a:hover{
	color: #7A6A41;
}

#textes p {
	padding: 0;
	margin: 12px 30px 15px 22px;
	font-size: 12px;
	line-height: 150%;
}

#textes a {
	color: #5F2E05;
	text-decoration: underline;
}

#textes a:hover {
	color: #000;
	text-decoration: underline;
}

#textes ul {
	margin: 1em 0 1em 0;
	font-weight: bold;	
}

#textes li {
	margin: 0 0 1em 1em;
}

#commentaires {
	margin: auto;
	padding: 10px 50px 10px 30px;
	text-align: left;
}

#commentaires h2 {
	margin: 15px 0 4px 0;
	padding: 0;
	color: #AB9762;
	font-size: 1.2em;
}

#commentaires p {
	margin: 2px 0 10px 0;
	padding: 0;
	color: #984910;
	font-size: 12px;
}

#commentaire-ajout {
	padding: 0 0 10px 0;
}

#commentaire-ajout p {
	font-size: 10px;
}

#page-ps {
	clear: both;
	font-size: 10px;
	color: #7F3E08;
	margin: 0;
	padding: 10px 20px 30px 20px;
}

#page-ps a{
	color: #7F3E08;
	text-decoration: none;
}

#page-ps a:hover {
	color: #000;
	text-decoration: underline;
}

#page-ps-centre {
	float: left;
	width: 100%;
	text-align: center;
}

#liens-standards {
	color: #AB9762;
	text-align: center;
	font-size: 10px;
	width: 810px;
}

#liens-standards ul {
	margin: 0;
}

#liens-standards li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
}

#liens-standards a {
	color: #AB9762;
	text-decoration: none;
}

#liens-standards a:hover {
	color: #88774A;
	text-decoration: underline;
}

/*  Definition generales
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

table {
	margin: auto;
}

table, td {
	border-collapse: collapse;
	border: 1px solid #d7d7d7;
	padding: 0.2em;
}

/*  Dfinition des classes
    ----------------------------------------------------------------------------------------
*/

form select, input, textarea {
	font-size: 14px;
	color : #666;
	border-color: #666;
}

hr {
	clear: both;
	visibility: hidden;
}

input
{
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
}

.clear-both {
	clear: both;
}

.centre {
	text-align: center;
}

.titre-grand {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #8E340D;
}

.texte-petit {
	font-size: 10px;
}

.photo-centre {
	text-align: center;
	margin: 20px 50px 20px 30px;
	padding: 0;
}

.photo-droite {
	float: right;
	margin: 5px 40px 5px 20px;
	padding: 0;
	text-align: center;
}

.photo-droite-titre {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	font-size: 1.4em;
	font-style: italic;
	color: #ffe15e;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.photo-gauche {
	float: left;
	margin: 5px 20px 5px 20px;
	text-align: center;
}

.commentaire-photo {
	margin: 0px 10px 5px 5px;
	font-size: 10px;
	text-align: center;
	color: #5F5232;
}

.demi-colonne {
	float: left;
	width: 49%;
	text-align: center;
}

.tiers-colonne {
	float: left;
	width: 32%;
	text-align: center;
}

.ref-page {
	color: #5D3835;
	padding: 0 0 0 10px;
	font-size: 10px;
}
