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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup,sub { vertical-align:baseline; position:relative; font-size:0.8em; }
sup { top:-0.4em; }
sub { bottom:-0.4em; }

*html sup { font-size:0.9em; }
*html sub { font-size:0.9em; }
*+html sup { font-size:1.0em; }
*+html sub { font-size:1.0em; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix { height:1px; }
*+html .clearfix { display:inline-block; } 

body { background:#ccc; font-family:Verdana, Geneva, sans-serif; font-size:12px; }

#outer-box { margin:0 auto; width:980px; }
	#inner-box { background:url(entete-fond.png) no-repeat; padding:80px 0 30px 0; width:980px; }
	
	.colg, .cold { float:left; margin-right:60px; width:360px; }
	form { margin-bottom:15px; padding-bottom:20px; border-bottom:1px solid #bbb; }
	fieldset { margin-bottom:25px;  }
	legend { color:#000; font-size:20px; margin:0px 0 5px 0;text-transform:uppercase; }
	
	label { display:block; margin:10px 0 3px 0; text-transform:none; }
	input, textarea { border:1px solid  #ccc; font-family:Verdana, Geneva, sans-serif; font-size:12px; padding:5px; }
	.center { text-align:center; width:780px; }
	.btn-submit { border:1px solid #666; padding:5px 10px; font-weight:bold; cursor:pointer; }
	
	form h3 { margin-bottom:10px;}
	form ul { margin-top:5px; }
		form ul li { margin:4px 0;}
	.note { margin:10px 0; font-size:11px; }
	
	input.error { border:1px solid #F60; }
	label.error { color:#f60; font-size:11px; font-weight:bold; margin:3px 0 0 0; }
	
h1 { font-family:Arial, Helvetica, sans-serif; font-size:26px; margin:0 0 30px 0; }

.liste-transaction { font-size:12px; width:40%; }
	.liste-transaction li { border-bottom:1px solid #bbb; margin:10px 0; padding:0px 0 10px 0; display:block }
	
.liste-conditions { list-style:square; margin-left:15px;}
	.liste-conditions li {}
	
.check-conditions { margin:20px 0 0 0; }
	.check-conditions input { float:left; width:20px; margin:0 5px 0 0; padding:0; }
	.check-conditions label { float:left; width:250px; margin:0; padding:0; line-height:16px; font-weight:bold; }
	
#formation-titre { font-weight:bold; }
#formation-date { font-weight:bold; }
#formation-montant { font-weight:bold; }

#banniere { margin:0 0 40px 0;}

.accepte-message { margin:20px 0; }
.btn-retour { margin-top:25px; }	

#badge { float:right; }