/** Feuille de Style réalisée par Megashadow (2007). 
Modifiée par SimSim.
Merci de ne pas la copié même partiellement **/

/** Page **/
html {
	font-family: Tahoma;
	font-size: 11px;
	
	color : #d4d4d4;
	
	background-color: #2a2a2a;
}

body {	
	background-color: #383838;

	width: 900px;
	
	margin: auto;
	margin-top: 0px;
	
	border: 1px #000000 solid;
	border-top: 0px;
}

a:link {
    text-decoration: none;
	color: #f6b620;
}
a:active {
    text-decoration: none;
	color: #ffee40;
}
a:visited {
    text-decoration: none;
	color: #f6b620;
}
a:hover {
    text-decoration: underline;
	color: #ffee40;
}

.image-panel a:visited {
    text-decoration: none;
	color: #f6b620;
}
.image-panel a:hover {
    text-decoration: none;
	color: #ffee40;
}

input {
	color : #d4d4d4;
	font-family : Tahoma;
	font-weight : normal;
	background-color : #2a2a2a;
	font-size : 11px;
	border: 1px #cfcfcf solid;
}
textarea {
	color : #d4d4d4;
	font-family : Tahoma;
	font-weight : normal;
	background-color : #2a2a2a;
	font-size : 11px;
	border: 1px #cfcfcf solid;
}

/** Divs **/

.ban {
	background-image: url("images/ban.jpg");
	background-repeat: no-repeat;	
	
	height: 300px;
	
	border-bottom: 1px #000000 solid;
}
.menu {
	float: left;
	
	width: 200px;
	
	text-align: center;
	
	background-color: #565656;
	background-image: url("images/menu-bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	
	margin-bottom: 10px;
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	
	width: 500px;
	margin-left: 100px;
	
	margin-top: 15px;
	
	background-color: #565656;
	background-image: url("images/content-title.jpg");
	background-repeat: no-repeat;
}
.content-in {
	padding: 5px;
	
	text-align: center;
	
	margin-left: 195px;
}
.footer {
	clear: left;
	
	background-color: #424242;
	
	height: 15px;
	
	text-align: center;
}

#content-gros {
	font-size: 13px;
}

.table {
	width: 600px;
	
	font-family: Tahoma;
	font-size: 12px;
	
	text-align:center;
}
.tr-00 {
	background-color: #2a2a2a; 
	font-weight: bold;
}
.tr-01 {
	background-color: #424242;
}
.tr-02 {
	background-color: #565656;
}
.default-div {
	border-bottom: 1px #c6c6c6 dashed;
	
	text-align: left;
	
	margin-top: 5px;
	margin-left: 10px;
}
.image-panel {
	text-align: center;
	font-size: 14px;
	
	width: 500px;
	height: 20px;
	margin-left: 100px;
	
	margin-top: 15px;
	
	background-color: #565656;
	background-image: url("images/content-title.jpg");
	background-repeat: no-repeat;
}