@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#daf3fc;
	color:#000000;
}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
}

.application-title {
}

.application-title h2 {
	border-bottom:solid black thin;
}

.clear-left {
	clear:left;
}

.versions table { 
	border-collapse:collapse;
}

.versions th {
	padding: 3px;
	background-color:#A4C639;
	color:white;
}

.versions td {
	padding:3px;
	font-size:90%;
}

.versions a:link {
	color: #FFFFFF
}

.versions a:visited {
	color: #FFFFFF
}



a:link {
	color: #637823
}
a:visited {
	color: #A4C639
}

#applications {
	margin-left:20px;
	margin-right:20px;
}



.screenshot {
	padding: 3px;
	float: left;
}

.screenshot img {
	width:320px;
	height:480px;

}

.screenshot_milestone img{
	width:320px;
	height:570px;

}

.screenshot-bottom {
	clear:left;
}

.commentaires {
	padding-top:20px;
}

#contact {
	font-style:italic;
	font-size:80%;
}


