/*############################################################################################
	ÉLISE FORTIN, ANNE-MARIE ARCHAMBAULT ET SOPHIE PARIZEAU
############################################################################################ */
	
body {
	margin: 0;
	padding: 0;
	background-color: #343434;
	background-position: center;
	font: 11pt Verdana,Sans-serif;
	text-align: center  !important;
}

#global {
	background: #343434;
	width: 576px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#image {
	margin-top : 10px;
	text-align: center;
	position: relative;
}

#entete {
	background: url(../img/haut.jpg) no-repeat 0 0;
	float: left;
	width: 100%;
	height: 208px;
}

#menu {
	float: right;
	width: 550px;
margin-top:-35px;
	height: 30px;
}
#texte-principal {
	margin-left : 20px;
margin-top : 30px;
margin-bottom : 30px;
float:left;
font: 12 pt, Verdana,Sans-serif;
	width:564px;
}

#contenu {float:left; width:568px; font-size : medium;}
/* Overcome stupid 3px margin bug in IE/Win floats.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #contenu {margin-right:-3px;}

.contenu-principal {
	float: left; /*background: url(../img/gabarit/commun/t_main.gif) repeat-x bottom;*/
	position: relative;
}


#pieddepage {
	clear:both;
	width:761px;
	height:36px;
	color:#666;
}