/* CSS Document */

html, body {
	margin: 0;
	height:100%;
	width:100%;
	text-align: center;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#global {
	position: relative;
	display:block;
	width: 745px;
	top: -8px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	left: -3px;
	margin:auto;
	margin-top:20px;
	padding: 10px;
	border: 3px solid #006633;
	} 
	#global h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		color: #DE0C1C;
		text-align:left;
		font-size: 20px;
		}
		#global form {
			display:block;
			margin-bottom:60px;
			}
			#global form fieldset{
				color:#003399;
				border: 1px solid #666666;
				}
				#global form fieldset legend{
					 color:#DE0C1C;
					 font-size: 15px;
					 font-weight:bold;
					}	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF9900;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DE0C1C;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-left-color: #DE0C1C;
	
	
}
.cssButton {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #DE0C1C;
	font-size: 12px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width:1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DE0C1C;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-left-color: #DE0C1C;
}
.cssSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cssAide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00538D;
	font-weight: bold;
}
.sstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.cssCheckBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
