fieldset {
	position: relative;
	background: #E6E6E6;
	border: solid 1px red;
	padding-top: 10px !important;
	padding-top: 20px;
}

*+html fieldset { 
	padding-top: 20px !important;
}


legend {
	position: absolute;
	top: -.5em;
	left: .2em;
}

.obligatoire {
	color:	#FF0000;
	font-weight: bold;
}

.text{
	border: 1px solid black;
	background-color: #A6BEDE;
}

.submit{
	border: 1px solid black;
	background-color: #A6BEDE;
}

/* --------------------------------------------------------------------*/
/* MESSAGE CONFIRMATION ERREUR */
/* --------------------------------------------------------------------*/

.confirmationBlockWarning {
	display:block;
	border:dotted 1px #f12727;
	font-weight: bold;
	padding: 20px 5px 20px 5px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
	color: #252525;
	background:#FFA07A url(../../images/warning.gif) 1% 50% no-repeat;
}

.confirmationBlockOk {
	display:block;
	border:dotted 1px #3D6E19;
	font-weight: bold;
	padding: 20px 5px 20px 5px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
	color: #252525;
	background:#A5C879 url(../../images/ok.gif) 1% 50% no-repeat;
}

.confirmationBlock {
	display:block;
	border:dotted 1px #f12727;
	font-weight: bold;
	padding: 20px 5px 20px 5px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
	color: #252525;
	background:#FFA07A url(../../images/erreur.gif) 1% 50% no-repeat;
}

.confirmationBlock a {
	color: #252525;
	text-decoration: underline;
}

.confirmationBlock a:hover {
	color: #252525;
	text-decoration: none;
}

ul.erreur {
	list-style-type:none;
	margin:10px;
	margin-left:0px;
	padding-left:20px;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	color:#8B0000;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#F5F3F3 url(../../images/error.gif) 1% 50% no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
ul.erreur li {
	padding:5px;
	padding-left:20px;
	float:none;
	display:block;
	width:95%;
}

ul.ok {
	list-style-type:none;
	margin:10;
	padding-left:20px;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	color:#8B0000;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#F5F3F3 url(../../images/error.gif) 1% 50% no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
ul.ok li {
	padding:5px;
	padding-left:20px;
	float:none;
	display:block;
	width:95%;
}

/* --------------------------------------------------------------------*/
/* FORMSITE LSITE-BEBE */
/* --------------------------------------------------------------------*/

h2{
	font-family: 'verdana', sans-serif;
	font-size: 16px;
	color: #252525;
	display: block;
	background-color: #fc9782;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-left: solid 2px #5cabc0;
	border-bottom: solid 2px #5cabc0;
	border-right: solid 2px #5cabc0;
	border-top: solid 2px #5cabc0;
	font-variant: small-caps;
}

.formSite label{
	width: 180px;
	display:block;
	float:left;
}

.formSite fieldset{
	margin-bottom: 10px;
	padding-left: 10px;
}

.formSite legend{
	font-weight:bold;	
}

.formSite input{
	border: 1px solid black;
	background-color: #A6BEDE;
}

.formSite textarea{
	border: 1px solid black;
	background-color: #A6BEDE;
}

.formSite radio{
	margin: 0;
	padding: 0;
}

.formSite .error {
	border: 1px solid red;
	background-color: #ffb3b3;
}

td.montant {
	border: 1px solid #5CACB0;
	background: #B7DDE8;
	padding: 2px 4px 2px 2px;
	color: #252525;
	text-align: right;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif; 
	font-size:62.5%;
}

#acheter {
	margin-left: 70px;
	display:block;
	width:149px;
	height:26px;
	background: url(../images/bouton_acheter.gif) no-repeat;
}

#acheter:hover {
	display:block;
	width:149px;
	height:26px;
	background: url(../images/bouton_acheter.gif) no-repeat;
	background-position:bottom left;
}