/*/////////////////////////////////FORMULAIRE DE DEMANDE///////////////////////////////////////////*/

fieldset{
	width:auto;
	padding:5px;
	margin-bottom:20px;
	border:none;
}
form {
	width:550px;
	padding:10px;
	margin-bottom:5px;
	margin-left:20px;
	color:#036;
}

legend
{
	border-left: #f2f1db 1px solid;
	border-right: #f2f1db 1px solid;
	width:150px;
	text-align:center;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}
form p{
	clear: left;
	margin: 0;
	padding: 5px 5px 5px 15px;
	/*padding-left: 20px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	text-align:left;
	width:250px;
}

label{
	display:block; /*La balise devient de type block*/
	color:#036;
	width:250px;
}
select{

}
textarea
{
	width:200px;
	padding:5px;	
}

input, select, textarea {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

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


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 100px;
	margin-right: -10px;
}
.cssform textarea{
	width: 100px;
	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:10px;
	font-weight:bold;
}

/*/////////////////////////////////FORMULAIRE DE DEMANDE///////////////////////////////////////////*/


.table_demande
{
	border: 3px #f6f6f6 double;
	background-color:#FFFFFF;
	width:100%;
	

}
.table_demande td
{
	border:none;
}
.livreor
{
width:270px;
}