@CHARSET "UTF-8";

#header .title img {
	float: left;
	margin: 5px 10px 0px 0px;
	vertical-align: middle;
}
#header .menu-wrapper ul li a {
	margin-right: 30px;
}

#body .main {
	width: 961px;
}
	#body .content {
		padding: 0px;
		font-size: 1.1em;
		line-height: 25px;
	}
		#body .content .intro {
			background-color: #e7f3fb;
			padding: 20px;
		}
			#body .content .intro h1 {
				color: black;
				margin-bottom: 5px;
				padding: 0;
			}
			#body .content .intro h2 {
				font-size: 1.2em;
				margin: 0;
				margin-bottom: 15px;
				padding: 0;
			}
			#body .content .intro .screenshot {
				float: right;
				margin-left: 20px;
			}
				#body .content .intro .screenshot img {
					border: 1px solid #000;
				}
				#body .content .intro .screenshot .legend {
					text-align: right;
				}
		#body .content .inscription {
			background: #98ccfd;
			color: #fff;
			display: block;
			font-size: 1.3em;
			margin-bottom: 20px;
			padding: 10px;
			text-align: center;
		}
		#body .content h1 {
			padding: 10px;
		}
		#body .content h2 {
			font-size: 1.2em;
			padding: 10px;
			padding-bottom: 0px;
			margin: 0;
		}
		#body .content p {
			margin: 0px;
			padding: 10px;
		}
		#body .content p span.temoignage {
			background: #ebffe6;
			border: 2px solid #538c46;
			display: block;
			margin: 0px 30px 0px 30px;
			padding: 10px 20px 10px 20px;
		}
			#body .content p span.temoignage span {
				display: block;
				font-style: italic;
				text-align: right;
				width: 100%;
			}
