body { 
	color : #ffffff ;
	background-color: #ef9a00 ; 
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif ; 
	font-weight: normal ;
	font-size:  100% ; 
}

body.schat {
	font-size:  80% ; 
	color : #000000 ; background-color: #ee7e07 ;
	margin: 1px ; 
	overflow: hidden ; height: 100% ;

}

body.uchat {
	font-size:  80% ; 
	color : #000000 ; background-color: #5a394a ;
	margin: 1px ; 
	overflow: hidden ; height: 100% ;

}

div.marginl {
	width: 15% ; height: 100% ;
	position: absolute ; left: 0px ; top: 0px ;
	background-image: url('images/banner_left.png') ; 
	background-position: top left ;
	background-repeat: repeat-y ; 
}

div.marginr {
	width: 15% ; height: 100% ;
	position: absolute ; right: 0px ; top: 0px ;
	background-image: url('images/banner_right.png') ; 
	background-position: top right ;
	background-repeat: repeat-y ; 
}

iframe { 
	width: 70% ; height: 80% ;
	margin-top: 40px ; margin-left: auto ; margin-right: auto ;
	overflow: auto ; 
	padding: 5px ; 
	-moz-border-radius: 20px ; 
	border-style: groove ; border-color: #344994 ; 
}

iframe.inbox { 
	background-color: #ce6921 ; 
	border-style: groove ; border-color: #ffd000 ; 
}

iframe.chat1 { 
	background-color: #ee7e07 ; 
}

iframe.chat2 { 
	background-color: #000000 ; 
}

iframe.chat3 { 
	background-color: #192063 ; 
}

iframe.chatters { 
	background-color: #aa0f0f ;
}

iframe.error { 
	background-color: #000000 ; 
}


/* video appel Bayrou - forum */ 

body.videob {
	color : #000000 ; background-color: #ec5c13 ; 
	margin: 0px ; padding: 0px ; 
}

table.videob {
	color : #000000 ; background-color: #ec5c13 ; 
	width: 100% ; height: 100% 
	margin-left: auto ; margin-right: auto ;
	padding: 0px ; 
	background-image: url('images/appelbayrou.jpg') ; 
	background-position: center top  ; background-repeat: no-repeat ; 
}

td.videob { 
	height: 95% ;
	font-size: 12em ;
}

td.videoblegende { 
	padding-top: 5px ;
	text-align: center ;
	font-size: 10px ;
	color: #ffffff ;
}

td.videob a { display: block ; text-decoration: none }

