@font-face {
    font-family:Bauhaus;
    src:url('_fonts/Bauhaus.ttf');
}
@font-face {
    font-family:Avenir45Book;
    src:url('_fonts/Avenir45Book.ttf');
}
@font-face {
    font-family:Avenir65Medium;
    src:url('_fonts/Avenir65Medium.ttf');
}
@font-face {
    font-family:LinotypeFunnyBonesTwo;
    src:url('_fonts/LinotypeFunnyBonesTwo.ttf');
}



body {
	background-color:black;
	color:white;
	font-family:arial;
}



#div_principale {
	margin:0 auto;
	text-align:center;
	width:100%;
}
#titre_page {
	text-align:center;
	padding:5px 10px 1px 50px;
	margin:0 auto;
}
#titre_page_gros {
	font-size:120px;
	font-family:Bauhaus;
}
#titre_page_petit {
	font-size:20px;
	font-family:Avenir45Book;
	color:#DDDDDD;
}
#img_bg_accueil{
	text-align:left;
	clear:both;
}
#td_accueil_1 {
	width:595px;
	height:700px;
	background-image:url('../_images/bg_maria_bw.png');
	background-repeat:no-repeat;
	font-size:100px;
	font-family:LinotypeFunnyBonesTwo;
	color:#D10000;
	vertical-align:bottom;
	padding-left:50px;
}
#td_accueil_2 {
	text-align:left;
	vertical-align:bottom;
	padding-left:20px;
}
.background_maria_bw {
	width:700px;
	height:700px;
	background-image:url('../_images/bg_maria_bw.png');
	background-repeat:no-repeat;
	margin:0 auto;
}
.bio_langue {
	text-align:justify;
	line-height:130%;
	border-radius:12px;
	padding:10px;
	background-color:white;
	color:black;
	background: rgba(255,255,255,0.7);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}
.background_white_transparent {
	text-align:justify;
	line-height:130%;
	border-radius:12px;
	padding:10px;
	background-color:white;
	color:black;
	background: rgba(255,255,255,0.7);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}
