/* page d'accueil */
body{
	font-family: arial;
	font-size: 12px;
	color: #e33b3b;
	background: #FFFFFF url("../../images/background.jpg") scroll center top no-repeat ;
	text-align:center;
	margin: auto; 
}

#page{
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	/*margin-top: -10px;*/
}

#header{
	width:970px;
	height:181px;
	float:left;
	text-align:left;
	margin:0px;
}

#flash-content{
	width:970px;
	height:654px;
	margin-top:-34px;
	float:left;
	text-align:center;
	background-image: url("../../images/background-zone.jpg");
	
}

#flash-content-fashion{
	width:970px;
	height:654px;
	margin-top:-34px;
	float:left;
	text-align:center;
	
}

#flash-content-personal{
	width:970px;
	height:654px;
	margin-top:-34px;
	float:left;
	text-align:center;
	
}

#flash-content-webdesign{
	width:970px;
	height:654px;
	margin-top:-34px;
	float:left;
	text-align:center;
	
}

#flash-content-project{
	width:970px;
	height:654px;
	margin-top:-34px;
	float:left;
	text-align:center;
	
}

#footer{
	width:970px;
	float:left;
	font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;
}

/* CSS Globale */
ul{
	display:inline;
	margin:0px;
	padding:0px;
}

li{
	display:inline;
	margin-right:-4px;
	padding:0px;
	list-style-type: none;
}

a, a:visited{
	color: #646464;	
	text-decoration: none;
	margin:0px;
	padding:0px;
	border:0px;
}

a:hover{
	color: #fff;
	text-decoration: none;
	margin:0px;
	padding:0px;
	border:0px;
}

img{
	border:0px;
}


	
