* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family: "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
p {
	margin-left:10px;
	margin-right:10px;
}
h3 {
	margin-left:10px;
}
h4, h5 {
	margin-left:10px;
	margin-right:10px;
}
/*
h4{
	text-decoration:underline;
}
*/
span {
	font-weight:bold;
}
/*
#select{
	margin-left:10px;
}
*/
.liens {
	text-decoration:underline;
	color:#893C44;
}
.liensnost {
	text-indent:inherit;
	color:#F00;
}
img {
	border:none;
}
.center {
	text-align:center;
}
#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFE0;
	height: auto;
}
#entete {
	width: 1000px;
	height: 131px;
	background:url(../images/entete.jpg) no-repeat;
	margin: 0 auto;
}
#menutop {
	width: 1000px;
	height: 40px;
	background:url(../images/menu.jpg);
	margin: 0 auto;
}
.liensmenutop {
	text-decoration:none;
	color:#000;
}
#tabletop {
	width:100%;
	height: 40px;
	margin:0px 0px 0xp 0px;
	padding:0px 0px 0xp 0px;
}
.tdtop {
	height:15px;
	text-align:center;
}
#menugauche {
	position:absolute;
	top:170px;
	/*left:0;		*/
	width: 200px;
	height: auto;
	background-color: #FC6;
}
.liensmenugauche {
	text-decoration:none;
	color:black;
}
ul {
	list-style-type:none;
	padding-left:10px
}
.titremenugauche {
	width: 250px;
	height: 25px;
	background:#4D1800;
	text-indent:10px;
	color:#FFFFE0;
	text-align:center;
	float:left;
}
#casemenugauche {
	width: 250px;
	height: 196px;
	margin-top:10px;
	background: transparent url(../images/menu_gauche.jpg) no-repeat;
	float:left;
}
#menuderoulant {
	width: 1002px;
	height: 40px;
 margin-left:;
	float:left;
}
#pub {
	width: 250px;
	height:515px;
	background: black;
	margin-top:10px;
	float:left;
}
#contenu {
	width: 650px;
	height:auto;
	min-height: 368px;
	float:left;
	margin-left: 200px;
}
#contenucontact {
	height:2000px;
	float:left;
	background-color:#FFF;
}
#contenu_tete {
	width:640px;
	height:4px;
	float:left;
	background: transparent url(../images/contenu_tete.jpg) no-repeat;
}
#contenu_corps {
	width:670px;
	min-height:537px;
	float:left;
	background: transparent url(../images/contenu_corps.jpg) repeat-y;
}
#contenu_pied {
	width:640px;
	height:4px;
	background: transparent url(../images/contenu_pied.jpg) no-repeat;
	float:left;
}
#contenubas {
	width: 640px;
	height: 77px;
	background: #4D1800 /*transparent url(../images/contenu_bas.jpg) no-repeat*/;
	color:#FFFFE0;
	margin:10px 0 0 10px;
	float:right;
}
.tableshow {
	width:620px;
	height: 280px;
	margin-left:10px;
}
.tdshow {
	width:320px;
	height: 280px;
}
.txtcontenubas {
	width: 213px;
	height: 77px;
	float:left;
}
.imgreal {
	width:305px;
	height:225px;
	margin:0 0 10px 10px;
	float:left;
}
.imgborder {
	border-color:#745C58;
}
#pieddepage {
	width: 1000px;
	height: 143px;
	margin:0px auto;
	color: #745C58;
	background-image:url(../images/pied.jpg);
}
#menudroit {
	width: 150px;
	height: 182px;
	float: right;
}
#menudroitbas {
	width: 150px;
	height: auto;
	float: right;
}
.txtcenter {
	text-align:center;
}
.lienpieddepage {
	margin-left:12px;
	color: #745C58;
}
.clearall {
	clear:both;
}
/*treeview*/

.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	background-color: white;
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
	background-color: #eee;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: red;
	cursor: pointer;
}
.treeview li {
	background: url(../images/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0 -1766px
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/treeview-default.gif);
}
.treeview li.lastCollapsable {
	background-position: 0 -111px
}
.treeview li.lastExpandable {
	background-position: -32px -67px
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
.treeview-red li {
	background-image: url(../images/treeview-red-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
	background-image: url(../images/treeview-red.gif);
}
.treeview-black li {
	background-image: url(../images/treeview-black-line.gif);
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
	background-image: url(../images/treeview-black.gif);
}
.treeview-gray li {
	background-image: url(../images/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
	background-image: url(../images/treeview-gray.gif);
}
.treeview-famfamfam li {
	background-image: url(../images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
	background-image: url(../images/treeview-famfamfam.gif);
}
.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
.filetree li {
	padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
	padding: 1px 0 1px 16px;
	display: block;
}
.filetree span.folder {
	background: url(../images/folder.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
	background: url(../images/folder-closed.gif) 0 0 no-repeat;
}
.filetree span.file {
	background: url(../images/file.gif) 0 0 no-repeat;
}
.developpe {
	padding-left:15px;
	background-image:url(../images/treeview-famfamfam.gif);
	background-position: 0 -111px;
}
.expand {
	padding-left:15px;
	background-image:url(../images/treeview-famfamfam.gif);
	background-position: -32px -67px;
}
#sidetreecontrol {
	text-align:center;
	background-color: #FF6;
	line-height: 25px;
	border: 1px solid #F00;
	font-size: 11px;
}

