body,td,p, ol,ul,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #413230;
	text-align: left;
}
h2,th {
    text-align: center;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #336666;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
.titre {
	color: #3366CC;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.soustitregris {
	color: #413230;
	font-size: 10px;
	font-weight: bold;
}
.notice {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}
.titregrand {
	color: #413230;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.titrecommentaire {
	font-size: 12px;
	text-transform: uppercase;
	color: #3366CC;
}
.commentaire {
	font-size: 12px;
	color: #999999;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.warning {
  font-size: 12px;
  color : red;
  font-weight: bold;
}

.tooltiptitle {
  color: #fffffa;
  font-size: 10px;
  font-weight: bold;
}
.tooltipcontent {
  color: #413230;
}
.moveable {
    cursor:move;
}

#avertissement {
	border: 2px solid #413230;
	padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;	
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid #red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#ToolTip {
				
	visibility: hidden;
	z-index: 4;
	position: absolute;
	
}