html {
}
body {
	font-family: 'Oxygen', sans-serif;
	font-size:11pt;
	color:#7f7f7f;
	background:transparent;	
	margin:0;
	padding:0;
}
* {
	font-family: 'Oxygen', sans-serif;
	outline:none;
	
}
a {
	color:#7f7f7f;
}
ul {
	list-style:none;
}
.texte_bleu {
	color:#33bcdf;
}

.fontSize1 {
	font-size:7pt;
}
.fontSize2 {
	font-size:9pt;
}
.fontSize3 {
	font-size:11pt;
}
.fontSize4 {
	font-size:13pt;
}
.fontSize5 {
	font-size:16pt;
}
.fontSize6 {
	font-size:18pt;
	font-weight:300;
}
.fontSize7 {
	font-size:24pt;
	font-weight:300;
}


.button {
}
.article_50 p.button {
	width:49%;
}
p.button {
	color:#fff;
	display:inline-block;
	
	vertical-align:top;
}
p.button a {
	vertical-align:middle;
	display:block;
	width:150px;
	background-color:#ff9900;
	height:50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration:none;	
	padding:8px;
	font-size:16px;
	
	text-align:center;
	
	margin:0 auto;
	color:#fff;
}

/* style table nouvelle inscription */
table.table_new_ins {
	width:100%;
}
table.table_new_ins td {
	padding:8px;
	width:25%;
	vertical-align:top;
	
}
table.table_new_ins td li {
	margin:4px 0;
	list-style-type: none;
  	position: relative;
  	margin: 1px;
  	padding: 0.5em 0.5em 0.5em 2em;
}
table.table_new_ins tr.L1 td.C0 ul {
	background:rgba(197,3,7,0.05);
}
table.table_new_ins tr.L1 td.C1 ul {
	background:rgba(255,197,8,0.05);
}
table.table_new_ins tr.L1 td.C2 ul {
	background:rgba(51,154,51,0.05);
}
table.table_new_ins tr.L1 td.C3 ul {
	background:rgba(54,94,146,0.05);
}
table.table_new_ins tr.L1 ul {
	min-height:400px;
}
table.table_new_ins tr.L1 td li::before {
  content: '';
  position: absolute;
  height: 1em;
  top: 1.3em;
  left: 0.6em;
  margin-top: -0.5em;
  -webkit-border-radius: 12px; 	-moz-border-radius: 12px;border-radius: 12px;
  width: 1em;
}

table.table_new_ins tr td span { font-size:16px;font-weight:bold;height: 40px; padding: 8px; text-align: center;color:#fff;-webkit-border-radius: 12px; 	-moz-border-radius: 12px;border-radius: 12px;display:block;}

table.table_new_ins tr.L0 td.C0 span, table.table_new_ins tr.L1 td.C0 li::before{
	background-color:#c50307;
}
table.table_new_ins tr.L0 td.C1 span, table.table_new_ins tr.L1 td.C1 li::before {
	background-color:#ffc508;color:#000;
}
table.table_new_ins tr.L0 td.C2 span, table.table_new_ins tr.L1 td.C2 li::before {
	background-color:#339a33;
}
table.table_new_ins tr.L0 td.C3 span,table.table_new_ins tr.L1 td.C3 li::before {
	background-color:#365e92;
}
table.table_new_ins tr.L2 td span {
	background-color:#f90;
	height:auto;
}
.puce { 
}
ul.puce {
	margin:0;
	padding:4px 0;
	
}
.puce li {
	background:transparent url('../images/puceorange.png') no-repeat;
	padding-left:22px; 
}
.puce li:nth-child(odd) {
	background:transparent url('../images/pucebleue.png') no-repeat;
}