@charset "utf-8";
/*
 	Author: Philippe Racine
	Website: Les Majuscules
	Description: Style sheet for the design by Majuscules
	Version 1.0
	Author URL: www.dream-hunters.net
*/

/*	Text and Colours	*/

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(image/background.jpg);
	background-repeat: repeat;
	background-position: top left;
	}
	
a	{
	color: #000000;
	text-decoration: none;
	}
		
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 4px;
	}

.big {
	font-size: 18px;
	}
	
.small {
	font-size: 12px;
	}
	
.red {
	color: #AB0132;
	}
	
.orange {
	color: #E06D08
	}

/* Objects */
	
img {
	border: none;
	}
	
div.title {
	color: #E06D08;
	font-size: 18px;
	font-weight: bold;
	width: 600px;
	padding-left: 15px;
	padding-top: 10px;
	text-align: left;
	}
	
div.middle {
/* New version to stop the Float Drop bug in explorer 7.0 */
/*	width: 585px; */
	padding-top: 40px;
	padding-left: 30px;
/*	padding-right: 15px; */
	padding-right: 148px;
	}
	
div.middle table {
	border: none;
	border-spacing: 7px;
	}

/*	Divisions	*/

/* Second background over the first in the body */
#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px; /* height of the bg */
	background-image: url(image/bg_flower.png);
	background-repeat: no-repeat;
	background-position: top center;
	}

#container {
	position: relative;
	margin: auto;
	z-index: 1; /* needed to go over the second bg */
	width: 887px;
	height: 100%;
	}
	
#header {
	width: 887px;
	height: 218px;
	text-align: center;
	background-image: url(image/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#header table {
	width: 100%;
	height: 218px;
	text-align: center;
	border: none;
	}

#header td {
	vertical-align: middle;
	}
	
#center {
	float: right;
	width: 763px;
	height: 100%;
	}
	
#top {
	width: 763px;
	height: 5px;
	margin-top: 15px;
	background-image: url(image/main_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	}

#main {
	width: 763px;
	min-height: 480px;
	background-image: url(image/main_mid.png);
	background-repeat: repeat-y;
	background-position: top left;
	}
	
#footer {
	width: 763px;
	height: 27px;
	font-size: 11px;
	text-align: right;
	background-image: url(image/main_bot.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#menu_left {
	float: right;
	width: 124px;
	text-align: right;
	}

#menu_right {
	float: right;
	width: 267px;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 35px;
	}
	
#menu_right_top {
	width: 267px;
	height: 5px;
	background-image: url(image/menu_right_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#menu_right_mid {
	width: 267px;
	min-height: 700px;
	text-align: center;
	background-image: url(image/menu_right_mid.png);
	background-repeat: repeat-y;
	background-position: top left;
	}
	
#menu_right_bot {
	width: 267px;
	height: 7px;
	background-image: url(image/menu_right_bot.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
