* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('websymbols-regular-webfont.eot');
	src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('websymbols-regular-webfont.woff') format('woff'), url('websymbols-regular-webfont.ttf') format('truetype'), url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'WebSymbolsLiga';
	src: url('websymbolsligaregular.eot');
	src: url('websymbolsligaregular.eot?#iefix') format('embedded-opentype'), 
url('websymbolsligaregular.woff') format('woff'), 
url('websymbolsligaregular.ttf') format('truetype'), 
url('websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #222;
	font-size: 14px;
	background: url(../img/bg.gif) repeat;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #27a7df;
	text-decoration: none
}
/*en-tete*/
#head {
	margin: 0px auto;
	width: 1200px;
	height: 170px;
	clear: both;
}
#head .ij {
	width: 300px;
	height: 126px;
	float: left;
	margin: 50px 0px 0px 60px;
}
#head h1 {
	width: 820px;
	height: 100px;
	background-color: #FFF;
	margin: 40px 0px 0px 0px;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	float: left;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	padding-top: 40px;
	-webkit-text-stroke: 0.5px #fff;
}
.mini_h1 {
	font-size: 20px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: normal;
	color: #27a7df;
}
.mini_h1::before {
	content: "~ ";
	color: #222;
}
.mini_h1::after {
	content: " ~";
	color: #222;
}
#head h1 a {
	color: #27a7df;
}
#head h1 .mini_h1 a {
	color: #222;
}
#head h1 a:hover {
	text-decoration: none;
}
/*image decorative*/
#images {
	width: 100%;
	background: #2da9df; /* Old browsers */
	background: -moz-linear-gradient(top, #005ea8 0%, #2da9df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005ea8), color-stop(100%, #2da9df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005ea8 0%, #2da9df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005ea8 0%, #2da9df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005ea8 0%, #2da9df 100%); /* IE10+ */
	background: linear-gradient(to bottom, #005ea8 0%, #2da9df 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea8', endColorstr='#2da9df', GradientType=0 ); /* IE6-9 */	/*background:url(../img/arri_img_titre.png) repeat-x;*/
	height: 220px;
	opacity: .99;
	clear: both;
	margin-bottom: 45px;
	margin-top: 40px;
	-moz-box-shadow: 0px 3px 10px 0px #999;
	-webkit-box-shadow: 0px 3px 10px 0px #999;
	-o-box-shadow: 0px 3px 10px 0px #999;
	box-shadow: 0px 3px 10px 0px #999;
}
#images .symb-ij {
	background-image: url(../img/symb-ij.png), url(../img/symb-ij.png);
	background-position: left 5px, left 180px;
	background-repeat: repeat-x;
	opacity: 0.15;
	height: 220px
}
.img_titre {
	margin: -295px auto 0px auto;
	width: 1200px;
	height: 280px;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
	opacity: 0.99;
	background-image: url(../img/titre_image.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 10px 0px #999;
	-webkit-box-shadow: 0px 3px 10px 0px #999;
	-o-box-shadow: 0px 3px 10px 0px #999;
	box-shadow: 0px 3px 10px 0px #999;
}
/*contenu*/
#content {
	margin: 0px auto;
	width: 1200px;
	height: 200px;
	clear: both;
}
/*Navigation*/
#nav {
	width: 360px;
	float: left;
}
#nav .m-before, #nav .m-after {
	width: 330px;
	height: 30px;
	-moz-box-shadow: 0px 0px 10px 0px #999;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	-o-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
	display: block;
	opacity: .99;
	position: relative;
	z-index: 2;
}
#nav .m-before {
	margin: 10px auto 0px auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #2dcfd1; /* Old browsers */
	background: -moz-linear-gradient(top, #2dcfd1 0%, #2bbfd9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2dcfd1), color-stop(100%, #2bbfd9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2dcfd1 0%, #2bbfd9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2dcfd1 0%, #2bbfd9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2dcfd1 0%, #2bbfd9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2dcfd1 0%, #2bbfd9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dcfd1', endColorstr='#2bbfd9', GradientType=0 ); /* IE6-9 */
}
#nav .m-after {
	margin: -2px auto 20px auto;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #2bbfd9; /* Old browsers */
	background: -moz-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bbfd9), color-stop(100%, #29abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2bbfd9 0%, #29abe2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bbfd9', endColorstr='#29abe2', GradientType=0 ); /* IE6-9 */
}
#menu {
	padding: 0;
	margin: 0px auto;
	width: 300px;
	display: block;
	clear: both;
	opacity: 1.1;
	position: relative;
	z-index: 1;
}
#menu h2 {
	padding: 0px;
	color: #29ABE2;
	font-size: 20px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
#menu h3 {
	padding: 0px;
	color: #3f3f3f;
	font-size: 12px;
	font-weight: normal
}
#menu li {
	width: 300px;
	height: 50px;
	overflow: hidden;
	position: relative;
	display: block;
	clear: both;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px rgba(0,152,255,0.2);
	-moz-box-shadow: 0px 2px 0px rgba(0,152,255,0.2);
	box-shadow: 0px 2px 0px rgba(0,152,255,0.2);
	margin-bottom: 2px;
}
#menu li:last-child {
	-webkit-box-shadow: 0px 0px 0px rgba(0,152,255,0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0,152,255,0.2);
	box-shadow: 0px 0px 0px rgba(0,152,255,0.2);
}
#menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #2BBFD9;
	position: relative;
}
.m-icon {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 15px;
	line-height: 50px;
	position: absolute;
	width: 30px;
	left: 10px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.m-content {
	position: absolute;
	left: 40px;
	width: 300px;
	height: 60px;
	top: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.m-main {
	font-size: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.m-sub {
	font-weight: blod;
	font-size: 12px;
	color: #666;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menu li a:hover {
	background: #e1f0fa;
}
#menu li a:hover .m-content {
	left: 50px;
}
#menu li a:hover .m-icon {
	font-size: 30px;
	color: #29ABE2;
	opacity: 0.8;
	text-shadow: 0px 0px 13px #fff;
	-webkit-animation: smallToBig 600ms alternate infinite ease;
	-moz-animation: smallToBig 600ms alternate infinite ease;
	-ms-animation: smallToBig 600ms alternate infinite ease;
}
#menu li a:hover .m-main {
	opacity: 1;
	color: #0071bc;
	-webkit-animation: moveFromTop 300ms ease-in-out;
	-moz-animation: moveFromTop 300ms ease-in-out;
	-ms-animation: moveFromTop 300ms ease-in-out;
}
#menu li a:hover .m-sub {
	opacity: 1;
	-webkit-animation: moveFromBottom 300ms ease-in-out;
	-moz-animation: moveFromBottom 300ms ease-in-out;
	-ms-animation: moveFromBottom 300ms ease-in-out;
}
#menu li.select {
	background-color: rgba(0,152,255,0.2);
	-webkit-animation: moveFromBottom 300ms ease-in-out;
	-moz-animation: moveFromBottom 300ms ease-in-out;
	-ms-animation: moveFromBottom 300ms ease-in-out;
}
#menu li.select .m-content {
	left: 50px;
}
#menu li.select .m-icon {
	font-size: 130px;
	left: -55px;
	opacity: 0.4;
	color: #0098ff;
	line-height: 35px;
	position: absolute;
	width: 30px;
	text-align: center;
}
#menu li.select .m-main {
	color: #2e3192;
}
#menu li.select:hover .m-icon {
}
#menu li.select:hover .m-main {
}
.btn_menu {
	overflow: hidden;
	position: relative;
	display: block;
	width: 330px;
	height: 100px;
	border-radius: 10px;
	margin: 20px auto;
	-moz-box-shadow: 0px 0px 10px 0px #999;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	-o-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.inscrip {
	background: #27a7df; /* Old browsers */
	background: -moz-linear-gradient(top, #27a7df 0%, #0071bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27a7df), color-stop(100%, #0071bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #27a7df 0%, #0071bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #27a7df 0%, #0071bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #27a7df 0%, #0071bc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #27a7df 0%, #0071bc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a7df', endColorstr='#0071bc', GradientType=0 ); /* IE6-9 */
}
.local {
	background: #036cb9; /* Old browsers */
	background: -moz-linear-gradient(top, #036cb9 0%, #2e3192 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036cb9), color-stop(100%, #2e3192)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #036cb9 0%, #2e3192 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #036cb9 0%, #2e3192 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #036cb9 0%, #2e3192 100%); /* IE10+ */
	background: linear-gradient(to bottom, #036cb9 0%, #2e3192 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036cb9', endColorstr='#2e3192', GradientType=0 ); /* IE6-9 */
}
.btn_menu a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	position: relative;
}
.b-icon {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 40px;
	color: #FFF;
	text-shadow: 0px 0px 1px #333;
	line-height: 90px;
	position: absolute;
	width: 40px;
	left: 20px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
.b-content {
	position: absolute;
	left: 70px;
	width: 260px;
	height: 60px;
	top: 20px;
}
.b-main {
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #FFF;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
.b-sub {
	font-size: 14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #CCC;
}
.btn_menu:hover {
	background-color: #000;
}
.btn_menu:hover .b-icon, .btn_menu .selec .b-icon {
	color: #FFF;
	font-size: 120px;
	opacity: 0.2;
	left: -20px;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.btn_menu:hover .b-main, .btn_menu .selec .b-main {
	color: #CCC;
	opacity: 1;
	font-size: 30px
}
.btn_menu:hover .b-sub, .btn_menu .selec .b-sub {
	color: #fff;
	opacity: 1;
	font-size: 12px
}
/*contenue de la page*/
	
#page {
	width: 780px;
	background: url(../img/arri_page.png) no-repeat center 50px #fff;
	margin: -10px 0px 0px 0px;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	float: left;
	min-height: 500px;
	margin-bottom: 30px;
	padding: 30px 20px;
}
#page p {
	margin: 5px 0px;
	font-size: 16px;
}
#page .valeur {
	color: #F00;
	font-weight: bold;
}
#page .fr {
	font-size: 13px;
}
#page h1 {
	color: #29ABE2;
	font-size: 30px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}
#page h2 {
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
#page h3 {
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
#page h4 {
	color: #29ABE2;
	font-size: 16px;
	margin: 15px 0px 10px 0px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
#page h5 {
	font-size: 14px;
	color: #29ABE2;
	font-family: "Century Gothic", Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
#page h6 {
	font-size: 13px;
}
#page ul {
	padding: 10px 10px
}
#page li {
	list-style-position: inside;
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 10px;
	font-size: 13px;
}
#page li:before {
	content: "]   ";
	font-family: 'WebSymbolsRegular', cursive;
	color: #29ABE2;
}
#page li img {
	vertical-align: middle
}
#page .tableau {
	padding: 0px;
	margin-bottom: 20px
}
#page .tableau li {
	padding: 0px;
	margin: 0px;
	border: 1px solid rgba(47,170,223,1);
	border-bottom: 0px;
	text-align: center
}
#page .tableau li:nth-child(odd) {
	background-color: rgba(47,170,223,0.1);
}
#page .tableau li:last-child {
	border-bottom: 1px solid rgba(47,170,223,1);
}
#page .tableau li:before {
	content: " ";
	font-family: 'WebSymbolsRegular', cursive;
	color: #29ABE2;
}
#page .tableau li ul, #page .tblcolone li ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	padding: 0px;
}
#page .tableau li ul li {
	padding: 5px
}
#page .tableau li ul li:nth-child(odd) {
	background: none
}
#page .tableau li ul li {
	border: 0px solid;
	border-right: 1px solid rgba(47,170,223,1);
}
#page .tableau li ul li:last-child {
	border: 0px solid;
}
#page .table li ul li, #page .table_f li ul li {
	width: 16%;
}
#page .table li ul li:nth-child(1) {width: 25%}
#page .table li ul li:nth-child(2) {width: 15%}
#page .table li ul li:nth-child(3) {width: 30%}
#page .table li ul li:nth-child(4) {width: 15%}
#page .table li ul li:nth-child(5) {width: 15%}

#page .table_f li ul li:nth-child(1) {width: 30%}
#page .table_f li ul li:nth-child(2) {width: 15%}
#page .table_f li ul li:nth-child(3) {width: 20%}
#page .table_f li ul li:nth-child(4) {width: 15%}
#page .table_f li ul li:nth-child(5) {width: 20%}
#page .table_f li ul li { vertical-align:middle; line-height:30px}

#page .table_f li.li_titre ul li { vertical-align:middle; line-height:15px}

#page .table_f li ul li.fini { background-color:#F30}
#page .table_f li ul li.bientot { background-color:#F90}
#page .table_f li ul li.large { background-color:#CC0}


#page .table_f li ul.dateout { font-style:italic;  background-color:#CCC}
#page .table_f li ul.daten { font-style:normal}

#page .tblcolone li ul li {
	width: 45%;
}
#page .tblcolone li ul li:nth-child(1) {
	width: 10%
}
#page .tbl3colones li ul li {
	width: 33%;
}
#page .rib {
	border: 1px solid rgba(47,170,223,1);
	background: -moz-linear-gradient(top, rgba(47,170,223,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47,170,223,0.1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(47,170,223,0.1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(47,170,223,0.1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(47,170,223,0.1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(47,170,223,0.1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2faadf', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
#page .rib li, #page .rib li ul li {
	border: 0px;
	text-align: left
}
#page .rib li:nth-child(odd) {
	background: none;
}
#page .rib li:last-child {
	border: 0px;
}
#page .rib li ul li:nth-child(1) {
	width: 55%;
}
#page .rib li ul li:nth-child(1):after {
	content: " : ";
}
#page .rib li ul li:nth-child(2) {
	width: 45%;
	text-align: right
}
.colones {
	clear: both;
	width: 100%;
	position: relative;
	margin: 0px auto
}
.colone {
	width: 50%;
	float: left;
	margin: 5px 0px
}
.colonemini {
	width: 45%;
	float: left;
	margin: 5px 0px
}
.colonemaxi {
	width: 55%;
	float: left;
	margin: 5px 0px
}
.clear {
	clear: both;
	width: 100%;
	position: relative
}
/*pied de page*/

#foot {
	height: 170px;
	clear: both;
	width: 100%;
	background: #233988; /* Old browsers */
	background: -moz-linear-gradient(top, #233988 0%, #005ea8 70%, #233988 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #233988), color-stop(70%, #005ea8), color-stop(100%, #233988)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #233988 0%, #005ea8 70%, #233988 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #233988 0%, #005ea8 70%, #233988 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #233988 0%, #005ea8 70%, #233988 100%); /* IE10+ */
	background: linear-gradient(to bottom, #233988 0%, #005ea8 70%, #233988 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233988', endColorstr='#233988', GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-align: center;
	padding-top: 30px
}
#foot a {
	color: #ccc;
	text-decoration: none
}
#foot a:hover {
	color: #27a7df;
	text-decoration: none
}
.bouton, .icone {
	margin: 0px auto 0px auto;
	height: 30px;
	width: auto;
	white-space: nowrap;
	line-height: 20px;
	vertical-align: middle;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	color: #FFF;
	font-size: 13px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	background: #2bbfd9; /* Old browsers */
	background: -moz-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bbfd9), color-stop(100%, #29abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2bbfd9 0%, #29abe2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2bbfd9 0%, #29abe2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bbfd9', endColorstr='#29abe2', GradientType=0 ); /* IE6-9 */
}
.icone {
	height: 20px;
	width: 20px; display:inline-block;
	margin:2px;
	font-family: 'WebSymbolsRegular', cursive;
	text-align:center;
	color:#FFF
}
.close{
	float:right; margin-top:-30px; margin-right:-20px
}
.ligne {
	display: -webkit-flex; /* OK chrome 21 */
	display: flex;
	vertical-align: middle
}
.ligne {
	margin: 0px;
	padding: 0px
}
.colone {
	width: 100%;
}
.ligne li:nth-child(1), .colone li:nth-child(1) {
	width: 220px
}
#page .ligne li:nth-child(2):before {
	content: " ";
	font-family: 'WebSymbolsRegular', cursive;
	color: #29ABE2;
}
.separe {
	height: 10px;
	border-bottom: 2px dotted #29ABE2;
	margin-bottom: 10px;
}
.legende {
	text-align: right
}

#page ul.tbl_fiche{	display: -webkit-flex; /* OK chrome 21 */
	display: flex;
	vertical-align: middle;
	width:100%;
	font-size:11px; margin:0px; padding:0px}
#page .tbl_fiche li:before{content: " ";}
#page .tbl_fiche li{ width:45%; list-style:none; padding:10px;border-bottom:1px solid #29ABE2; margin:0px}
#page .tbl_fiche li p{ font-size:12px;}

#page .tbl_fiche li:nth-child(1){ border-right:1px solid #29ABE2;}


/*transition du menu*/



.apercumail {
	margin: 10px auto;
	display: none;
	width: 700px;
	border: 1px solid #29ABE2;
	background: #FFF
}
#apercu_mail h1, .ap_mail_liste h1 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
#apercu_mail h2, .ap_mail_liste h2 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold
}
#apercu_mail h3, .ap_mail_liste h3 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
}
#apercu_mail h4, .ap_mail_liste h4 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	font-style: italic
}
#apercu_mail h5, .ap_mail_liste h5 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#apercu_mail h6, .ap_mail_liste h6 {
	text-align: left;
	margin: 0px;
	padding: 1px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	font-style: italic
}
#apercu_mail p, .ap_mail_liste p {
	margin: 5px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}
#apercu_mail ul, .ap_mail_liste ul {
	margin: 5px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	list-style-position: inside;
}
#apercu_mail ol, .ap_mail_liste ol {
	margin: 5px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	list-style-position: inside;
}
#apercu_mail ul li, .ap_mail_liste ul li {
	margin: 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc
}

#apercu_mail ol li, .ap_mail_liste ol li {
	margin: 10px;
	padding: 0px 0px 0px 0px;
	list-style-type:decimal
}

#apercu_mail li:before, .ap_mail_liste li:before{
	content: " ";
	font-family: 'WebSymbolsRegular', cursive;
	color: #29ABE2;
}

#numero{
	margin: 10px auto;
	padding:20px;
	width: 700px;
	border: 1px solid #29ABE2;
	background: #FFF
}
.icone, .ic_invisible{
	border-radius: 5px;
	line-height: 25px;
	height: 25px;
	border: 0px;
	margin: 0px 5px 0px 2px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	background-color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 12px
}
.ic_invisible{
	background:none;
	border:0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	
}

.champbouton, .icone, .champchamp, .champliste, .champcheck, .ic_invisible {
	vertical-align: middle;
}
.icone:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.icone, .ic_texte, .icsimple, .ic_invisible{
	width:25px;
	line-height:25px;
	display:inline-block;
	padding:0px;
	font-size:16px;	
}
.ic_debut, .ic_fin, .ic_prec, .ic_suiv, .ic_numpage {
	border-radius:25px;
	font-size:20px;	}
.ic_debut:before {
	font-family: 'WebSymbolsLiga', cursive;
	content:"ø";
}
.ic_fin:before {
	font-family: 'WebSymbolsLiga', cursive;
	content:"û";
}
.ic_prec:before {
	font-family: 'WebSymbolsLiga', cursive;
	content:"Ô";
}
.ic_suiv:before {
	font-family: 'WebSymbolsLiga', cursive;
	content:"×";
}
.ic_numpage {
	
font-size:15px;}



@-webkit-keyframes smallToBig {
 from {
 -webkit-transform: scale(0.1);
}
to {
	-webkit-transform: scale(1);
}
}
@-moz-keyframes smallToBig {
 from {
 -moz-transform: scale(0.1);
}
to {
	-moz-transform: scale(1);
}
}
@-ms-keyframes smallToBig {
 from {
 -ms-transform: scale(0.1);
}
to {
	-ms-transform: scale(1);
}
}
 @-webkit-keyframes moveFromBottom {
 from {
 opacity: 0;
 -webkit-transform: translateY(200%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
 from {
 opacity: 0;
 -moz-transform: translateY(200%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
 from {
 opacity: 0;
 -ms-transform: translateY(200%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}
 @-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(-200%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(-200%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(-200%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}
