/*======================================================================================================*/
/*																										*/
/* Font Definition																						*/
/*																										*/
/*======================================================================================================*/
@font-face{
	font-family: 	myBRLNSRFont;
	src:			url('../fonts/brlnsr.ttf');
}

@font-face{
	font-family: 	myBRLNSBFont;
	src:			url('../fonts/BRLNSB.TTF');
}

@font-face{
	font-family: 	myCENTURYFont;
	src:			url('../fonts/CENTURY.TTF');
}

@font-face{
	font-family: 	myJPHSLFont;
	src:			url('../fonts/JPHSL.TTF');
}
/*
 src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#') format('svg');
*/

/*======================================================================================================*/
/*																										*/
/* Title Include																						*/
/*		[.php]																							*/
/*======================================================================================================*/
#dv_title{
	display:				flex;
	display:				-webkit-flex;	
	flex-direction:			row;
	justify-content:		space-between;
	align-items:			flex-start;
	width:					90%;
	height:					6vw;
	margin: 				0 auto;
//	opacity:				0.8;
}
#dv_title_titre{
	width:					100%;
	margin: 				0 auto;
	height:					80px;
//	text-align: 			center;
//	padding:				15px;
//	font-size:				3vw;
}

#ig_title_logo{
	float:					left;
	width:					5vw;
	height:					5vw;
	margin-left:			25px;
}

#ig_title_logoOld{
	float:					left;
	width:					5vw;
	height:					5vw;
	margin-right:			25px;
}

/*------------------------------------------------------------------------------------------------------*/
/* Page : index.php																						*/
/*------------------------------------------------------------------------------------------------------*/
body{
	background-image:		url("/images/bandeau01.png");
	background-repeat: 		no-repeat;
	background-attachment: 	fixed;
	background-position: 	center;
	background-size: 		90vw; 	
}

#dv_ind_constr{
	font-family:			myBRLNSRFont;
	font-size:				2.8vw;
	font-weight: 			100;
	text-shadow: 			2px 2px #fff;
	margin-top:				10vw;
	padding-top:			1vw;
}




/*======================================================================================================*/
/*																										*/
/*  CLASSES																								*/
/*																										*/
/*======================================================================================================*/

.titre_01{
	font-family:			myBRLNSRFont;
	font-size:				3.8vw;
	font-weight: 			100;
	text-shadow: 			2px 2px #fff;
	margin-top:				2vw;
	padding-top:			1vw;
}

.backgr_title{
	border-style:			solid;
	border-width:			2px;
	border-color:			#4C1B1B;
	border-radius: 			25px;
	background-color:		#fafafa;
}
