/* DJP css
*
* Yome -- 2006
*
* Guillaume Chata (c)
*
* For EasyCommOne
*
*/

/* Basic elements */

body
{ 
	background 	: #131514 url(../images/background.jpg) top left repeat-y;
	font-size 	: 11pt;
	font-family : Arial, Helvetica, Sans-Serif;
	color 		: #000000;
	padding 	: 0px;
	margin 		: 0px;
}

* {
	margin 		: 0px;
	border 		: 0px;
}

#main {
	background 		: transparent; /*url(../images/bgr_bot.jpg) top repeat-y;*/
	width 			: 766px;
	height 			: 100%;
	padding 		: 0px;
	margin			: 0px auto;
	clear: both;
	
}

#left {
	background : transparent url(../images/rez_left.jpg) top right repeat-x;
	float : left;
	width : 100%;
}

#right {
	background : #484949 url(../images/rez_right.jpg) top left repeat-x;
	float : right;
	width : 100%;
}

#flash * {
	background 	: transparent;
	width 		: 766px;
	height 		: 750px;
	clear 		: both;
}
