@charset "utf-8";

/* REGLAMENTATION TEXT */

#reglementation_container{
	width:670px;
	height:384px;
	position:absolute;
	display:block;
	left:150px;
	top:36px;	
	font-size: 12px;
	line-height: 14px;
}
#reglementation_container h2{
	background-image: url(../images/general/title_bg_blue.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 14px;
	width: 226px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.left_column{
	float:left;
	width:325px;
}
.right_column{
	float:right;
	width:320px;
}

/* REGLAMENTATION CONTACT */
#reglementation_contact{
	left:830px;
	width:256px;
	position:absolute;
	top:36px;
	height:	389px;
}
#reglementation_logo a{
	background-image: url(../images/general/logo_paranuisible_small.png);
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	width: 118px;	
	position:absolute;
	left:10px;
	top:55px;	
	text-indent:-9999999px;
}
#reglementation_accueilBtn a{
	background-image: url(../images/general/accueil_btn.png);
	display: block;
	height: 156px;
	width: 156px;	
	position:absolute;
	left:0px;
	top:125px;	
	text-indent:-9999999px;
}
