* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 85%;
	color: #333;
	background: url(images/kero06.jpg) repeat;
}

p {
	margin-bottom: 10px;
	font: 1em/1.8em Tahoma, Trebuchet, sans-serif;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h3 {
	margin: 20px;
	font-family: Trebuchet, Tahoma, sans-serif;
	color: #3f403b;
}

#photo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}



img {
	border: none;
}

#page-wrap {
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	background-color: #f4f3e6;
}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#headfond {
	background: url(images/fond.jpg) repeat-x;
}

#header {
	text-align: center;
	height: 130px;
	background: url(images/bann01.jpg) no-repeat;
}

#main-content {

	padding-left: 230px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main-content span {
	color: #884e0c;
}

#texte01 {
	margin-top: 30px;
	background: white url(images/texte.jpg) no-repeat left top;
	padding: 20px;
	text-align: justify;
}

.galerie {
	text-align: center;
	margin-bottom: 20px;
}


.galerie a {
	text-decoration: none;
	font-size: 1.2em;
	color: #a65432;
}

.galerie a:hover {
	color: #db8b11;
}



#lienext {
	text-align: center;
	margin-bottom: 50px;
}

#lienext ul {
	list-style-type: none;
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-left: 20px;
}
#lienext ul a{
	text-decoration: none;
	font-size: 1.2em;
	color: #a65432;
	display: block;
	margin-top: 10px;
}

#lienext ul a:hover{
	color: #db8b11;
}


#texte2 {
	padding-top: 10px;
	font-family: Trebuchet, Tahoma, sans-serif;
	background-color: white;
}

#texte2 a {
	text-decoration: none;
	color: #ba490e;
}

#texte2 ul {
	background: transparent;
	list-style: none;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 50px;
}

#texte2 ul  li a {
	background: transparent;
	text-decoration: none;
	line-height: 2.5em;
	color: #ba490e;
}

.tablo {
	
}

.col01 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-weight: bold;
	color: #884e0c;
}

#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	text-align: center;
}

#navi01 {
	text-align: center;
	padding-top: 20px;
	font-family: Trebuchet, Tahoma, sans-serif;
	text-decoration: none;
}

#navlist01 ul {
}

#navlist01 li {
	display: block;
	list-style-type: none;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
}


#navlist01 li a {
	color: #ba490e;
	text-decoration: none;
	border-top: 1px solid #878a7f;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	width: 140px;
}

#navlist01 li a:hover {
	text-decoration: none;
	border-top: 1px solid #878a7f;
	border-bottom: 1px solid #878a7f;
	color: #3f403b;
}

#navlist01 li#active a  {
	border-bottom: 3px solid #fa8e2b;
	border-top: 1px solid #a66010;
	color: #622113;
}


#footer {
	background: #151e2f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: white;
}

#footer a {
	color: #a79979;
	text-decoration: none;
}

