body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}

div, span, p, a, img, form, h1, h2, h3, h4, h5, h6, blockquote, hr, pre, button {
	border: 0;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	top: 0;
}

a {
	color: #be1c22;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

#smooth{
	width: 396px;
	height: 319px;
	border: 2px solid #498ec3;
	background-color: #FFF;
}
	#smooth .close{
		width: 396px;
		text-align: right;
	}
	
	#smooth .close a{
		padding-right: 10px;
		background: url(../img/global/smooth_close.gif) no-repeat right 4px;
		margin-right: 10px;
	}
	
	.smooth_content p,
	.smooth_content div{
		padding: 0;
		margin: 0;
	}
	
	.smooth_content{
		padding: 10px;
	}
	
	.smooth_content .titre{
		color: #999999;
		font-size: 1.3em;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	
	.smooth_content .copyright{
		color: #999999;
		font-size: 0.9em;
		margin-bottom: 4px;
	}
	
	.smooth_content .infos{
		color: #498ec3;
		font-size: 1.2em;
	}
	
	.smooth_content .citation{
		float: left;
		margin-right: 4px;
		width: 16px;
		height: 12px;
	}
	
	.smooth_content .navigation{
		width: 380px;
		height: 34px;
		line-height: 34px;
		background: url(../img/global/smooth_navigation.gif) repeat-x top left;
		margin : 15px 0 0 0;
	}
	
	/* etoile */
	.smooth_content .etoile {
		background-position:right;
		background-repeat: no-repeat;
		line-height:10px;
		height:10px;
		width:100px;
		display:block;
		float:right;
	}

	.smooth_content .pcltb-etoiles1 {
		background-image: url(../img/global/temoignages_etoile_1.gif);
	}
	.smooth_content .pcltb-etoiles2 {
		background-image: url(../img/global/temoignages_etoile_2.gif);
	}
	.smooth_content .pcltb-etoiles3 {
		background-image: url(../img/global/temoignages_etoile_3.gif);
	}
	.smooth_content .pcltb-etoiles4 {
		background-image: url(../img/global/temoignages_etoile_4.gif);
	}
	.smooth_content .pcltb-etoiles5 {
		background-image: url(../img/global/temoignages_etoile_5.gif);
	}
	/* etoile */
	
	.navigation .prev{
		float: left;
		height: 33px;
		line-height: 33px;
		margin: 0 10px;
		display: inline;
		width: 65px;
	}
	
	.navigation .prev a{
		padding-left: 16px;
		background: url(../img/global/landing/landing_nav_prev.gif) no-repeat left 2px;
	}
	
	.navigation .prev a.invisible{
		display:none;
	}
	
	.navigation .links{
		float: left;
		height: 33px;
		line-height: 33px;
		width: 210px;
		text-align: center;
	}
	
		.navigation .links a{
			width: 12px;
			height: 33px;
			display: inline;
			text-align: center;
			padding: 11px 1px;
		}
		
		.navigation .links a:hover{
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
		
		.navigation .links a.select{
			background: url(../img/global/landing/landing_nav_select.gif) no-repeat top center;
			color: #000;
			font-weight: bold;
		}
	
	.navigation .next{
		float: left;
		height: 33px;
		line-height: 33px;
		margin: 0 10px;
		display: inline;
	}
	
	.navigation .next a{
		padding-right: 16px;
		background: url(../img/global/landing/landing_nav_next.gif) no-repeat right 2px;
	}
	
	.navigation .next a.invisible{
		display:none;
	}


