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

body{
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}



p {font-size : 11px; line-height : 15px; color : #888; margin: 0px 0px 0px 120px; padding-bottom: 6px;}

a{
	text-decoration : none;
	color : #333333;
}

#title {
        font-size : 20px;
        color : #fd8f00;
        margin-left :20px;
        margin-top : 20px;
}
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;
}
#liens a{
	text-decoration : none;
        position : absolute;
        left : 650px;
        font-size : 12px;
        color : #555;
}

/* Text Styles */

h1 { 
	font-size : 13px;
	color : #fd8f00;
	margin-left :220px;
	margin-top : 40px;
		
}

h2 {
	font-size : 11px;
	color : #fd8f00;
	margin-left : 80px;
	display:inline;
}

h3 {
	font-size : 11px;
	color : #838383;
	margin-left : 100px;
	margin-top : 30px;

}
