/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #888;
        margin-left :20px;
	margin-right : 30px;
        margin-top : 20px;
}
a {
	text-decoration : none;
	color : #7bc963;
}
a:visited {
	text-decoration : none;
	color : #7bc963;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #7bc963;
	margin-left :20px;
	margin-top : 20px;
}

#liens a{
	text-decoration : none;
	position : absolute;
	left : 650px;
	font-size : 12px;	
	color : #555;	
}

div#footerwrap {
        width:100%;
        position:absolute;
        bottom:0;
        height:20px;
        background-color: #BBB;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
}
body>div#footerwrap {
        position:fixed;
}
div#footer{
        margin-right : 10px;
        text-align:right;
        font-size : 12px;
        color : black;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}

#footer a{
        color : black;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #7bc963;
	margin-left:220px;
	margin-top : 40px;
		
}

#reference {
        font-family: Arial, Helvetica, sans-serif;
        font-size : 13px;
        color : #7bc963;
        text-align : right;
        margin-right:30px;
        margin-top : 40px;

}

#signature {
        font-family: Arial, Helvetica, sans-serif;
        font-size : 13px;
        color : #555;
	text-align : right;
        margin-right : 100px;
        margin-top : 20px;
}
#version {
	font-family: Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #555;
        margin-left : 100px;
        margin-top : 60px;
	margin-bottom : 20px;
}
li { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #7bc963;
	margin-left :120px;
	margin-top : 40px;
		
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #888;
	margin-left : 120px;
	
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #555;
	margin-bottom: 5pt;
	margin-left : 120px;
}
#lire {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #7bc963;
	margin-bottom: 5pt;
	margin-left : 450px;
}
#lien_lire{
	position : absolute;
	left : 800px;
}
