@charset "utf-8";
/* CSS Document */


body {
	background-color: #242424;
	font-family: Arial, Helvetica, sans-serif ;
	color: #000;
	margin: 0;
	}

h3 {
	color: #333333;
	font-size: 1.5em;
	margin: 0;
}

p {
	margin: 5px 0;
	font-size: 17px;
}

#page {
	width: 960px;
	margin: auto;
}

#header {
	background-image: url(meta/img/header.png);
	background-repeat:no-repeat;
	height: 335px;
	text-indent: -9999px;
	overflow:hidden;
	
}

.box {
	background-color: #FFF;
	border-left: solid 39px;
	padding: 20px;
	margin: 20px 10px 20px 0;
	position: relative;
	-moz-border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
}

.corner{
	background: no-repeat left top;
	height: 40px;
	left: -40px;
	position: absolute;
	width: 40px;
}
.corner.top{ top: 0; }
.corner.bottom{ bottom: 0; }

.cheque .corner.top{ background-image: url(meta/img/coin1.png); }
.cheque .corner.bottom{ background-image: url(meta/img/coin2.png); }
.prelevement .corner.top{ background-image: url(meta/img/coin3.png); }
.prelevement .corner.bottom{ background-image: url(meta/img/coin4.png); }
.online .corner.top{ background-image: url(meta/img/coin5.png); }

.cheque {
	border-color: #ee7132;
}
.prelevement {
	border-color: #f5bd3d;
}
.online {
	border-color: #FF0;
	margin-bottom: 0;
	-moz-border-radius: 0 40px 0 0;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
}

.subtitle {
	font-style:italic;
	font-size: 0.7em;
	font-weight: bold;
}

form {
	overflow:hidden;
	margin: 20px 50px -1px;
	padding: 20px 0;
}

hr {
	color: #CCC;
	margin-bottom: 10px;
}

table {
	margin: 10px 60px 10px 0px;
	font-size: 14px;
	vertical-align: middle;
}

.table2 {
	clear: both;
	margin: 0;
	border-top: 1px solid #ccc;
}

.left {
	float: left;
}

td {
	padding: 0 10px 6px 0;
	vertical-align: middle;
}

input{
	border: solid 1px #000;
	height: 21px;
}

.radio {
	margin-left: 20px;
	border:none;
	height: auto;
}

.radio1 {
	border:none;
	height: auto;
}


.annotation {
	font-size: 0.7em;
	/*width: 182px;*/
	padding:0;
}

.orange {
	color:#ee7132;
}

.validation {
	margin-top: 20px;
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	border: none;
	height: 30px;
	background-color: #FFF;
	background-image: url(meta/img/puce.png);
	background-repeat: no-repeat;
	background-position:left;
	padding: 0 20px 3px;
}
	

#topnav{
	display: none;
}
#bottomnav{
	display: none;
}
