/* CSS Document */

body{
	background-color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size : small;
	line-height: 1.6em;
	color: #ffffcc;
	}

h1, h2{
	color: #e5d69a;
	text-align: center;
}

h1{
	font-size: 200%;
}

h2{
	font-size : 170%; 
}

h3{
	font-size: 130%;
	text-align: left;
}

h4{
	font-size: 200%;
	text-align: center;
	color: #FFFF33;
}

img{
	border: 0;	
}

table{
	border: thin solid #ffffcc;
	border-collapse: collapse;
	text-align: center;
}

td, th{
	border: thin solid #ffffcc;
	text-align: center;
}

a:link{
	color: #ff9900; text-decoration:none;
}
a:visited{
	color: #ffcc00; text-decoration:none;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	top: 0;
	right: 750px;
}
#menu {
	width: 10em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
}
#menu li {
	text-align: center;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#principale{
	background: url(poutre2.gif) top left repeat-y;
	padding-left: 37px;
	width: 750px;
	float: right;
	height: 750px;
}

#contenuentier{
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
	
.images{
	text-align: center;
	font-size: large;
	line-height: 2em;
	height: 560px;
	overflow: auto;
}

.ventes{
	text-align: center;
}

.attention{
	text-align: center;
	border-style: dashed;
	border-width: thin;
	border-color: #e5d69a;
	padding: 5px 25px 25px 25px;
	margin: 50px;
	font-size: large;
	line-height: 1.9em;
}	

.important{
	text-align: center;
	font-size: large;
	line-height: 2em;
}

.petit{
font-size: 9px;
}