@charset "utf-8";
/* CSS Document */
body {
height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#gauche{
background-image: url(../images/fond_portfolio.jpg);
	background-repeat: no-repeat;
	
	background-color:#333;
float:left;
width:15%;
height:100%;
}

#droite{
background-image: url(../images/fond_portfolio_flash.jpg);
background-repeat: no-repeat;
background-color:#333;
float:right;
width:85%;
height:100%;
}

	html {
		height: 100%;
		overflow: hidden;
	}
	body {
	
		margin: 0;
		padding: 0;
		font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color:#ccc;
	}	
	#sidebar_haut{
margin-top:-10px;
padding:0px;
background-color:#000;
height:35px;

}

#sidebar_haut li{
margin-top:10px;
display:inline;
float:left;
text-align:center;
vertical-align:middle;
}
a:link{
border:0px;
text-decoration: none;
color:#3399FF;
}
a:hover{
text-decoration:underline;

}
a{
border:0px;
text-decoration: none;
}