/* feuille de style feuille.css
copyright slick - octobre 2006 */

body {
	background : #000 url(./filigrane.png) repeat;
	font-family : 'Times New Roman',Verdana, sans-serif;
	color : #000;
	padding-top : 20px;
}

#conteneurgeneral {
	position : absolute;
	left : 50%; 
	width : 762px;
	height : 680px;
	background-color : #fff;
	margin-left : -382px;
	border : 2px groove #aaa;
}

#banniere {
	float : left;
	width : 100%;
	height : 140px;
	background : transparent url(./banniere3.png);
}

#menuprincipal {
	float : left;
	width : 100% ;
	height : 30px ;
	background: #ddcccc;
}

#contenu {
	float : left;
	margin-top : 0px ;
	width : 100%;
	height : 450px;
	padding : 0px;
	background : transparent bottom no-repeat;
	border-style : none;
}

#ecran {
	width : 720px;
	height : 405px;
	margin-left : 20px;
	margin-top : 20px;
	background : #fed url(./backTronche.jpg) no-repeat ;
	color : #005;
	border : 2px groove;
	overflow : auto;
}

#defilement {
	position: absolute;
	width : 100px;
	height : 405px;
	margin-left : 775px;
	margin-top : 0px;
	background-color : transparent;
	color : #fff;
	border : 1px solid;
	overflow : auto;
}

#pied {
	float : left;
	width : 100% ;
	height : 60px ;
	background : #555 url(./pied.png) no-repeat;
	border-style : none;
}

#menuprincipal ul li {
	display : inline;
	float : left;
	width : 90px;
	border-style : none;
	text-align : center;
}

#menuprincipal ul li a {
	display : block;
	height : 2em;
	color : #441100;
	font-family : verdana, sans-serif;
	font-size : .8em;
	text-decoration : none;
	font-weight : bold;
}

#menuprincipal ul li a:hover {
	color : #bb8855;
	background-color : #441100;
	border : 1px solid #fff;
}

h1 {
	padding-left : 2em;
	font-family : 'Bank Gothic Medium BT','Times New Roman', sans-serif;
}

h2 {
	padding-left : 1.5em;
}

h3 {
	padding-left : 0.5em;
	font-size : 1em;
}

h4 {
	padding : 0.4em;
	font-size : 0.7em;
}

h5 {
	color : #aaa;
	font-size : 0.5em;
}

p {
	text-indent : 2em;
	color : #123;
	padding-left : 2em;
}

strong {
	color : #a00;
}

em {
	color : #fff;
}

.copyright {
	text-align : center;
	color : #400;
}

#wwf {
	position : absolute;
	width : 64px;
	height : 64px;
	left : 50%;
	top : 50%;
	border : #888 inset 4px;
	margin-left : 400px;
	margin-top : 250px;
	padding : 0;
	background-color : transparent;
}