/* CSS Document */


/* Paramètres généraux du site */
body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #C7E7FF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color:#000000;
	padding: 0;
	margin: 0;
	}

/* Propriétés des liens du menu utilitaire dans le coin supérieur droit qui est fait en texte. */
A {color:#FFFFFF}
A:link {text-decoration: none}
A:visited {color:#4064BA; text-decoration: none}
A:hover {color:#87D9FF}
A:active {color:#FFFFFF}


/* Conteneur global */
#container {
	width: 615px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	}

/* Header */
#pageheader {
	background: url(img/header.jpg) no-repeat; 
	position: relative;
	width: 615px;
	height: 155px;
	top: 0px;
	z-index: 2;
	}

/* Boîte du menu utilitaire */	
#utilitaire {
	position: relative;
	text-align: right;
	width: 100%;
	height: 155px;
	top: 5px;
	right: 10px;
	z-index: 1;
	}
	
/* Boîte du menu utilitaire */	
#mp {
	position: relative;
	text-align: top;
	width: 100%;
	height: 25px;
	top: 10px;
	}
	
/* Boîte de contenu */	
#contenu {
	position: relative;
	width: 100%;
	height: 348px;
	top: 27px;
	text-align: left;
	overflow: visible;
	padding: 10px;
	}
	
/* Boîte de copyright */	
#copyright {
	position: relative;
	text-align: center;
	width: 100%;
	height: 20px;
	top: 45px;
	}
	
/* Menu Utilitaire */
#texte_mu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	z-index: 1;
	}
	
/* Texte de copyright */
#texte_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1F9DFF;}