/* redefine general values */
*
{
	color: black;
	font-family: verdana;
	font-size: 12px;

	margin: 0px;
	padding: 0px;
}

/* set background-color */
html
{
	background-color: #fff;
}

/* define normal image presentation */
img
{
	border: 0;
}

body
{
	width: 800px;
	margin: auto;
	margin-bottom: 20px;
}

/* define normal apparence of links */
a
{
	color: #f7941d;
}
a:hover { color: #333; }

p
{
	text-indent: 30px;
	color: #3c475b;
	line-height: 150%;
	margin: 10px 0 10px 0;
	text-align: justify;
}

h1
{
	color: #3c475b;
	font-size: 160%;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

h3
{
	color: #3c475b;
	font-weight: normal;
	font-style: italic;
	margin: -20px 0 20px 30px;
}

h2
{
	color: #3c475b;
}

hr
{
	margin: 20px 0 0 0;
	color: #3c475b;
	border: 1px solid #3c475b;
}

.liste li
{
	color: #3c475b;
	margin-left: 20px;
	margin-bottom: 8px;
}

.liste li a
{
	color: #f7941d;
}

.synopsis
{
	font-style: italic;
}

.preview
{
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #5175B7;
}

.deco
{
	margin: -20px 0 20px 0;
	font-style: italic;
}

.app_compat ul {
    list-style: none;
    margin: .5em 0;
    padding: 0 0 0 1em;
}
.app_compat .appicon {
    vertical-align: middle;
    margin: 0 .5em 0 0;
}

.app_install {
    background-color: #dfd;
    border: 1px dashed #bdb;
    margin: 1em;
    padding: .5em;
}

.install-button,
p.install-button {
    width: 230px;
    margin: 0;
	text-indent: 0;
}

span.install-button-text {
    padding-right: 30px;
	text-align: left;
}

.install-button a:link span.install-green-button,
.install-button a:visited span.install-green-button,
.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(../img/install-button.png) no-repeat bottom left;
    display: block;
    min-height: 20px;
    padding: 10px;
} 
* html .install-button a:link span.install-green-button,
* html .install-button a:visited span.install-green-button,
* html .install-button a:hover span.install-green-button,
* html .install-button a:active span.install-green-button { height: 20px; }

.install-button a:link,
.install-button a:visited,
.install-button a:hover,
.install-button a:active {
    background: #a8ed2d url(../img/install-button.png) no-repeat top left;
    display: block;
    color: #005825;
    text-decoration: none;
}

.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(../img/install-button.png) no-repeat bottom right;
}

.install-button a:hover,
.install-button a:active {
    background: #89dc29 url(../img/install-button.png) no-repeat top right;
    color: #000;
    cursor: pointer;
}

.ul_titre
{
	margin: 20px 0 10px 0;
}

.footer
{
	margin-top: 40px;
	color: #888;
	text-align: center;
    font-size: smaller;
}

.i
{
	font-style: italic;
}

#conv_result
{
    display: none;
}
