@charset "UTF-8";

body, html {
	height: 100%;
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
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: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	padding: 8px 5px 8px 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}


table.table3 {
	border-spacing: 0;
}

 /* IMPORTANT, I REMOVED border-collapse: collapse; FROM THIS LINE IN ORDER TO MAKE THE OUTER BORDER RADIUS WORK */
/*------------------------------------------------------------------ */
h1 {
	display: block;
	float: center;
	text-align:center;
	font-size: 1.4em;
	line-height: 34px;
	margin-bottom: 7px;
	font-weight: bold;
	color:#00B233;
	
	text-shadow: 1px 1px 0px #fff;
}
h2 {
	display: block;
	float: center;
	text-align:center;
	font-size: 1.2em;
	line-height: 40px;
	margin-bottom: 7px;
	font-weight: bold;
	color:#666;
	background-color:#fff;
	
}
h5 {
	display: block;
	float: center;
	text-align:center;
	font-size: 1.1em;
	line-height: 34px;
	margin-bottom: 7px;
	font-weight: bold;
	color:#fff;
	background-color:#890000;
	text-shadow: 1px 1px 0px #000;
}
h6{
	display: block;
	float: center;
	text-align:center;
	font-size: 1.4em;
	line-height: 40px;
	margin-bottom: 7px;
	font-weight: bold;
	color:#fff;
	background-color:#C00;
	text-shadow: 1px 1px 0px #000;
	}
hr {
	color:#ededed;
}
a:link {
	color:#e60d2e;
	text-decoration:none;
}
a:visited {
	color:#e60d2e;
	text-decoration:none;
}
a:hover {
	color:#e60d2e;
	text-decoration:underline;
}
a:active {
	color:#e60d2e;
	text-decoration:underline;
}

canvas {
}
.ui-widget-overlay {
	background: repeat-x scroll 50% 50% #000;
	opacity: 0.3;
}
.ui-widget-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.center {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
table.table1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.9em;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 20px;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.table1 th {
	padding: 11px 15px 12px 15px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
table.table1  tr td.leth {
	padding: 1px 1px 1px 1px;
	
	background: #fff;
	
}
table.table3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-collapse:collapse;
	border-spacing:0;
}
table.table3 th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-collapse:collapse;
	border-spacing:0;
}
table.table3 tr td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-collapse:collapse;
	border-spacing:0;
}
table.table2 {
	width:70%;
    margin-left:15%; 
    margin-right:15%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	text-shadow:none;
	background: #eaebec;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.table2 th {
	padding: 8px 5px 8px 15px;
	border-top: 1px solid #fafafa;
	font-size:18px;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
	text-align: left;
}
table.table2 tr td {
	height:150px;
	text-align:center;
	font-size:24px;
	color:#fff;
	padding: 4px 5px 4px 15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #890000;
	vertical-align: middle;
}
table.table2 tr td.centre {
	padding: 4px 5px 4px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
	vertical-align: middle;
}
table.table2 tr td.leredcentre {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	text-align:center;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	background: #e60d2e !important;
}
table.table2 tr td.lered {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight: bold;
	padding: 8px 5px 8px 15px;
	background: #e60d2e !important;
}

table.table2 tr td.leblue {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight: bold;
	padding: 8px 5px 8px 15px;
	background: #007ea3 !important;
}
table.table2 tr td.lebluecentre {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	background: #007ea3 !important;
}
#activites {
	display: none;
	padding-top: 24px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
#progression {
	display: none;
	padding-top: 24px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
#register {
	display: none;
	padding-top: 24px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
button {
	float: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-color: #00B233;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 1.2em;
	color: #FFF;
	padding: 4px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
button:hover {
	background-color: #FF0000;
}
.modal_close {
	position: absolute;
	top: 22px;
	right: 12px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../../images/close_24.png);
	z-index: 2;
}
.copyright {
	font-size: 0.7em;
	color: #CCC;
}
.block1 {
    
    position: relative;
}

.block2 {
    font-size: 0.9em;
	padding:2px 2px;
	margin-right: 80px;
    width: 70px;
    border: 1px solid grey;
    position: absolute;
    top: 0px;
    right: 0px;
}

.block3 {
    font-size: 0.9em;
	padding:2px 2px;
    width: 70px;
    border: 1px solid grey;
    position: absolute;
    top: 0px;
    right: 0px;
}

.lenombrecontainer {
	height:30;
}

