/* CSS Document */
/* HREF CSS = style.css */
body {
	margin: auto;
	padding: 0;
	background-repeat: repeat;
	font-family: Arial; Sans Serif;
	text-align: center;
}

a:link, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

/* FRAME GENERALE */

#conteneur {
	position: center;
	text-align: center;
	width: 990px;	
	margin left: 0px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}

.cadre {

margin: auto;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;

}

.banniere {
	
	background-color: #F4F4F4;
	width: 990px;
	height: 150px;
}
.corps {
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 150px;
	width: 990px;
}

.menu {
	margin-top: 150px;
	margin-left: 10px;
	vertical-align: top;
	background-image: url(imgs_/back_menu.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 220px;
}

.hmenu {
	
	background-image: url(imgs_/h_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
	float: center;
	height: 23px;
	width: 173px;
}

.gmenu {

	background-image: url(imgs_/g_menu.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 10px;

}

.cmenu {

	text-align: center;
	background-color: #FFFFFF;
	width: 153px;
	}

.dmenu {

	background-image: url(imgs_/d_menu.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 10px;
}

.bmenu {
	
	background-image: url(imgs_/b_menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: center;
	height: 11px;
	width: 173px;
	
}

.connexion {
	text-align: center;
	vertical-align: top;
	height: 70px;

}

.centre {
	margin-top: 150px;
	vertical-align: top;
	background-color: #F4F4F4;
	width: 770px;
	text-align: center;

}
.tableaucentre {

	width: 600px;
}

.hcentre {
	
	background-image: url(imgs_/h_centre.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: center;
	text-align: center;
	float: center;
	height: 23px;
	width: 600px;
}

.gcentre {

	background-image: url(imgs_/g_centre.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 10px;
}

.ccentre {
	width: 580px;
	text-align: center;
	background-color: #FFFFFF;
	}

.dcentre {

	background-image: url(imgs_/d_centre.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 10px;
}

.bcentre {
	
	background-image: url(imgs_/b_centre.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: center;
	height: 11px;
	width: 600px;
}

.bannierebas {

	float : bottom;
	background-image: url(imgs_/ban_bas.jpg);
	background-repeat: repeat-y;
	width: 990px;
	height: 30px;
}
.albumimage {

	vertical-align: bottom;
	
}
.liensbas {
	
		text-decoration: underline;
}

