/* 	Author: Philippe Racine
	Website: Nuit Blanche 2010
	Description: Style sheet for the design by Majuscules
	Version 1.0
	Author URL: www.dream-hunters.net	
*/

/*  Texts and Colours  */

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #6BAEDB;
	text-decoration: underline;
	}
		
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 4px;
	}
	
img {
	border: none;
	}
	
.blue {
	color: #1856A0;
	}
	
/*  Tables  */
	
table {
	border: none;
	border-collapse: separate;
	height: 262px;
	}
	
td {
	vertical-align: top;
	border: 3px solid #1856A0;
	width: 320px;
	padding: 2px;
	text-align:left;
	}

/*  Containers  */

#container {
	position: relative;
	margin: auto;
	width: 864px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	}

#header {
	height: 411px;
	color: #6BAEDB;
	font-size: 16px;
	text-align: right;
	background-image: url(images/effet_boule.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#main {
	width: 849px;
	padding-right: 15px;
	}
