/* CSS de l'Organisation Tres Secrete, par Anubis Vlad Tepas */

/* Generalites */

img {
	border : 0px;
}

td {
	text-align : justify;
}

a {
	text-decoration : none;
}

a:hover {
	font-style : italic;
}

/* DIV */

.back {
	background-color : #666666;
	height : 50%;
}

.news, .rond { 
	border : 1px solid #666666;
	position : relative;
	background-color: #EEEEEE;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	left : 5%;
	width : 90%;
}


/* Tables */

table {
	vertical-align : top;
}

.total, .menu, .large, .tdforum, .head, .tablenews, .width, .tableblanche  {
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.total, .menu, .large, .tdforum, .head, .tablenews, .width, .tableblanche {
	width : 100%;
}

.tablenews {
	padding : 10px;
}

.total, .large {
	height : 100%;
	background-color : transparent;
	vertical-align : top;
}

.menu, .menuforum {
	background-color : transparent;
	background-image : url('images/fond2.png');
	background-repeat : repeat-x;
	vertical-align : top;
	text-align : center;
}

.menuforum {
	width : 30%;
}
.head {
	height : 100%;
}

.footer {
	height : 100%;
}

.contenu {
	height : 100%;
	padding : 10px;
	background-color : #FFFFFF;
	vertical-align : top;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tdtitre {
	height : 15px;
	background-color : transparent;
	background-image : url('images/fond3.png');
	background-repeat : repeat-y;
	border : 1px solid #999999;
}

.theader {
	height : 15px;
	text-align : center;
	background-color : #CCCCCC;
	background-image : url('images/fond4.gif');
	background-repeat : repeat-x;
	border : 1px solid #999999;
}

.tdbug {
	font-weight :  bold;
	height : 15px;
	border-bottom : 1px dashed #000000;
	width :  50%;
	border-radius: 0px 0px; 
	-moz-border-radius: 0px;
}

.tablenews, .tableblanche {
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #000000;
	border-bottom : 2px solid #000000;
	background-color : #FFFFFF;
}

.tdforum {
	height : 100%;
	padding : 5px;
	background-color : transparent;
	border-left : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-right : 1px solid #666633;
	border-bottom : 1px solid #666633;
	vertical-align : top;
}

.fmenu, .fmenuh {
	height : 100%;
	text-align : center;
	vertical-align : top;
}

.fmenu{
	width : 16%;
}

.tdnews {
	padding : 10px;
}

.fmenuh {
	border : 1px solid #666666;
	width : 16%;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Textes */

.i {
	font : italic x-small sans-serif;
	color : #000000;
	float : right;
}

.b {
	font : bold small sans-serif;
}

.petit {
	font : normal x-small sans-serif;
	color : #000000;
}

.tmenu {
	text-align : center;
}
