/** BASIC */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFF0;
	font-family: arial, verdana, sans-serif ;
	text-align: justify;
	color: black;
	background: url(../images/bambou2.jpg) repeat;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFF0;
	font-family: arial, verdana, sans-serif ;
	text-align: justify;
	color: black;
	background: url(../images/bambou2.jpg) repeat;
}

#conteneur_page{
	width: 950px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 0px;
	border: 1pt solid green;
	background-color: #FAFAD2;
	/*background: url(../images/mer2.jpg) no-repeat left top;*/
	color: #A0522D;
}

.espace{
	margin-bottom:20px;
}

.gras{
	font-size:small;
	font-weight: bold;
	margin-bottom:5px;
}
a img{
	border: none;
}

/** LINKS */

a {
	color: #FFFFFF;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: bold;
	}

.hyperlink{
	color: #44F;
	background-color: transparent;
}

/** HEADER */

#header {
	width: 950px;
	height: 131px;
	margin: 0px auto;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding:0px;
	width: 950px;
	height: 100%;
	background: url(../images/zen.jpg) no-repeat center;
}

#logo h1 {
	display: none;
}

#stylemenu p {
	color: #9400D3;
}

h3 {
	text-align: center;
	text-decoration: underline;
	margin-bottom: 25px;
}

h2 {
	text-align: left;
	text-decoration: underline;
	margin-bottom: 25px;
}

h1 {
	text-align: center;
	font-family: Verdana, sans-serif;
}

#header-menu {
	float: right;
	width: 488px;
	height: 131px;
	text-transform: lowercase;
}

#header-menu p {
	margin: 0px;
	padding: 100px 0px 0px 215px;
}

/** MENU */

#menu {
	clear:both;
	width: 950px;
	height: 35px;
	margin: 0px auto;
	background-color: #32CD32;
	border-top: 1px ridge white;
	border-bottom: 1px outset white;
	color: black;
}

#menu ul {
	margin: 7px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 8px 0px 8px;
	background: url(../images/homepage02.gif) no-repeat left center;
}

#menu a:hover {
	text-decoration: none;
	color: #006400;
}

#menu .first a {
	background: none;
}

/** PAGE **/

.page{
	margin: 0px;
	padding: 20px;
	letter-spacing: 0px;
	font-size: 12px;
}

.page a{
	color: #FF0000;
	text-decoration: none;
	background-color: transparent;
}

.page a:hover {
	text-decoration: underline;
}

.adresse{
	margin: 4px;
}
/** CONTENT */

#content {
	width: 821px;
	margin: 0px auto;
	padding: 0px 75px 0px 80px;
}

#left {
	float: left;
	width: 521px;
}

#right {
	float: right;
	width: 261px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 950px;
	height: 45px;
	margin: 0px auto;
	padding: 105px 0px 0px 0px;
	text-align:center;
	background: url(../images/zenfooter.jpg) no-repeat left bottom;
}

.text6 {
	margin: 0 auto;
	text-transform: lowercase;
	text-align: center;
	width: 70%;
	color: #800080;
	font-size: 12px;
	background-color: #FFE4E1;
}

.floatleft{
	float:left;
	padding-bottom:5px;
	margin-left:5px;
}

.floatright{
	float:right;
	padding-bottom:5px;
	margin-right:5px;
}

/** BOX */

.title {
	height: 30px;
	padding: 20px 0px 0px 0px;
}

.title h2 {
	float: left;
}

.title p {
	float: right;
	height: 26px;
	margin: 2px 0px 0px 0px;
	padding: 5px 30px 0px 0px;
	background: url(../images/bg06.gif) no-repeat right top;
}

.content .bg6, .content .bg15 {
	padding: 28px 40px 1px 30px;
}

.footer {
	height: 73px;
}

.footer p {
	margin: 0px;
	padding: 45px 0px 0px 346px;
}


.bg17 p {
	margin: 0px;
	padding: 45px 0px 0px 640px;
}

.footer .comments {
	padding: 0px 10px 0px 20px;
	background: url(../images/homepage04.gif) no-repeat left center;
}

.footer .more {
	padding: 0px 0px 0px 16px;
	background: url(../images/homepage05.gif) no-repeat left center;
}

#footer a{
	color:#FF4500;
	text-decoration:none;
}
.image {
	margin: 0px;
	padding: 10px;
}

/* CSS PAGE DES TELECHARGEMENTS */

table.telechargements {
	border: 1px solid #BD925A;
	margin:3px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
td.titre {
	font-weight:bold;
	background:#D5BA95;
	padding:3px;
}
img.fleche {
	width:14px;
	height: 14px;
	border: 0px;
}
td#nom {
	width:150px;
}
td#description {
}
td#date {
	width:120px;
}
td#clic {
	width:120px;
}
p#pages {
	text-align:center;
}

