
html {
	height: 90%
}
body {
	background-color:#fff;
	margin:0;
	width:100%;
	font:12px verdana;
}
img {
	border:0
}
h1,h2 {
	border-bottom:3px solid #3E4C6A;
	padding-left:20px;
	margin:5px;
}
a,.externallink,.emaillink {
	color:#D9A9A5
}
a:hover {
	color:#664442
}
#all {
	background:url(img/ombre.jpg) repeat-y;
	border:0;
	position: absolute; 
	left: 50%; 
	width: 749px;
	margin-left: -374px;
	padding-left:10px;
	padding-right:10px;
}
#imgfoot {
	margin-left:-10px;
	position:absolute;
}
#footer {
	background-color:#000;
	color:#fff
}
#content, #menu {
	margin-top:0 !important;
	margin-top:-2px;
	background-color:#000;
	color:#fff;
	padding-left:5px;

}
#menu {
	padding:0;
	background:url(img/logo2.jpg) no-repeat;
	height:58px;
}
#footer {
	width:100%;
	text-align:right;
	font-size:0.7em
}

#navlist {
	list-style:none;
	padding:0;
	margin:0;
	width: 650px;
	margin-left: 49px;
}

#navlist li {
	float:left;
}
#navlist li a {
	position:relative;
	display: block;
	height:1.2em;
	font-size:1.2em;
	width:160px;
	border:0;
	/*border-bottom:5px solid #000;*/
	/*border-top:5px solid #000;
	border-left:0;
	border-right:0;*/
	/*background-color: #000;*/
	text-decoration:none;
	color:#F3F3E9;
	
}
#navlist li a:hover {
	background:url(img/etoile.gif) no-repeat;
	color:#ECECEC;
	font-style: italic ;

}
#navlist li a span {
	padding-left:10px;
	padding-right:10px;
	font-weight:bold
}
#navlist li  .actif span {
	float:left;
	width:140px;
	/*background-color: #6f6f6f;*/
	background:url(img/sound.gif) no-repeat;
	/*border-bottom:5px solid #b6b6b6;
	height:1.2em;*/
	font-style:italic;
	color:#fff;
	text-align:center;
	cursor:default
}
.actif {
	cursor:default;
}
.actif:hover {
	font-size:1.2em !important;
	background-image:url() !important;
}

#separator {
	clear:both;
	height:15px;
}
.form span {
	width:150px;
	float:left;
	font-size:1.1em;
	font-weight:bold
}
.form input {
	border:1px solid #3E4C6A;
	background-color: #1F0325;
	color:#E99A24;
	width:250px;
	margin:2px;
}
.form textarea {
	border:1px solid #3E4C6A;
	background-color: #1F0325;
	width:250px;
	height:150px;
	color:#E99A24;
	margin:2px
}


/* TOC */
div#toc {
	top: 254px;
	left:598px;
	position:fixed !important;
	position:absolute;
	background: #3E4C6A;
	color: #F3F3E9;
	cursor:pointer;
	padding-left:3px
}

div#toc div {
	border: 1px solid #3E4C6A;
	background: #F3F3E9;
}
.page {
	display: block !important;
	background:url(img/toc.gif) no-repeat;
	padding-left:18px !important;
	color:#022F40
}

