/* 
	STYLE PAGE SPLASH
*/


	h1 {
		text-align:center;
		/*color: #299f9b;*/
		color: #c15555;
		font-weight: bold;
		font-size: 30pt;
		padding-bottom: 0px;
	}

	h2 {
		/*color: #299f9b;*/
		color: #c15555;
		font-weight: bold;
		padding-bottom: 10px;
	}

	h3 {
		/*color: #299f9b;*/
		color: #c15555;
		font-weight: bold;
		padding-bottom: 10px;
	}


	b {
		/*color: #29709b;*/
		color: #299f9b;
		font-weight: bold;
	}

	#corps_splash {
		margin-left: auto; 
		margin-right: auto;
		padding-top: 100px;
		color: #cecece;
		font-size: 13pt;
		/*background-image:url(http://beta.knightsandtiles.fr/img/background_text/background_text_marron.jpg);*/
	}

	#container_logo {
		margin-left: auto; 
		margin-right: auto;
		padding-bottom: 50px;
	}

	#corps_splash.h2 {
		color: #FF0000;
	}
	.splash_type_01 {
		width: 100%;
		/*background-image:url(/img/background_text/background_text_1.jpg);*/
		background-image:url(http://beta.knightsandtiles.fr/img/background_text/background_text_marron.jpg);
	}

	.splash_type_02 {
		width: 100%;
		/*background-image:url(/img/background_text/background_text_2.jpg);*/
		background-image:url(http://beta.knightsandtiles.fr/img/background_text/background_titre.jpg);
	}

	.splash_type_content {
		width: 1000px;
		margin-left: auto; 
		margin-right: auto;
		padding: 20px;
	}

	.splash_separator {
		width: 100%;
		height: 10px;
		background-image:url(http://beta.knightsandtiles.fr/img/splash_separator_mini.png);
	}

	.splash_col_01 {
		padding: 20px;
		display: table-cell;
		/*width: 50%;*/
		/*text-align:center;*/
		vertical-align: middle;
	}

/*
.fond_gris {
		font-weight: bold;
		background-image:url(/img/puces/fond_titre.png);
		color: #cecece;
	}
	.fond_marron {
		background-image:url(/img/background_text/background_text_marron.jpg);
		color: #cecece;
	}
*/


