/* CSS Document */

/* Général */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #454545;
}
/*body.liveblanc {*/
body {
	background-image: url(images/bg-home-blanc.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-position: top;
}
img{
	behavior: url(/js/iepngfix/iepngfix.php);
	}

p {
	margin: 0 0 10px 0;
}



a {
	color: #000000;
	text-decoration: none;
}
a:hover {color: #5bac26;
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 10px 0;
}
h2 {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 10px 0;
}
h3 {
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 2px 0;
}

.clear {
	clear: both;
}


/* Bloc global */
#contener {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 100%;
	overflow: hidden;
	height: 125px;
	padding: 24px 0 0 0;
}
	/* Logo */
	#logo {
		float: left;
		width: 166px;
		margin: 0 32px;
		padding: 0;
	}
	
	/* Menu principal */
	#menu-principal {
		float: left;
		width: 500px;
		text-align: center;
		/*
		padding: 76px 0 0 0;
		*/
		padding-top:40px;
		/*
		font: normal 15px Tahoma, Arial, Helvetica, sans-serif;
		*/
		font-size:20px;
		line-height: 18px;
	}
	#menu-principal a {
		padding: 0 20px;
		color: #454545;
		text-decoration: none;
	}
	#menu-principal a:hover, #menu-principal a.current {
		color:#5bac26;
	}
	
	#menu-principal #submainnav-nsbrand,
	#menu-principal #submainnav-nsb4u,
	#menu-principal #submainnav-nsblive {
		height: 15px;
		position: absolute;
		font-size: 11px;
		line-height: 15px;
		color: #454545;
		margin-top: 22px;
		display: none;
	}

	#menu-principal #submainnav-nsbrand {
		margin-left: 83px;
	}
	#menu-principal #submainnav-nsb4u {
		margin-left: 219px;
	}
	#menu-principal #submainnav-nsblive {
		margin-left: 340px;
	}

	
	/* Information */
	#information {
		margin: 0 32px 0 781px;
	}
	
		
	#information div {
		height: 20px;
		margin-top: 12px;
	}
	#information a {
		color: #454545;
	}
	#information a:hover, #information a:focus, #information a.current{
		font-weight: bold; color:#454545; text-decoration:none; 
	}
	#search input {
		width: 178px;
		padding: 0;
		margin : 0;
		font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 15px;
	}

/* Centre */
#centre {
	width: 100%;
	overflow: hidden;
	padding: 22px 0 22px 0;
}

	/* Navigation */
	#navigation {
		float: left;
		width: 166px;
		margin: 0 32px;
		color: #5bac26;
		font-weight: bold;
	}
	#navigation ul a {
		text-decoration: none;
	}
	#navigation ul {
		margin: 6px 0 16px 0;
		padding: 0 0 0 15px;
		list-style: square;
	}
	#navigation li {
		color: #5bac26;
	}
	#navigation li.subnav {
		color: #5bac26;
		list-style: none;
		margin-top:0px;
	}
* #navigation li.subnav {
	_margin-top: -16px;
	}
*+html #navigation li.subnav {
	margin-top: -16px;
	}
	
	#navigation li.subnav ul {
		list-style: none;
		margin: 0;
		padding-left: 11px;
	}
	#navigation li.subnav ul li {
	}

	#navigation ul a {
		height: 1%;
		text-decoration: none;
		color: #454545;
		font-weight: normal;
	}


	#navigation a {
	color:#5BAC26;
	}

	#navigation ul a:hover, #navigation a.current, #navigation a:focus {
		font-weight: bold;
	}

	/* Content */
	#content {
		float: left;
		width: 500px;
	}
	
	
	
	
	#content a {
		color: #000000;text-decoration: none;
	}
	#content a:hover {
		color: #5BAC26;text-decoration: none;
	}
	#content h1 {
		font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 20px;
		margin: 0 0 10px 0;color:#000000;
	}
	
	#content h2 {
		font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	
	
	#content ul {
		margin: 20px 0 0 0;
		padding: 0px 0 0 15px; 
	}
	
	
	#content li {
		margin: 0 20px 10px 20px; list-style-image:url('images/puce-454545.gif');
		}
	
	
		
	/* Breadcrumbs */
	#breadcrumbs {
		height: 18px;
		padding: 0 0 25px 0;
		color: #707173;
	}
	#breadcrumbs a {
		text-decoration: none;
		color: #707173;
	}
	#breadcrumbs a:hover {
		text-decoration: underline;color: #707173;
	}
	
	/* News */
	#news {
		margin: 0 32px 0 781px;
	}
	* html #news {
		margin-right: -3px ; /* bug IE6 */
	}
	.separator {
		padding: 25px 0;
	}
	.news {
		font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 16px;
	}
	.news h1 {
		font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 18px;
		margin: 0 0 5px 0;
	}
	.news h2 {
		font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 16px;
		margin: 14px 0 5px 0;
	}
	.news a {
		text-decoration: none;
		color: #000000;
	}
	.news a:hover {
		text-decoration: none;
		color: #5BAC26;
	}
	
	
	#news li {
		margin: 0 0 0 0px;
		padding: 0 0 0 0px
	}
	
	#news ul {
		margin: 0 0 0 0px;
		padding: 10px 0 0 15px;
	}
	


	/* blog */
	div.blogdatabox {
		padding: 15px 0 65px 0;
		color: #454545;
	}
	div.blogsubtitle {
		font-size: 13px;
		line-height: 18px;
		color: #454545;
		padding-top: 7px;
	}
	div.blogdatabox div.blogcol1 {
		float: left;
		width: 235px;
	}
	div.blogdatabox div.blogcol2 {
		float: left;
		width: 235px;
		padding-left: 30px;
	}
	div.blogdatabox div.blogdate {
		font-weight: normal;
		font-size: 11px;
		line-height: 18px;
	}
	div.blogdatabox div.blogtitre {		
		font-size: 16px;
		line-height: 20px;

		padding-bottom: 10px;
	}
	div.blogdatabox div.blogtext {
		font-size: 13px;
		line-height: 18px;
	}

	/* newsletter */

	div.nlbtabobox {
		padding-top: 0px;
		padding-bottom: 8px;
		text-align: right;
		clear: both;
		padding-right: 10px;
	}
	#content div.nlbtabobox a.btnlabo {
		background-image: url(images/bt-pommes3.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		display: block;
		height: 36px;
		width: 439px;
		background-repeat: no-repeat;
		background-position: top right;
		outline: none;
		text-align: right;
		padding-right: 51px;
		padding-top: 9px;
		font-size: 11px;
	}

	#content div.nlbtabobox a.btnlabo:hover {
		background-position: center right;
	}
	#content div.nlbtabobox a.btnlabo:active {
		background-position: bottom right;
	}

	div.pommes {
		font-size: 16px;
		padding-bottom: 32px;
	}
	a.btsabonner1 {
		display: block;
		height: 26px;
		width: 94px;
		background-image: url(images/bt-sabonner1.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		background-repeat: no-repeat;
		background-position: top;
		outline: none;
	}
	a.btsabonner1:hover {
		background-position: 0 -26px;
	}
	a.btsabonner1:active {
		background-position: bottom;
	}

	div.nldatabox {
		padding-bottom: 30px;
	}
	div.nldatabox div.nlimg {
		width: 118px;
		float: left;
	}
	div.nldatabox div.nlimg img {
		border: 1px solid #d7d9da;
	}
	div.nldatabox div.nltext {
		width: 381px;
		float: left;
		
		color: #454545;
		font-size: 13px;
		line-height: 18px;
	}
	div.nldatabox div.nltext a {
		font-size: 13px;
		line-height: 18px;
	}
	div.nldatabox div.nltitre {
		font-size: 13px;
	}
	div.nldatabox div.nltitre a {
		font-weight: bold;
	}


	/* icj */
	div.icjimg {
		padding-bottom: 4px;
		padding-right: 7px;
		padding-top: 3px;
		float: left;
	}
	div.icjtext {
		color: #454545;
		font-size: 13px;
		line-height: 18px;

		text-align: justify;
	}

	div.icjcontactbox {
		float: right;
		padding-top: 8px;
		padding-bottom: 30px;
	}

	#icjcontact {
		background-image: url(images/bt-nsb3.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		display: block;
		height: 36px;
		width: 83px;
		background-repeat: no-repeat;
		background-position: top right;
		outline: none;

		color: #bbbbbb;
		font-size: 11px;
		padding-right: 50px;
		padding-top: 9px;

		text-align: right;
	}
	#icjcontact:hover {
		background-position: center right;
		color: #fff;
	}
	#icjcontact:active {
		background-position: bottom right;
	}


	div#poprencontre2 {
		background-image: url(images/bg-rencontre2.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		background-repeat: no-repeat;
		width: 402px;
		height: 307px;
		color: #fff;

		display: none;
	}
	div#poprencontre2 div.close {
		float: right;
		padding-top: 8px;
		padding-right: 10px;
		cursor: pointer;
	}
	div#poprencontre2 div.titre {
		padding-top: 40px;
		padding-left: 45px;
		padding-right: 30px;
		font-size: 12px;
		color: #bbbbbb;
		line-height: 15px;
		text-align: justify;
	}
	div#poprencontre2 div.titre h1 {
		padding: 0;
		margin: 0;
		font-size: 16px;
		font-weight: normal;
		padding-bottom: 5px;
		color: #fff;
	}
	div#poprencontre2 div.contactform {
		padding-top: 22px;
		padding-left: 45px;
	}
	div#poprencontre2 div.contactform .label {
		text-align: right;

	}
	div#poprencontre2 div.contactform input {
		font-size: 11px;
		width: 220px;
	}



	/* reseau sociaux */
	div.reseautoptitre {
		font-size: 13px;
		line-height: 18px;
		color: #454545;
		padding-bottom: 30px;
	}

	div.reseautitre {
		font-size: 21px;
	}
	div.reseautitre img {
		vertical-align: middle;
		padding-right: 0px;
	}

	div.reseautopvidbox {
		padding-top: 8px;
		padding-bottom: 22px;
		font-size: 16px;
	}

	div.youtubevidlist {
		padding-bottom: 26px;
	}
	div.youtubevidbox {
		background-image: url(images/bg-vid-youtube.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		background-repeat: no-repeat;
		background-position: left top;

		width: 153px;
		height: 182px;
		float: left;
		padding-right: 20px;
	}
	div.lastvidbox {
		padding-right: 0px;
	}

	#content div.youtubevidbox div.vidimg {
		padding-left: 4px;
		padding-top: 15px;
	}
	#content div.youtubevidbox div.vidtitre {
		padding-left: 9px;
		padding-top: 6px;
		color: #bbbbbb;
		font-size: 11px;
	}
	#content div.youtubevidbox div.vidtitre a {
		color: #bbbbbb;
		font-size: 11px;
	}

	div.twitterdatabox {
		padding-top: 14px;
		padding-bottom: 28px;
		color: #454545;
		font-size: 13px;
		line-height: 18px;
	}

	div.twittercol1 {
		float: left;
		width: 240px;
		padding-right: 20px;
	}
	div.twittercol2 {
		float: left;
		width: 240px;
	}
	div.twittertitre {
		font-size: 16px;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	div.twitterdate {
		color: #454545;
		font-size: 11px;
		padding-bottom: 15px;
	}
		span.twitterdate {
		color: #454545;
		font-size: 11px;
		padding-bottom: 15px;
	}


	/* actu */
	.btactubox1 {
		float: left;
		width: 26px;
		height: 26px;
	}
	.btactubox2 {
		float: left;
		width: 30px;
		height: 30px;
		margin-top: -2px;
	}

	#btactufirst {
		background-image: url(images/bt-actufirst.png);
		behavior: url(/js/iepngfix/iepngfix.php);
	}
	#btactuprev {
		background-image: url(images/bt-actuprev.png);
		behavior: url(/js/iepngfix/iepngfix.php);
	}
	#btactulist {
		background-image: url(images/bt-actulist.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		height: 30px;
		width: 30px;
	}
	#btactunext {
		background-image: url(images/bt-actunext.png);
		behavior: url(/js/iepngfix/iepngfix.php);
	}
	#btactulast {
		background-image: url(images/bt-actulast.png);
		behavior: url(/js/iepngfix/iepngfix.php);
	}

	.btactubox {
		display: block;
		height: 26px;
		width: 26px;
		background-repeat: no-repeat;
		background-position: left top;
		outline: none;
	}
	.btactubox:hover {
		background-position: left center;
	}
	.btactubox:active {
		background-position: left bottom;
	}

	
	.btacturssbox {
		float: right;
		padding-top: 11px;
	}
	.btacturss {
		background-image: url(images/bt-rss.png);
		behavior: url(/js/iepngfix/iepngfix.php);
		display: block;
		height: 23px;
		background-repeat: no-repeat;
		background-position: right top;
		outline: none;
		width: 141px;
		color: #454545;
		font-size: 11px;
		padding-right: 25px;
		text-align:right;
	}
	.btacturss:hover {
		background-position: right center;
	}
	.btacturss:active {
		background-position: right bottom;
	}


	div.actursstitre {
	}
	div.actursstitre div {
		margin-left: 24px;
		margin-bottom: 23px;
		padding-left: 2px;
		padding-top: 0px;
		padding-bottom: 1px;
		border-bottom: 1px solid #d7d9da;
		font-weight: bold;
	}
	img.actupictorss {
		float: left;
	}
	
	div.actudatabox {
		color: #454545;
		font-size: 12px;
		padding-bottom: 40px;
	}
	#content div.actudatabox a {
		text-decoration: none;
		color: #000;
	}
	#content div.actudatabox a:hover {
		text-decoration: none;
		color: #5bac26;
	}

	div.actuimgbox {
		float: left;
		padding-right: 15px;
	}
	div.actuimgbox img {
		border: 1px solid #d7d9da;
	}
	img.actuimg {
		border: 1px solid #d7d9da;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	div.actutitre {		
		font-size: 15px;
		padding-top: 0px;

	}
	div.actutitre span.actudate {
		font-size: 16px;
	}
	div.actutext {
		font-size: 13px;
		line-height: 18px;
		padding-top: 6px;
		padding-bottom: 5px;
		text-align: justify;
	}
	div.actutext a.actuplus {
		color: #454545;
		font-weight: bold;
	}

	div.actunav {
		height: 30px;
		padding-left: 185px;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	div.actunav2 {
		height: 30px;
		padding-left: 200px;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	div.actunav3 {
		height: 30px;
		padding-left: 200px;
	}
	div.actunav div.actuprec{
		float: left;
	}
	div.actunav div.actusuite {
		float: right;
	}

	div.actutextdetail {
		font-size: 13px;
		line-height: 18px;
		padding-top: 20px;
		padding-bottom: 16px;
		width:500px;
		text-align:justify;		
	}
	
	div.actutextdetail img{
	float:left;
	width:100px;
	margin-right:19px;
	margin-bottom:15px;
	}


	div.actudetailnav {
		padding-top: 45px;
		height: 23px;
		text-align: center;
	}
	div.actudetailnav div.actuprec{
		float: left;
		width: 23px;
		height: 23px;
		padding-left: 153px;
	}
	div.actudetailnav div.actusuite {
		float: left;
		width: 23px;
		height: 23px;
		padding-left: 9px;
	}
	div.actudetailnav div.actulist {
		float: left;
		width: 130px;
		height: 23px;
		padding-left: 9px;
	}
	#content div.actudetailnav div.actulist a {
		font-weight: bold;
	}


	/* bt suite / precedent */
	a.btsuite1,
	a.btprec1 {
		display: block;
		height: 23px;
		width: 23px;
		background-repeat: no-repeat;
		background-position: top;
		outline: none;
	}
	a.btsuite1 {
		background-image: url(images/bt-suite1.png);
	}
	a.btprec1 {
		background-image: url(images/bt-prec1.png);
	}
	a.btsuite1:hover,
	a.btprec1:hover {
		background-position: 0 -23px;
	}
	a.btsuite1:active,
	a.btprec1:active{
		background-position: bottom;
	}



/* Footer */
#footer {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #454545;
	padding: 0 10px;
}

/* Page contact */
#formcontact {
	margin: 25px 0;
}
#formcontact label {
	display: block;
	width: 120px;
	float: left;
	line-height: 18px;
}
#formcontact textarea {
	width: 400px;
	height: 100px;
}


/* popup */
div#popabo {
	background-image: url(images/bg-pop-abonl.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	width: 503px;
	height: 120px;
	display: none;
}
div#popabo div.close {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}
div#popabo div.aboform {
	padding-top: 52px;
	padding-left: 90px;
	color: #bbbbbb;
}
div#popabo div.aboform input {
	font-size: 11px;
	width: 185px;
}


a.btsabonner2 {
	display: block;
	height: 26px;
	width: 87px;
	background-image: url(images/bt-sabonner2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btsabonner2:hover {
	background-position: 0 -26px;
}
a.btsabonner2:active {
	background-position: bottom;
}

a.btsabonner3 {
	background-image: url(images/bt-pommes.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	display: block;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: top right;
	outline: none;
	text-align: right;
}

a.btsabonner3:hover {
	background-position: center right;
}
a.btsabonner3:active {
	background-position: bottom right;
}


a.btsuite2 {
	display: block;
	height: 22px;
	width: 25px;
	background-image: url(images/bt-suite2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btsuite2:hover {
	background-position: 0 -25px;
}
a.btsuite2:active {
	background-position: bottom;
}

a.btprec2 {
	display: block;
	height: 22px;
	width: 25px;
	background-image: url(images/bt-prec2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btprec2:hover {
	background-position: 0 -25px;
}
a.btprec2:active {
	background-position: bottom;
}


a.btrencontre1 {
	display: block;
	height: 52px;
	width: 90px;
	background-image: url(images/bt-rencontre1.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
	text-align:right;
}
a.btrencontre1:hover {
	background-position: 0 -52px;
}
a.btrencontre1:active {
	background-position: bottom;
}


a.btok1 {
	display: block;
	height: 26px;
	width: 87px;
	background-image: url(images/bt-ok1.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btok1:hover {
	background-position: 0 -26px;
}
a.btok1:active {
	background-position: bottom;
}




.aborettxt {
	padding-top: 49px;
	padding-left: 82px;
	color: #fff;
}
.lientwit a{
	color:#454545;
	}
	
.lientwit a:hover{
	color:#5bac26;
	}
	/*************************************************** popup ****************************************************/
div#popabo {
	background-image: url(images/bg-pop-abonl.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	width: 503px;
	height: 120px;
	display: none;
}
div#popabo div.close {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}
div#popabo div.aboform {
	padding-top: 52px;
	padding-left: 90px;
	color: #bbbbbb;
}
div#popabo div.aboform input {
	font-size: 11px;
	width: 185px;
}


a.btsabonner2 {
	display: block;
	height: 26px;
	width: 87px;
	background-image: url(images/bt-sabonner2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btsabonner2:hover {
	background-position: 0 -26px;
}
a.btsabonner2:active {
	background-position: bottom;
}

a.btsabonner3 {
	background-image: url(images/bt-pommes.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	display: block;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: top right;
	outline: none;
	text-align: right;
}

a.btsabonner3:hover {
	background-position: center right;
}
a.btsabonner3:active {
	background-position: bottom right;
}


a.btsuite2 {
	display: block;
	height: 22px;
	width: 25px;
	background-image: url(images/bt-suite2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btsuite2:hover {
	background-position: 0 -25px;
}
a.btsuite2:active {
	background-position: bottom;
}

a.btprec2 {
	display: block;
	height: 22px;
	width: 25px;
	background-image: url(images/bt-prec2.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btprec2:hover {
	background-position: 0 -25px;
}
a.btprec2:active {
	background-position: bottom;
}


a.btrencontre1 {
	display: block;
	height: 52px;
	width: 90px;
	background-image: url(images/bt-rencontre1.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	background-position: top;
	outline: none;
}
a.btrencontre1:hover {
	background-position: 0 -52px;
}
a.btrencontre1:active {
	background-position: bottom;
}





.aborettxt {
	padding-top: 49px;
	padding-left: 82px;
	color: #fff;
}
.lientwit a{
	color:#BBBBBBB;
	}
	
.lientwit a:hover{
	color:#FFF;
	}
	
/* popup */
div#poprencontre {
color:#bbbbbb;
}

div#poprencontre {
	background-image: url(images/bg-rencontre.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	width: 470px;
	height: 344px;
	display: none;
}
*html div#poprencontre {
	background-image: url(images/bg-rencontre.png);
	behavior: url(/js/iepngfix/iepngfix.php);
	background-repeat: no-repeat;
	width: 450px;
	display: none;
	height: 200px;
}

div#poprencontre div.close {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	cursor: pointer;
}
div#poprencontre div.titre {
	padding-top: 30px;
	padding-left: 22px;
	padding-right: 60px;
	font-size: 12px;
	color: #bbbbbb;
		line-height: 15px;
	text-align: justify;
}
div#poprencontre div.titre h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #fff;
}
div#poprencontre div.contactform {
	padding-top: 6px;
	padding-left: 45px;
}
*html div#poprencontre div.contactform {
	padding-top: 0px;
	padding-left: 20px;
}

div#poprencontre .tabrencontre td {
	padding-top: 9px;
}
div#poprencontre div.contactform .label {
	text-align: right;

}
div#poprencontre div.contactform input {
	font-size: 11px;
	width: 220px;
}

div#poprencontre div.NRrettxt {
	padding-left: 22px;
	padding-top: 35px;	
}

