/* 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;
	width: 728px;
	font: 1em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #fff;
} 

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

/* LOGO
-------------------------------------------------------- */

#logo {
	margin: 20px 0 0 0;
	width: 728px;
	height: 80px;
	background: transparent url(/img/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

h1, blockquote {
	text-indent: -9999px;
}

img#badge {
	position: absolute;
	left:-24px;
	top: 16px;
	z-index: 1;
}

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

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

strong {
	font-weight: bold;
}

#content {
	position: relative;
	width: 444px;
	height: 444px;
	padding-left: 284px;
}

#content img {
	position: absolute;
	left: 0;
	top: 0;
}

#content h2 {
	color: #c1d000;
	font-style: italic;
	font-size: 1.35em;
	height: 70px;
	line-height: 70px;	
}

#content h3 {
	font-weight: bold;
	font-size: 1.1em;
	height: 60px;
	line-height: 60px;	
}

#content p {
	font-size: 0.9em;
	padding: 15px 0 15px 0;
}

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

/* FOOTER
-------------------------------------------------------- */

#footer {
	clear: both; /* pour que le footer passe dans le flux */
	position: relative;
	margin: 0 auto;
	width: 728px;
	height: 170px;
	text-align: center;
	background: transparent url(/img/background-footer.png) no-repeat center top;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #c1d000;
	text-decoration: none;
}

#footer h3 {
	position: absolute;
	left: 0;
	top: 70px;
	width: 728px;
	color: #c1d000;
	font-size: 0.75em;
}

ul#reseau_gaycamer {
	position: absolute;
	left: 0;
	top: 82px;
	width: 728px;
}

ul#reseau_gaycamer li {
	display: inline;
	font-size: 0.75em;
	padding-left: 5px;
	padding-right: 5px;
}

#footer p {
	position: absolute;
	left: 0;
	top: 8px;
	width: 728px;
	font-size: 0.7em;
	color: #505050;
	text-align: right;	
}

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

/* CLASSES COMMUNES
-------------------------------------------------------- */

a:link {
	color: #c1d000;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

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

