/*//////////////////Formulaire///////////////////////////*/
fieldset{
	width:auto;
	padding:5px;
	margin-bottom:20px;
	margin-left:5px;
	position: relative;
	margin-bottom: 10px;
	border: #CCC 1px solid;
}
form {
	width:auto;
	padding:10px;
	margin-bottom:5px;
	line-height: 1.8em ;
}

legend
{
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	width:100px;
	text-align:center;
	margin-bottom:20px;
	padding:5px;
	font-size:12px;
	color: #0033769;
	font-weight:bold;
}
form p{
	clear: left;
	margin: 0;
	padding: 1px 0 1px 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	border-top: 1px dashed #FFFFFF;
	text-align:left;
}
form h2{
	text-align:center; font-weight:bolder; color:#1c426b; margin-top:10px;
}
label{
	width:330px;
	display:block; /*La balise devient de type block*/
	float:left;
	color:#036;
}
select{

}
textarea{
	
}

.erreur {
     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
     color: #f00;
}
input, select, textarea {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:10px;
}

input:focus, select:focus, textarea:focus {
	background-color: #cddefd;
	border:1px solid #248;
	color:#f00;
}
/*//////////////////Fin Formulaire///////////////////////////*/

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	margin-right: -10px;
}
.cssform textarea{
	width: 200px;
	height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}
.boutton{
	color: #FFF;
	background: #033669;
	padding: 2px 2px 2px 2px;
	margin-top:30px;
	font-weight:bold;
}
.demande
{
	position: relative;
	float:right;
}
colspan
{
text-align:center;

}
.livreor
{
width:250px;
}