/* CSS Document */

/* CSS FOR 'FREEAPP' SECTION */



/* CONTENT */

/* Content Title */
h2 {
	color:#06A6CE;
	border-bottom-color: #06A6CE;
}

/* sous-titres */
.subtitle {
	color:#06A6CE;
	background: url(arrow_freeapp.gif) no-repeat left 0;
	padding:5px 0 10px 30px;
	margin:20px 15px 0 0;
	font-weight: bold;
}
/* source code source, in help pages */
.codesource {
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-left: 10px;
	padding: 2px;
	line-height: 200%;
}

/* free apps pages */
.freeapp_presentation {
	background: #F4F4F4;
	border: 1px solid #06A6CE;
	margin:40px 30px 5px 30px;
	text-align:justify;
	padding: 4px;
}
.freeapp_version {
	color:#333333;
	font-size:smaller;
	margin: 0 30px 30px 30px;
	text-align:center;
	padding: 1px;
}
.freeapp_download {
	margin: 0 30px;
	text-align:center;
	margin-bottom:30px;
}
.freeapp_sectiontitle {
	font-weight: bold;
	color: #06A6CE;
	background: #EEEEEE;
	padding: 5px 0 5px 20px;
	border: 1px solid #666666;
}
.freeapp_sectioncontent {
	margin: 20px 0px 40px 20px;
}
