/*  

Copyright © 2010 Troll d'idées. Tous droits réservés.
Cette feuille de styles définie l'agencement des blocs principaux de mise en page.

*/

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#top {
	height: 80px;
	line-height: 80px;
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
}

#header {
	width: 560px;
	height: 520px;
	font-size: 1.6em;
	line-height: 2em;
	color: #CCC;
	text-shadow: 2px 1px 1px #000;
	background: url(images/bg_header.png) no-repeat 260px 360px;
}


#main {
	padding: 60px 0 0 0;
	height: 330px;
	font-size: 1.6em;
	text-shadow: 1px 1px 1px #000;
}

#position {
	height: 20px;
	clear: both;
}

#parrainage {
	margin: 20px 0 -20px 0;
	padding: 20px 0 0 0;
}

#footer {
	height: 50px;
	margin: 250px 0 0 0;
	line-height: 33px;
	color: #e5e5e5;
	background: url(images/bg_footer.png) repeat-x bottom center;
}

#copyright {
	padding: 0 0 30px 0;
	color: #e5e5e5;
	text-align: center;
}



