body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color:#000099;
}

p
{
  color:#000099;
  font:Arial, Helvetica, sans-serif;
}

table {
	font-size:14px;
	color:#000099;
}

a:link
{
  color: #000099; 
  text-decoration:none;
}

a:visited
{
  color: #000099
  text-decoration:none;
}

a:active
{
  color: #000099
  text-decoration:none;
}

a:hover
{
  color: #000099;
  text-decoration:underline;
}

h1
{
  font-family: Arial, Helvetica, sans-serif;
  color: #009900;
}

h2
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000099
}

h3
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000099
}

h4
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000099
}

h5
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000099
}

h6
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000099
}

.style1
{
  font-family: Arial, Helvetica, sans-serif;
  color: red;
}

.petit
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
}

.message
{
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  background-color:#FF3300;
}

.cellules {
	background-color:#CCCCCC;
	border:dashed gray 1px;
	margin:0px;
	padding:4px;
	width:60px;
	height:40px;
}	
.ma_cellule {
	background-color:#FF0033;
	border:dashed gray 1px;
	margin:0px;
	padding:4px;
	width:60px;
	height:40px;
	cursor:move;
}	
.cellules_nd {
	background-color:#FFCC00;
	border:dashed gray 1px;
	margin:0px;
	padding:4px;
	width:60px;
	height:40px;
}	
.cellules_blk {
	background-color:#777777;
	border:dashed gray 1px;
	margin:0px;
	padding:4px;
	width:60px;
	height:40px;
}	
.badges {
	background-color:#FFF;
	border:dashed gray 1px;
	padding:0px;
	cursor:move;
}	
.membres {
}	
ul.contacts  {
        list-style-type: none;
        margin:0px;
        padding:0px;
        text-align: left;
}
ul.contacts li.selected { background-color: #ffb; cursor: pointer; }
li.contact {
		font-size:12px;
        list-style-type: none;
        display:block;
        margin:0;
        padding:2px;
}
.info{ 
        width:250px; 
        background-color:white; 
        border:1px solid #888; 
        margin:0px; 
        padding:0px; 
} 

	.dojoDialog {
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
	
	form {
		margin-bottom : 0;
	}

	/* group multiple buttons in a row */
	.box {
		display: block;
		text-align: center;
	}
	.box .dojoButton {
		float: left;
		margin-right: 10px;
	}
	.dojoButton .dojoButtonContents {
		font-size: medium;
	}
