input{
	width:100%;
	text-align:right;
	height:14px;
	border-top :1px solid rgb(236, 170, 83);
	border-left :1px solid rgb(236, 170, 83);
	border-right :1px solid rgb(236, 170, 83);
	border-bottom :1px solid rgb(236, 170, 83);
	font-family: 'pt sans narrow','arial';
    font-size: 10pt;
}

input[readonly] {
	width:100%;
	text-align:right;
	height:14px;
	border-top :1px solid #a8a9a7;
	border-left :1px solid #a8a9a7;
	border-right :1px solid #a8a9a7;
	border-bottom :1px solid #a8a9a7;
	color : #585858;
	background-color: #F5F5F5;
}

input:disabled+label {
  color: #ccc;
}

.inputError{
	color:red;
	width:100%;
	text-align:right;
	height:14px;
	border-top :1px solid red;
	border-left :1px solid red;
	border-right :1px solid red;
	border-bottom :1px solid red;
}

h1{
    border: 0;
    color: rgb(235, 105, 11);
    display: block;
    font-family: 'PT Sans Narrow','arial';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    
	margin:0px;
	text-align:left;
}

h2{
	font-size:18px;
	color: rgb(59, 76, 94);
    cursor: default;
    font-family: 'PT Sans Narrow','arial';
    font-style: normal;
    font-weight: normal;
	margin-top:0px;
	text-align:left;
}

h3{
	font-size:16px;
	color: rgb(235, 105, 11);
	text-decoration:underline;
	margin-top:6px;
	text-align:left;
}

a:link{
	color:rgb(59, 76, 94);
	text-decoration:underline;
}

a:visited{
	color:rgb(59, 76, 94);
	text-decoration:underline;
}

.popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	background: #FFFFFF;
	border: 1px solid rgb(205,95,27);
	/**padding: 12px;*/
	font-size: 15px;
	width:500px;
}

.contenu{
	width:965px;
	margin:auto;
}

.bloc1{
	border:2px solid #E2E2E2;
	margin-bottom:20px;
	background-color: white;
}

.bloc2{
	border:2px solid #E2E2E2;
	background-color: white;
}
