* {
	font-family: Geneva, Verdana, Helvetica, Arial;
}

body {
	background-color: #222222 ;
	margin-left:auto;
	margin-right:auto;
}
body,td,tr {
	font-size: 12px;
	color: #999999;
}

#div_main {
	background-color:#222222;
	opacity:0.3;
	filter:alpha(opacity=30);
	padding:10px;
	text-align:center;
}
#div_content {
	width:500px;;
}

#div_header {
	width:1000px;
}

#div_right {
	width:300px;
	float:right;
}

#div_footer {
	width:500px;
	top:auto;
	position: relative;
	bottom:0;
	left:0;
}

a {
	color: #039CCF;
	text-decoration: none;
	border-bottom: dotted 1px #434D53;
}

a:visited {
	color: #039CCF;
	text-decoration: none;
	border-bottom: dotted 1px #434D53;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
	border-bottom: dotted 1px #FF9900;
}

img {
	border: 0px;
}

.txt_header {
	font-size:32px;
}
.txt_titre{
	font-size:24px;
}
.txt_titre_2{
	font-size:18px;
}

.cor_a {
	color: #434D53;
}
.cor_b {
	color: #039CCF;
}
.cor_c {
	color: #2CBA5B;
}
.cor_d {
	color: #E9D558;
}
.cor_e {
	color: #FF9900;
}

.fond_1 {
	background-color: #111111;
}
.fond_2 {
	background-color: #222222;
}
.fond_3 {
	background-color: #2f2f2f;
}

.fond_a {
	background-color: #434D53;
}

.txt_normal {
	color: #999999;
	font-size: 12px;
}
.txt_small {
	color: #999999;
	font-size: 10px;
}

.box {
	background-color:rgba(20,20,20,0.85);
	border:0px; 
	padding:25px; 
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
}

