/* ----------------------------------------------------------------------------------------------- */
/*                                       DAWA PROD                                                 */
/* ----------------------------------------------------------------------------------------------- */

/* --------------------------------------B l o c s-------------------------------------------------*/
body{
	font: 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:black;
	
}
#cont{
	position:absolute;
	width:640px;
	height:480px;
	left:50%;
	top:30px;
	margin-left: -320px;
	background:black;
	border-width: 1px;
}
#menu{
	width:160px;
	float:left;
	padding-left:0px;
	background-image:url(./images/menuback.gif);;
	height:480px;
	z-index: 1;
}
#main{
    	position:absolute;
	width: 480px;
	height: 330px;
	float: right;
	padding: 0px;
	overflow:auto;
	background-image:url(./images/mainback.gif);
	z-index: 1;
	top:150px;
	left:160px;

}

#baniere{
	position:absolute;
	height: 150px;
	width: 480px;
	float:right;
	border-width: 0px;
	background-image:url(./images/banback.gif);
	left:160px;
}

#texte{
	position:absolute;
	top:188px;
	left:210px;
	width:401px;
	height:249px;
	margin:0px;
	z-index: 1;
}

#js{
	position:absolute;
	left:16px;
	width:360px;
	background-image:none;
}




	

/* --------------------------------------------- Style ---------------------------------------------*/


#texte a{
	color:#FFFFFF;
	}


#texte p{
	color: white;
	}
	
#main h1{
	color:#29649E;
	text-align: left;
}
#baniere h1{
	color:white;
	text-align: center;
}
#menu img{
	margin-left: 0px;
	border-style: none;
	border-width: 0px;
}
