div.formDiv {
	font-family:Arial;
	font-size:13px;
	width:98%;
}

div.formDiv legend {
	font-weight:bold;
	background:#363533 url('./Images/bgLegend.png') repeat-y 0 50%;
	padding:0 8px 0 16px;
	margin:0 0 8px 0;
}

div.formDiv fieldset {
	border:1px solid #9dc1da;
	margin:0 0 16px 0;
	padding:0 8px 8px 8px;
}

div.formDiv #submit {
	background:#FFFFFF url("./Images/submitBg.png") repeat-x;
	font-size:0.9em;
	font-family:Arial;
	font-weight:bold;
	float:none;
}

div.formDiv input {
	font-size:0.9em;
	font-family:Arial;
	float:right;
}

div.formDiv select {
	font-size:0.9em;
	font-family:Arial;
	float:right;
}

div.formDiv textarea {
	font-size:0.9em;
	font-family:Arial;
	float:right;
	width:230px;
}

div.formDiv input.notValid {
	background:#FFFFFF url("./Icones/cancel.png") no-repeat 100% 50%;
	padding-right:16px;
}

div.formDiv input.valid {
	background:#FFFFFF url("./Icones/accept.png") no-repeat 100% 50%;
	padding-right:16px;
}

div.formDiv div.formAlign {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}	

div.formDiv div.formAlign label {
	float:left;
	min-width:0px;
	padding:0 4px 0 4px;
}

div.formDiv div.formAlign input {
	float:left;
	min-width:0px;
}

div.formDiv label {
	float:left;
	padding:1px 0 1px 0;
}

div.formDiv label.obligatoire {
	background:url("./Images/obligatoire.png") no-repeat 100% 0;
	padding:0 16px 0 0;
}

div.formDiv input:focus {
	background-color:#dbe0e5;
}

div.formDiv input {
	border:1px solid #328CC6;
	float:right;
}

div.formDiv input.erreur {
	background:#FFFFFF url("./Images/erreur.png") no-repeat 100% 0;
}

div.line {
	width:100%;
	float:left;
	border-bottom:1px dashed #328CC6;
	margin:0 0 2px 0;
	padding:1px 0 1px 0;
}

div.lineNoDot {
	width:100%;
	float:left;
	margin:0 0 2px 0;
	padding:1px 0 1px 0;
}

input.boutonDate {
	background:#FFFFFF url("./Images/calendar.png") no-repeat 50% 50%;
	width:19px;
	height:19px;
}

div.suggestion {
	position:absolute;
	margin:16px 0 0 0;
	border:1px dotted #328CC6;
	background:#FFFFFF;
	padding:1px;
	z-index:1000;
}

div.container {
	float:right;
	width:230px;
}

div.suggestion div.ligne {
	font-size:0.9em;
	width:230px;
	cursor:pointer;
	cursor:hand;
}

div.suggestion div.ligne:hover {
	background:#328CC6;
}

#toolTip {
	width:162px;
	position:absolute;
	float:left;
	top:0;
	z-index:1001;
}

#toolTip #part1 {
	height:23px;
	background:url("./Images/ToolTip-1.png") no-repeat;
	width:100%;
}

#toolTip #part2 {
	background:url("./Images/ToolTip-2.png") repeat-y;
	width:100%;
}

#ttContent {
	margin:0 4px 0 4px;
	padding:0 0 0 18px;
	background:url("./Images/help.png") no-repeat;
}

#toolTip #part3 {
	background:url("./Images/ToolTip-3.png") no-repeat;
	width:100%;
	height:8px;
}

#largeToolTip {
	width:324px;
	position:absolute;
	float:left;
	top:0;
	z-index:1001;
}

#largeToolTip #partL1 {
	height:23px;
	background:url("./Images/ToolTip-1-large.png") no-repeat;
	width:100%;
}

#largeToolTip #partL2 {
	background:url("./Images/ToolTip-2-large.png") repeat-y;
	width:100%;
}

#ttLContent {
	margin:0 12px 0 12px;
	padding:0 0 0 18px;
	background:url("./Images/help.png") no-repeat;
}

#largeToolTip #partL3 {
	background:url("./Images/ToolTip-3-large.png") no-repeat;
	width:100%;
	height:8px;
}

div.textPage {
	margin:16px 0 16px 0;
}

a.source {
	text-align:right;
	font-style:italic;
	display:block;
	width:100%;
	font-size:0.85em;
}