@charset "utf-8";

body, html {
	width: 100%; 
	margin: 0px auto; 
	padding: 0px; 
	font-family: "Roboto"; 
	font-size: 14px;
	background-color:#F7F7F7;
}

img { border: none; }
form, dl, ul, ol, h1, h2, h3, h4, h5, h6 {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }

a:link {color: #72acd5;  text-decoration: underline}
a:visited {color: #72acd5;  text-decoration: underline}
a:active {color: #fc7e0a;  text-decoration: underline}
a:hover {color: #fc7e0a; text-decoration: underline}

.clear { clear:both;}

.global {
    width: 100%;
	min-width: 320px;
	z-index:5;
	margin: 0 auto; 
}
	.barrehaut {
		width: 96%;
		height: 48px;
		display:inline-block;
		min-width: 320px;
		z-index:5;
		margin: 0 auto;
		padding: 10px 2%;
		color:#fff;
		border-bottom: 2px solid #000;
	}
		.logoaxynet {
			float:left;
		}
			.logoaxynet img {
				width: auto;
				height: 50px;
			}
		.liensite {
			float:left;
			line-height: 48px;
		}
		.espcnx {
			float:right;
			line-height: 48px;
		}
		.espcnx div {
			background-color: #fff;
			border-radius: 20px;
			float:right;
			height: 40px;
			width: 40px;
			margin:5px 0 0 16px;
		}
	
	.menu {
		position:fixed;
		top:70px;
		width: 200px;
		bottom:0;
		background-color:#a4a4a4;
		z-index: 10;
	}
		.menu ul {
			list-style:none;
			width:100%;
		}
			.menu li {
				display:inline-block;
				width: 100%;
			}
				.menu li a {
					float:left; 
					position: relative;
					width: 80%;
					color:#fff;
					border-bottom: 1px dashed #666;
					border-left: 4px solid #535353;
					padding:10px 2% 10px 18%; 
					text-decoration:none;
					background-color:#535353;
				}
					.menu li.on a {
						border-left: 4px solid #F90;
						background-color:#464545;
					}
					.menu li a:hover {
						background-color:#202020;
						border-bottom: 1px dashed #999;
						border-left: 4px solid #000;
					}
				.menu li.off a:before,
				.menu li.on a:before,
				.menu li.plus a:after {
					content: "";
					position: absolute;
					height: 16px;
					width: 16px;
					background: url('img/ttp/group.png') no-repeat 0 0;
					left: 10px;
					top: 10px;
				}
				.menu li.plus a:after {
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 4px 0 4px 4px;
					border-color: transparent transparent transparent #fff;
					left:inherit;
					right: 10px;
					top: 14px;
				} 
				.menu li.client a:before {background-position: -16px 0;}
				.menu li.compta a:before {background-position: -32px 0;}
				.menu li.cms a:before {background-position: -48px 0;}
				
		.menu ul li ul {
			display: none;
			margin:0 0 0 4px;
			position: absolute;
			left: 200px;
		}		
			.menu li li a {
				width: 90%;
				color:#fff;
				border-left: none;
				padding:10px 5% 10px 5%;
			}
				.menu li li.on a {
					border-left: none;
				}
				.menu li li a:hover { 
					border-left: none;
				}
				.menu li.off li a:before,
				.menu li.on li a:before,
				.menu li.plus li a:after {
					display: none;
				}
	.contenu {
		margin: 20px 2% 0 220px;
	}
		.contenu h1 {
			font-size: 24px;
			font-weight: normal;
			padding: 0 0 5px 0;
			margin:0 0 10px 0;
			border-bottom:1px dashed #CCCCCC;
		}	
		.contenu h2 {
			margin: -10px 0 20px 0;
			padding: 4px 10px; 
			background-color: #fff;
			font-size: 20px;
			font-weight: normal;
			color: #72acd5;
		}				

.actionlist {
	float:left;
	width: 30%;
}

/* tableau listing */
.tablist {
	background-color:#FFF;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin: 10px 0 10px 0;
}
	.tablist table {
		border-collapse: collapse;
		width: 100%;
	}
	.tablist tr:hover {
		background-color: #fff6c6;
	}
	.tablist tr:first-child:hover {
		background-color: #fff;
	}
	.tablist th {
		position: relative;
		border-bottom: 1px solid #76add3;
		font-weight: normal;
		text-align:left;
		padding: 6px 10px 6px 0;
		color:#999;
		font-size:12px;
	}
		.tablist th a {
			text-decoration: none;
			color:#999;
		}
			.tablist th a.ca, .tablist th a.cd {
				color:#6ea6cd;
			}	
			.tablist th a:hover {
				color:#F30;
			}
			.tablist th a:after {
				content: "";
				position: absolute;
				width: 0;
				height: 0;
				margin: 0 0 0 4px;
				top: 11px;
				border-style: solid;
				border-width: 5px 5px 0 5px;
				border-color: #999 transparent transparent transparent;
			}
				.tablist th .cd:after {border-width: 0 5px 5px 5px;}
				.tablist th .ca:hover:after {border-color: #F30 transparent transparent transparent;}
				.tablist th .cd:hover:after {border-color: transparent transparent #F30 transparent;}
				.tablist th .cd:after {border-color: transparent transparent #6ea6cd transparent;}
				.tablist th .ca:after {border-color: #6ea6cd transparent transparent transparent;}
	.tablist td {
		border-bottom: 1px solid #ddd;
		padding: 4px;
		font-size:12px;
		color:#333;
	}
	.tablist .ti {
		float:left;
	}
	.cachetab { display: none; }
	
.filtrelist {
	margin: 0 0 10px 0;
}
	.filtrelist ul.flist {
		list-style: none;
		font-size: 13px;
		margin: 0 0 10px 0;
	}
		.filtrelist ul.flist li {
			float:left;
			padding: 0 5px 0 5px;
			border-right: 1px solid #CCC
		}
			.filtrelist ul.flist li span {
				color:#A4A4A4;
				font-size: 11px;
			}
			.filtrelist ul.flist li a {text-decoration: none;}
			.filtrelist ul.flist li.on {font-weight: bold;}
	
	ul.rechlist {
		list-style: none;
		margin: 10px 0 0 0;
	}
		ul.rechlist li.li {
			display: inline-block;
			width: 23%;
			margin: 0 1% 0 0;
		}
			

ul.pagination {
	float:right;
	list-style: none;
	font-size: 13px;
}
	ul.pagination li {
		float:left;
		line-height: 30px;
		margin:  0 0 0 6px;
		color:#999;
	}
		ul.pagination li.bt {
			font-size: 18px;
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
			ul.pagination li.bt a,
			ul.pagination li.bt span {
				padding: 3px 10px 4px 10px;
				background-color:#E4E4E4;
				text-decoration:none;
				border: 1px solid #CCC;
			}
			ul.pagination li.bt span {
				background-color:#F3F3F3;
				border: 1px solid #E7E7E7;
				color: #CCC;
			}
			ul.pagination li.bt a:hover {
				color: #000;
			}
		ul.pagination li input,
		.choix_page select {
			height: 26px;
			width: 50px;
			text-align: center;
			border: 1px solid #CCC;
		}
		
.choix_page {float:left;}
.choix_page select { width:200px; padding: 0 5px; height: 30px;}

ul.titre_bt {
	float:right;
	list-style: none;
}
	ul.titre_bt li {
		float:left;
		margin:  6px 0 0 8px;
		font-size: 14px;
	}
		ul.titre_bt li a {
			padding:6px 12px;
			background-color: #72acd5;
			color:#fff;
			text-decoration: none;
		}
			ul.titre_bt li a:hover {color:#000}
		
/*onglet */
.onglet {width: 100%;}
	ul.ulong {
		list-style:none;
		border-bottom: 1px solid #CCC;
		font-size: 14px;
	}
		ul.ulong li {
			display:inline-block;
			background: #fbf9f7;
		}
			ul.ulong li a {
				display: block;
				padding: 6px 14px;
				background: #E9E9E9;
				text-decoration: none;
				border-bottom: 1px solid #CCC;
				margin: 0 0 -1px 0;
				color: #AAAAAA;
			}
				ul.ulong li a:hover {
					background: #72acd5;
					color: #fbf9f7;
				}
	.onglet_container {
		width:100%;	
		margin: 10px 0;
		position: relative;
	}
		div.tong {
			width:100%;	
			z-index: 8;
		}
		.transition.tong {
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			-webkit-transition-delay: .3s;
			-moz-transition-delay: .3s;
			-o-transition-delay: .3s;
			-ms-transition-delay: .3s;
			transition-delay: .3s;
		}
		.make_transist.tong {
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.hidescale.tong {
			-webkit-transform: scale(0.9);
			-moz-transform: scale(0.9);
			-o-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity: 0;
			z-index: 1;
		}
		.showscale.tong {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity: 1;
			-webkit-transition-delay: .3s;
			-moz-transition-delay: .3s;
			-o-transition-delay: .3s;
			-ms-transition-delay: .3s;
			transition-delay: .3s;
			z-index: 8;
		}
		.tabulous_active {
			background: #F7F7F7 !important;
			color: #72acd5 !important;
			border-bottom: 1px solid #F7F7F7 !important;
			border-top: 1px solid #CCC !important;
			border-left: 1px solid #CCC !important;
			border-right: 1px solid #CCC !important;
			position:relative;
		}
		.tabulousclear {
			display: block;
			clear: both;
		}
	
fieldset {
	border: 1px solid #CCC;
	background-color:#FFF;
	margin:10px 0 20px 0;
	padding:1% 2%;
}		
	legend {
		color:#565656;
		width:96%;
		text-transform:uppercase;
		background-color:#fff;
		line-height: 20px;
		font-size: 12px;
		border: 1px solid #CCC;
		border-bottom: none;
		padding: 4px 2%;
	}	
	fieldset p {
		color: #786447;
		font-size:14px;
		margin: 10px 0;
	}
		

	
		
/*form*/
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.form-group {
	padding: 5px 0;
	margin: 0px;
	width:100%;
	position: relative;
	float:left;	
}
	.form-group label {
		float:left;
		width: 26%;
		text-align:right;
		position:relative;
		color: #565656;
		font-size:14px;
		margin: 6px 4% 0 0
	}
		.form-group label.ai:before {
			position:absolute;
			content: "";
			margin:1px 0px 0 0px;
			height:16px; 
			width:16px; 
			background-image:url(img/icone/16x16_aide.png);
			right: -14%;
			cursor: pointer;
		}
		.form-group label.ai:hover:before {
			background-image:url(img/icone/16x16_aideon.png);
		}
		.form-group label.dr:before {
			position:absolute;
			content: "";
			margin:1px 0px 0 0px;
			height:16px; 
			width:16px; 
			right: -14%;
		}/*
		.form-group label.fr:before {background-image:url(http://img.originfrance.com/drapeau/fr.png);}
		.form-group label.en:before {background-image:url(http://img.originfrance.com/drapeau/en.png);}
		.form-group label.ru:before {background-image:url(http://img.originfrance.com/drapeau/ru.png);}
		.form-group label.de:before {background-image:url(http://img.originfrance.com/drapeau/de.png);}
		.form-group label.pt:before {background-image:url(http://img.originfrance.com/drapeau/pt.png);}
		.form-group label.es:before {background-image:url(http://img.originfrance.com/drapeau/es.png);}
		.form-group label.cn:before {background-image:url(http://img.originfrance.com/drapeau/cn.png);}*/
	
	.f-g-large label.dr:before {
		left: -20px;
	}
	.f-g-large label {
		width: 10%;
		margin: 6px 1% 0 0
	}
	.form-group .leform {
		float:left;
		width: 70%;
	}
	.f-g-large .leformlarge {
		float:left;
		width: 100%;
	}

	.form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
		color: #CCC; }

	.form-control, 
	.form-group .leform .bt  {
	  display: block;
	  width: 96%;
	  padding: 4px 2%;
	  font-size: 14px;
	  line-height: 1.428571429;
	  color: #555555;
	  vertical-align: middle;
	  background-color: #ffffff;
	  border: 1px solid #CCC;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
		.form-control:focus {
		  outline: 0;
		  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(114, 172, 213, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(114, 172, 213, 0.6);
		}
		.form-control[disabled],
		.form-control[readonly],
		fieldset[disabled] .form-control {
		  cursor: not-allowed;
		  background-color: #FBF8F7;
		}
		textarea.form-control {
		  height: auto;
		}
	.form-group .aide-txt {
		float:left;
		width: 70%;
		margin: 2px 0 4px 30%;
		color: #786447;
		display: none;
	} 
	.form-group .leform .bt {
		float:left;
		width: auto;
		background: #72acd5;
		color:#fff;
		cursor: pointer;
	}
		.form-group .leform .bt:hover { color:#000; }
	
/* iradio */
.iradio ul, .icheck ul {
	list-style-type: none;
}
	.iradio ul li,
	.icheck ul li {
		float:left;
		padding: 4px 2%;
		font-size: 14px;
		line-height: 1.428571429;
		color: #939393;
		background: #E4E2E2; 
		background: -webkit-linear-gradient(#E4E2E2, #EFEFEF);
		background:    -moz-linear-gradient(#E4E2E2, #EFEFEF);
		background:     -ms-linear-gradient(#E4E2E2, #EFEFEF);
		background:      -o-linear-gradient(#E4E2E2, #EFEFEF);
		background:         linear-gradient(#E4E2E2, #EFEFEF);
		border: 1px solid #CCC;
		cursor: pointer;
	}
		.iradio ul li:first-child {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		.iradio ul li:last-of-type { 
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}
		.iradio li.on.vert, .iradio li.vert:hover {
			color: #fff;
			background: #008216; 
			background: -webkit-linear-gradient(#008216, #61D154);
			background:    -moz-linear-gradient(#008216, #61D154);
			background:     -ms-linear-gradient(#008216, #61D154);
			background:      -o-linear-gradient(#008216, #61D154);
			background:         linear-gradient(#008216, #61D154);
			border: 1px solid #008216;
		}
		.iradio li.on.rouge, .iradio li.rouge:hover {
			color: #fff;
			background: #A80306; 
			background: -webkit-linear-gradient(#A80306, #FB5C5F);
			background:    -moz-linear-gradient(#A80306, #FB5C5F);
			background:     -ms-linear-gradient(#A80306, #FB5C5F);
			background:      -o-linear-gradient(#A80306, #FB5C5F);
			background:         linear-gradient(#A80306, #FB5C5F);
			border: 1px solid #A80306;
		}
		.iradio li.on.bleu, .iradio li.bleu:hover {
			color: #fff;
			background: #1142A6; 
			background: -webkit-linear-gradient(#1142A6, #3677F9);
			background:    -moz-linear-gradient(#1142A6, #3677F9);
			background:     -ms-linear-gradient(#1142A6, #3677F9);
			background:      -o-linear-gradient(#1142A6, #3677F9);
			background:         linear-gradient(#1142A6, #3677F9);
			border: 1px solid #1142A6;
		}
		.iradio li.on.violet, .iradio li.violet:hover {
			color: #fff;
			background: #80118F; 
			background: -webkit-linear-gradient(#80118F, #DB54ED);
			background:    -moz-linear-gradient(#80118F, #DB54ED);
			background:     -ms-linear-gradient(#80118F, #DB54ED);
			background:      -o-linear-gradient(#80118F, #DB54ED);
			background:         linear-gradient(#80118F, #DB54ED);
			border: 1px solid #80118F;
		}
		.iradio li.on.orange, .iradio li.orange:hover {
			color: #fff;
			background: #F06800; 
			background: -webkit-linear-gradient(#F06800, #F5B04C);
			background:    -moz-linear-gradient(#F06800, #F5B04C);
			background:     -ms-linear-gradient(#F06800, #F5B04C);
			background:      -o-linear-gradient(#F06800, #F5B04C);
			background:         linear-gradient(#F06800, #F5B04C);
			border: 1px solid #F06800;
		}

/* icheck */
.icheck ul li {
	float: inherit;
	display: inline-block;
	border-radius: 4px;
	color: #939393;
}
	.icheck ul li [type="checkbox"] {
		display: none;
	}
	.icheck ul li:hover, .icheck ul li.on {
		color: #fff;
		background: #72acd5; 
		border: 1px solid #1D87DD;
	}

.message_erreur_txt { background-color:#CC0000;}   
.message_erreur_txt .logo, .message_ok_txt .logo {float: left; width: 20px; height: 20px; margin: 8px; background-image: url(img/icone/20b_annuler.png); background-size:cover}	
.message_erreur_txt p, .message_ok_txt p {font-size: 14px; color: #fff; padding: 10px}
.message_ok_txt {background-color:#390;}   
.message_ok_txt .logo {background-image: url(img/icone/20b_valider.png);}	

	
	

/* fond antracite degradé */
.barrehaut {
	background: #333;
    background: -webkit-linear-gradient(#666, #333);
    background:    -moz-linear-gradient(#F9F9F9, #C3C3C3);
    background:     -ms-linear-gradient(#F9F9F9, #C3C3C3);
    background:      -o-linear-gradient(#F9F9F9, #C3C3C3);
    background:         linear-gradient(#666, #333);
}

/* fond orange degradé */
ul.pagination li.bt a:hover,
ul.titre_bt li a:hover,
.form-group .leform .bt:hover {
	background: #fe8d06;
    background: -webkit-linear-gradient(#666, #333);
    background:    -moz-linear-gradient(#F9F9F9, #C3C3C3);
    background:     -ms-linear-gradient(#F9F9F9, #C3C3C3);
    background:      -o-linear-gradient(#F9F9F9, #C3C3C3);
    background:         linear-gradient(#fdcc06, #fd7c0a);
}
