/* Design.css
 * Auteur: Vincent S.
 * Dernière MAJ: 1 Juillet 2008
 * Feuille de style pour Blizzware.com
 */

body
{
	background-color: black;
	color: #DCDCDC;
	margin: 0px;
	padding: 5px;
	font-family: arial, sans-serif;
}

a
{
	color: #FFD100;
	cursor: pointer;
	text-decoration: none;
}

a:hover
{
	color: white;
}

a.anc
{
	color: #DCDCDC;
	cursor: default;
	text-decoration: none;
}

a.anc:hover
{
	color: #DCDCDC;
}

div#top
{
}

div#top h1
{
	text-align: center;
}

div#all
{
	background-color: #111111;
	border: 1px solid #444444;
}

div#speedbar
{
	background-color: #333333;
	border-bottom: 1px solid #222222;
	margin-bottom: 0px;
	padding: 2.5px;
}

div#speedbar p
{
	font-size: 75%;
	margin: 0px;
	padding: 2.5px;
}

div.left
{
	float: left;
	width: 49.5%;
}

div.right
{
	float: right;
	width: 49.5%;
}

div.right p
{
	text-align: right;
}

div.content
{
	background-color: #222222;
	border: 1px solid #151515;
	margin: 5px;
	padding: 10px;
	-moz-border-radius: 10px;
}

div.content p
{
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	text-indent: 15px;
}

div.news
{
	background-color: #222222;
	border: 1px solid #151515;
	margin: 5px;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
}

div.news p
{
	margin: 0px;
	padding: 0px;
}

div#copyright
{
}

div#copyright p
{
	color: #444444;
	font-size: 60%;
	text-align: center;
}

div#intro
{
	float: left;
}

hr
{
	border: 1px solid #333333;
	margin-bottom: 10px;
}

span.title
{
	font-size: 100%;
	font-weight: bold;
}

span.m_title
{
	font-size: 75%;
}

span.content
{
	font-size: 80%;
}

table, td
{
	border-collapse: collapse;
	padding: 2.5px;
}

td
{
	font-size: 80%;
}

h3.title
{
	font-size: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h4.sous_titre
{
	font-size: 90%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

table.data
{
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}

table.data, table.data td, table.data th
{
	border: 2px solid #333333;
}

div.quote
{
	border: 1px dotted #333333;
	margin: auto;
	margin-bottom: 0px;
	padding: 5px;
	width: 90%;
}

div.quote p.quote_text
{
	color: #5C5C5C;
	margin: 0px;
	padding: 0px;
}

div.quote p.quote_author
{
	color: #DCDCDC;
	font-size: 90%;
}