* {

	margin : 0 ;
	
	padding : 0 ;

}

html ,

body {

	background-color : #fafafa ;
	
	width : 100% ;

	height : 100% ;
	
	text-align : center ;
	
	font-family : Arial , sans-serif ;
	
	font-size : 11px ;

}

a {

	text-decoration : none ;
	
	color : #000 ;

}

a img {

	border : 0 ;

}

ul {

	list-style-type : none ;

}

.hidden {

	display : none ;

}

#main {

	text-align : justify ;

	width : 1010px ;

	height : 713px ;

	margin-left : auto ;

	margin-right : auto ;
	
	padding : 0 24px 24px 0px ;

	background-color : #fff ;

}

#logo {

	position : relative ;

	top : 65px ;

	left : 46px ;
	
	height : 80px ;

	width : 400px ;

}

#logo a {

	display : block ;
	
	height : 80px ;
	
	width : 400px ;

}

#gauche {

	height : 713px ;

	width : 495px ;
	
	float : left ;

}

#droite {

	height : 713px ;

	width : 515px ;

	float : left ;

}
