body {
	margin: 0px;
	background: black;
	font-size: 11px;
	color: white;
	font-family: Tahoma, "Sans Serif";
}

img { border: none; }
a img { margin: -2px; }
a { color: #fdb22f; text-decoration: none; }
a:hover { text-decoration: underline; }
label { position: relative; bottom: 2px; font-weight: bold; }

/* Messages */
.cadre-off, .cadre-on {
	width: 95%;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 8px;
	padding: 3px 10px;
	/*margin: 5px 20% 10px 20%;*/
	text-align: left;
}

.cadre-off img, .cadre-on img {
	padding-right: 10px;
}

.cadre-off .texte, .cadre-on .texte {
	position: relative;
	bottom: 2px;
}

/* Erreur */
.cadre-off {
	color: red;
	background-color: #ffd3d3;
	border: 2px solid #ff3333;
}

/* Confirmation */
.cadre-on {
	color: #005F00;
	background-color: #DFFFDF;
	border: 2px solid #9FCF9F;
}
/* End Messages */

#global {
	width: 900px;
}

#header {
	width: 900px;
	height: 150px;
	padding: 0px;
	text-align: center;
}

#content {
	vertical-align: top;
}

#menu {
	width: 200px;
	border-right: 1px dashed white;
	vertical-align: top;
}

#lien h3 {
	margin-top: 0px;
}

#lien {
	padding-bottom: 10px;
	border-bottom: 1px dashed white;
}

#last-news {
	padding-bottom: 10px;
	border-bottom: 1px dashed white;
}

#last-news a {
	display: block;
	border-bottom: 1px solid #3D3D3D;
	padding: 0px 0px 2px 3px;
}

#categorie a {
	display: block;
	border-bottom: 1px solid #3D3D3D;
	padding: 0px 0px 2px 3px;
}

#footer {
	text-align: center;
	vertical-align: top;
}

/* Page News */
.news .date {
	text-align: right;
	color: #E3E3C8;
	padding-bottom: 2px;
	margin: 10px 0px;
	border-bottom: 1px solid #3D3D3D;
}

.news .titre {
	font-weight: bold;
	color: #FCB22D;
	font-size: 16px;
	padding-bottom: 10px;
}

.news .contenu {
	text-align: justify;
	font-size: 12px;
}

.news .info {
	padding-top: 10px;
	text-align: right;
}

.news_border {
	width: 150px;
	border-bottom: 1px dashed white;
	margin: 30px 0px;
}
/* End News */

/* Début page News et Commentaire */
#commentaire {
	border: 1px dashed #fdb22f;
	background: #080808;
	width: 400px;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 10px;
	text-align: center;
}

.commentaire {
	text-align: left;
	width: 400px;
	padding: 5px 0px;
	margin: 10px 0px;
}

.contenu_commentaire {
	padding: 5px;
	color: white;
	font-weight: bold;
	background: #080808;
	border: 1px dashed #fdb22f;
	text-align: justify;
}

.commentaire .pseudo {
	color: #fdb22f;
	font-weight: bold;
}

.footer_commentaire {
	text-align: right;
}
/* Fin page News et Commentaire */

/* Pagination */
.pagination { text-align: center; }
.pagination a { text-decoration: none; }
.pagination a:hover { text-decoration: none; }
.page-select { font-weight: bold; }
/* End Pagination */