/* CSS Document */

/* Site gaycamer.com // © 2008 Gaycamer */

/* NORMALISATION
-------------------------------------------------------- */

/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, th, td, form {
	margin: 0;
	padding: 0;
}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Supprime list-style pour les listes */
ul, ol {
	list-style: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Supprime les bordures dans les tableaux */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img {
	border: 0;
}

/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

/* Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés */
label:hover {
	cursor: pointer;	
}

/* masque les pointillés disgracieux résultant des text-indent */
a, button {
	outline: none;
}

/* ---------------------------------------------------- */

/* PAGE
-------------------------------------------------------- */

html {
	background: #242424 url(/img/background.jpg) repeat-x 0 0;
}

body {
	position: relative; /* important! */
	margin: 0 auto;
	margin-top: 30px;
	width: 820px;
	height: 535px;
	font: 1em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #fff;
	background: transparent url(/img/background-hp.jpg?v=1.3.0) repeat-x 0 0;
} 

/* ---------------------------------------------------- */

/* CONTENT
-------------------------------------------------------- */

#content {
	position: relative; /* important! */
}

h1, blockquote, ul, p#match {
	text-indent: -9999px;
}

li a {
	position: absolute;
	display: block;
	width: 180px;
	height: 55px;
}

#fr {
	left: 37px;
	top: 169px;
}

#co_uk {
	left: 37px;
	top: 249px;
}

#bear {
	left: 37px;
	top: 329px;
}

#copyright {
	position: absolute;
	left: 0;
	top: 535px;
	padding-right: 10px;
	width: 810px;
	font-size: 0.7em;
	color: #505050;
	text-align: right;
}

#copyright p {
	margin: 5px 0 5px 0;
}

strong {
	font-weight: bold;
}

a {
	color: #505050;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ---------------------------------------------------- */

