/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a {
	font-size: 12px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #DD2200;
	font-variant: small-caps;
}
h2 a{
	font-size: 14px;
	color: #FF9900;
	border-bottom: 1px solid #FF9900;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
h3 {
	font-size: 12px;
	color: #FF5500;
}
body {
	background-color: #333333;
	background-image: url(images/fond-repete.gif);
	background-repeat: repeat-x;
	text-align: center; /* pour corriger le bug de centrage IE */
}
.container {
	background-image:url(images/fond.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	top:0%;
	width:1024px;
	height:800px;
	margin-left:-512px;
	text-align: justify;
	list-style-image: url(images/viseur-puce2.gif);
}

.container li {
	list-style: url(../images/viseur-puce2.gif);
	margin-left: 18px;
}

.haut {
	text-align:right;
}

.menu {
	margin-top:63px;
	height:100px;
}
.titre {
margin-top: 10px;
margin-left:21px;
}
.left {float: left;
margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

.bas {
margin-top:20px;
text-align:center;
border-top: 1px solid #CCCCCC;
}

#container #haut a {
	color: #CCCCCC;
}
#container #bas a {
	color: #CCCCCC;
}


blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
.blanc {
color:#FFFFFF;
}