html{
	width:100%;
}

body{
	width:100%;
	margin: 0;
	padding: 0;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
}

form{
	margin: 0;
	padding: 0;
}

input{
	font-size: 11px;
}

select{
	margin: 0;
	padding: 0;
}

div{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #000;
}

.spacer{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.txtBold{
	font-weight: bold;
}

.txtGris{
	color: #848383;
}

.global{
	width: 831px;
	margin: 0 auto 0 auto;
	height: 700px;
}

.header{
	height: 62px;
}

.title{
	height: 36px;
	background: #ff6600;
	padding: 11px 0 0 12px;
	margin: 0 0 12px 0;
}

.sousTitle{
	height: 20px;
	background: #ff6600;
	padding: 5px 0 0 12px;
	margin: 0 0 8px 0;
}

.borderTextArea{
	border: 1px solid #404040;
}

.txt9{
	font-size: 9px;
}

.txt18{
	font-size: 18px;
}

.txtAlignDroite{
	text-align: right;
}

.txtAlignCenter{
	text-align: center;
}

.fondPage{
	background: url(../img/fondpage.jpg) no-repeat bottom left;
}