* {
	padding:0px;
	margin: 0px;
}

html,body{ 
	height:100%; 
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

div#entete { 
	height: 100px; 
}

.hauteur { 
	height: auto !important; 
	height: 100%; /* IE */
	min-height: 100%;  /* FF */
}

#gauche{
	background-image:url(./img_2/gauche.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:94px;
	float:left;
}

#milieu{
	width:787px;
	float:left;
}

#droite{
	background-image:url(./img_2/droite.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:94px;
	float:left;
}

#banniere{
	background-image:url(./img_2/Banniere.jpg);
	width:787px;
	height:197px;
}

#cote_gauche{
	float:left;
	background-image:url(./img_2/bande_gauche.jpg);
	background-repeat:repeat-y;
	width:38px;
}

#contenu_{
	float:left;
	background-color:#FFE8B6;
	background-image:url(./img_2/bande_sable.jpg);
	background-repeat:repeat-x;
	width:711px;
}

#cote_droit{
	float:left;
	background-image:url(./img_2/bande_droite.jpg);
	background-repeat:repeat-y;
	width:38px;
}

#down_page{
	float:left;
	top:0px;
	left:0px;
	background-image:url(./img_2/bas_page.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:787px;
}



#menu{
	position:relative;
	top:80px;
	left:0px;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

#menu img{
	margin-right:2px;
}

#sous_menu{
	font-size:11px;
	font-weight:bold;
}

.td_titre{
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background-color:#FFE9B7;
	border:1px solid black;
	border-bottom:none;
	text-align:center;
	cursor:pointer;
	height:30px;
	width:220px;
}

.td_img{
	border:1px solid black;
	text-align:center;
	/*background-color:#FFECF5;*/
	background-image:url(./img/indispo.png);
	padding:3px;
	width:220px;
	height:220px;
	cursor:pointer;
}

.td_texte{
	background-color:#FFFCF5;
	border:1px solid black;
	border-left:none;
	cursor:pointer;
}

a{
	color:black;
}