/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 18px;
  font-weight: bold;
  color: #777777;
  background-color: #F5F5F5;
  text-align: center;
  vertical-align: bottom;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  color: #777777;
  background-color: #F5F5F5;
  text-align: center;
}

.tableau{
	border:thin solid black; 
	border-radius:10px;
 	width:100%;

}
.tabTitre{
	 
  font-weight: bold;
  color: #777777;
  text-align: center;
  vertical-align: bottom;
}
.tabCimo{
	font-weight: bold;
	border:thin solid black; 
	border-radius:10px;
 	width:100%;
}
.textBoxOblig{
	border:2px solid black; 
}

.legende{
	background-color: #f5f5f5;
	font-size: 9px;
}

.leftcol{
	font-size: 10px;
	text-align: left;	
}''

.rightcol{
	font-size: 10px;
	text-align: left;	
}

.marge {
	margin-left: 5em;
}


.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.gwt-Label {
	font-size: 9px;
}

.hpanel {
	border:thin solid black;
}

.label {
	font-size: 9px;
	background-color: #F5F5F5
		
}

.htmlLabel{
 	font-weight: bold;
    text-align: middle;
    width: 80%;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}



