*{
	font-family: "Arial", "Helvetica", "Sans serif";
	font-size: 11px;
}

td.adminListMainTitle, td.adminListColTitle{
	background-color: #33aa66;
	font-weight: bolder;   
	color: #ffffff;
}

td.adminListMainTitle{
	font-size: 18px;   
	text-align: center;
}

td.adminListColTitle{
	font-size: 12px;
	text-align: left;
	padding-left:4px;
}

td.adminListColTitle a{
	font-size: 12px; 
	font-weight: bolder;   
	color: #ffffff;
	text-decoration: none; 
}

tr.adminListRow{
	background-color: #eeeeee;
	color: #333333;
}

.adminLabelGroup{
	font-size: 12px;
	font-weight: bolder;   
}

.adminLabel{
overflow:auto;
font-weight:bolder;
}

.adminButton{
}

.adminField{
}

.adminDateField{
	width:64px;
	text-align:center;
}

.adminCharRemainField{
	width:28px;
	text-align:right;
	background-color:#CCCCCC;
}

#pollArchive{
width:800px;
/*width: screen.availWidth;*/
overflow:scroll;
}

#pollArchiveComment{
width:800px;
/*width: screen.availWidth;*/
}

#contentTitle{
	background-color: #006666;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;   
	color: #ffffff;
}

#contentSummary{
	background-color: #CCFFCC;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;   
	color: #003300;
}
/* trouvé sur web pour reduire tinymce si bcp de boutons => marche apparemment
.mceToolbarTop * {
float:left;
}

.mceToolbarTop select {
width:auto!important;
}

.mceToolbarTop option {
float:none;
}
*/