@charset "utf-8";
/* ===================================================== *
 *  													 *
 * ----------------------------------------------------- */
 
 /* Studios: fantasÿ døgma
  * Auteur: mathieu baÿ
  * URL: www.fantasydogma.com
  * e-mail: mathieu.bay@fantasydogma.com */

/*========================================================*/
/*----------------------------------------------------------------------------------*/
/*======================SUB-STRUCTURE=====================*/
body {
	background-image: url(fantasy-dogma---logo.png);
	background-color: #5b121b;
	background-repeat: no-repeat;
	background-position: top;
	border: 0;
	margin: 0;
	padding: 0;
	color: #e9dbda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}
/*========================================================*/
/*----------------------------------------------------------------------------------*/
/*======================LINKS=============================*/
a:link {
	color: #b60a0a;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #b60a0a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f20404;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #f20404;
	text-decoration: none;
	font-weight: bold;
}
/*========================================================*/
/*----------------------------------------------------------------------------------*/
/*======================DIV===============================*/
#header {
	width: 100%;
	height: 500px;
}

#main_content {
	height: 120px;
	width: 600px;
	margin-top: 475px;
	margin: auto;
	text-align: center;
}

#mentions {
	height: 50px;
	width: 400px;
	font-size: 11px;
	margin: auto;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

.spacer-p {
	margin-top: 15px;
}

.bold-text {
	font-weight: bold;
}