.textepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	color: #CCCCCC;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #CCCCCC;
	text-align:center;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	color: #CCCCCC;
	text-align:left;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
	border:2px ;
	text-align:center;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ff9900;
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	width:320px
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	color: #cccccc;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}

body{
	background: #666666;
	text-align:center;
}
img{
	border: 0px;
}

a:link {color: #cccccc}     /* unvisited link */
a:visited {color: #cccccc}  /* visited link */
a:hover {color: #ffffff}   /* mouse over link */
a:active {color: #ff9900}   /* selected link */ 
	

