
div {
	text-align  : left;
	font-family : arial;
	font-size   : 10pt;
}

div#main_container {
	width  : 1067px;
	height : 100%;
	margin-left: auto;
    margin-right: auto;
}

div#left_column {
	float  : left;
	width  : 265;
	height : 600px;
	margin-bottom : 2px;
	background : url(layout/pierrick1.jpg);
}

div#bulle {
	width  : 100%;
	float:left;
	//position : relative;
	//top : -10px;
	//left : 0px;
	background-color : #FFFFFF;
}

div#div_flash {
	float  : right;
	width  : 800px;
	height : 600px;
	margin-bottom : 2px;
	//background-color : #333333;
	background : url(layout/fond.jpg);
}

div#flash_anim {
	//position:absolute;
	//top:5px;
	//left:205px;
}

div#page_footer {
	clear   : both;
	width   : 1067px;
	height  : 25px;
	background : url(layout/foot.gif);
}

.top_left, .top_right, .bottom_left, .bottom_right {
	height : 10px;
	width  : 10px;
	
	font-size : 1px;
}

.top_left {
	float      : left;
	position   : relative;
	top        : 0px;
	background : url(layout/top_left.gif) no-repeat top left;
}

.top_right {
	float      : right;
	position   : relative;
	top        : 0px;
	background : url(layout/top_right.gif) no-repeat top right;
}

.bottom_left {
	float      : left;
	position   : relative;
	bottom     : 0px;
	background : url(layout/bottom_left.gif) no-repeat bottom left;
}

.bottom_right {
	float      : right;
	position   : relative;
	bottom     : 0px;
	background : url(layout/bottom_right.gif) no-repeat bottom right;
}

.contenu {
	//width					: 100%;
	//float         : left;
	padding-left  : 5px;
	padding-right : 5px;
}
