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

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

#div_main {
	padding:10px;
}
#div_transparent {
	background-color: rgba(20,20,20,0.85);
}
#div_content {
	width:500px;;
}

#div_header {
	width:900px;
}
#div_login {
	width:880px;
}
#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;
}
.txt_titre_3{
	font-size:16px;
}

.txt_titre_fotos{
	font-size:18px;
	font-style: bold;
	color: #434D53;
}

.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;
}
.pontilhado {
	border-bottom: 1px dotted #444444;
}
.txt_FIELD {
	font-size:16px;
	background-color:#333333; 
	border:0px; 
	color:#CCCCCC; 
	padding:5px; 
	padding-left:9px; 
	padding-right:9px; 
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.box {
	font-size:16px;
	background-color:#333333; 
	border:0px; 
	color:#CCCCCC; 
	padding:5px; 
	padding-left:9px; 
	padding-right:9px; 
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	width:auto;
}

