html{
	background-color:#393939;
	background-image: url('/images/des/bleu/fond-site.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
body{
	border:0px;
	margin:0px;
	padding:0px;
}
hr {
	border-top:1px dotted #009EE0;
}
iframe{
	background-color:#009EE0;
}
input,textarea, select{
	border:1px solid #009EE0;
}
.illus{
	border-top:2px solid white;
}
.messageHead{
	color:white;
	border-top:2px solid white;
	background-color:#009EE0;
}
.messageHead a, .messageHead a:hover, .messageHead a:link, .messageHead a:active, .messageHead a:visited{
	color:white;
}
.coin{
	border-top:2px solid white;
	border-right:2px solid white;
}
.menu{
	border-top:2px solid white;
	border-left:2px solid white;
	background-color:#646466;
}
.content{
	border-right:2px solid white;
	border-top:2px solid white;
	background-color:#545454;
}
.menuleft{
	background-color:#009EE0;
	border:1px solid white;
	z-index:1000;
}
.menuleft ul{
	color:white;
}
.menuleft li{
	border-top:1px solid #00BFF0;
}
.menuleft li:hover, .menuleft li:hover a, .menuleft li:hover a:link, .menuleft li:hover a:hover, .menuleft li:hover a:active{
	color:#545454;
	background-color:white;
}

.menuleft ul.niveau2 li:hover, .menuleft ul.niveau2 li:hover a, .menuleft ul.niveau2 li:hover a:link, .menuleft ul.niveau2 li:hover a:hover, .menuleft ul.niveau2 li:hover a:active{
	color:#545454;
	background-color:white;
}

.menuleft ul.niveau2,.menuleft ul.niveau2 li {
	color:white;
	background-color:#009EE0;
}

.menuleft h4{
	margin:0px;
	background-color:white;
	color:#777;
}
.menuleft p{
	color:white;
}
.menuleft .showHide{
	color:white;
}
.menuleft a, .menuleft a:link, .menuleft a:active, .menuleft a:visited{
	color:#FFF;
}
.dotted {
	border:1px dotted black;
	margin:2px;
	padding:2px;
	font-size:0.9 em;


      margin-bottom: 8px;


}
.news_last_reply_user{
	color:#007;
}
.news_last_reply{
	color:#700;
}
#footer{
	background-color:#747474;
	border:2px solid white;
	border-top:0;
	color:#92d7f4;
}
#top_center {
	background-color:#4b4c4c;
	color:#73C4C6;
}
#desktop {
	border:1px solid #2f2f2f;
	background-color:#F7F9F9;
	color:#636363;
}
#desktop b, #desktop strong {
	color:#009EE0;
}
.main_content, .box, .center-box{
	border:1px solid #2f2f2f;
	background-color:#F7F9F9;
	
}
a, a:hover, a:link, a:active, a:visited{
	color:#009EE0;
}
img.border_photo{
	padding:5px;
	border:1px solid #DDD;
}
.table_head {
	background-color:#009EE0;
	color:white;
}
.info{
	color: #000 !important;
	background-color:#FFB !important;
	background-image: none !important;
	border: 1px solid #2f2f2f;
}
.enligne, .enligne:hover, .enligne a, .enligne a:link, .enligne a:hover, .enligne a:visited{
	color:#1f4f62;
}

/*** ONGLETS ***/
/******************************/
/****  NOT SELECTED TABS ****/
/*****************************/
/*wrapper*/
div.onglet_container{
	// background-color:#545454;
}
div.onglet_container div.selected, div.onglet_container div.hover, div.onglet_container div.notselected {
	background-color:#009EE0;
	border:1px solid #2f2f2f;
}
div.onglet_container div.hover{
	background-color:#FFFFFF;
	border:1px solid #2f2f2f
}
div.onglet_container div.hover div.label{
	color:#545454;
}
div.onglet_container div.notselected {
	background-color:#6899ad;
	border:1px solid #2f2f2f
}
div.onglet_container div div.middle div.center div.close {
	background-color:#545454;
}