* { border: 0px; }
		/*:focus { -moz-outline-style: none; }*/ /* must be active for usability issues */

		body {
		  background: #ffffff;
		}
		
		a.link {
			font-size: 12px;
			color: #0187c8;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration:none;
		}

		div#mondiv {
			position: absolute;
			width: 777px;        /* selon la largeur voulue */
			margin-left: -393px; /* moitie de width */
			left: 50%;           /* constant, toujours 50% */
			height: 173px;       /* selon la quantite de texte */
			margin-top: -50px;   /* moitie de height */
			top: 50%;            /* constant, toujours 50% */  
			background-image:url('/main/assets/images/language/banner_lang.jpg');
			background-repeat:no-repeat;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		.txt {
			padding-left:120px;
			padding-top:70px;
		}
		
		.pipe {
			font-size: 12px;
			color: #0187c8;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration:none;
			padding-left:20px;
			padding-right:20px;
		}