@charset "utf-8";
/*//////////////////////\\\\\\\\\\\\\\\\\\\\\
 CSStyled by br1o
 copytop, juillet 2006
\\\\\\\\\\\\\\\\\\\\\\\\////////////////////*/

/* Dans opera (windows et macosx) et safari, le footer est bien placé au chargement de la page, mais 
pas lorsqu'on modifie la taille de la fenêtre. Dégration somme toute fort acceptable.
Fonctionne bien dans IE, Firefox sur windows */
html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	font: 100%/140% Arial, Helvetica, Geneva, sans-serif;
}
* {
	margin: 0; 
	padding: 0; 
}
#fullContent {
	min-height: 100%;
	background-color: #C8C8C8;
}
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 100%;
	border: 1px dotted #cecece;
}
#top {
	height: 320px;
	border-bottom: 1px dotted #cecece;
}
#content p {
	padding: 0.25em 1em;
}
h1 {
	line-height: 50px;
	padding: 1em;
	text-align: center;
	border-bottom: 1px dotted #F00;
}
h2 {
	height: 10px;
	line-height: 10px;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: 1px dotted #F00;
	border-top: 1px dotted #F00;
	margin-top: 1em;
}
h3 {
	line-height: 20px;
	padding: 1em;
	text-align: left;
	height: 18px;
}

#lastelement {
	margin-top: 1em;
	margin-bottom: 0; 
	padding-bottom: 50px;
}
#footer {
	margin-top: -50px;
	height: 50px;
	width: 100%;
	border-top: 1px dotted #F00;
}
#footer p {
	padding: 1em;
	text-align: center;
	line-height: 25px;
}
