/*  reset */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}

body {
	line-height: 1;
	margin: 0 5px;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset */

/* général */
body {
	background: url(../img/bg-global.png) repeat;
	font-size: 12px;
	line-height: 18px;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

.formation {
	background: url(../img/bg-global_formation.png) repeat !important;
}

a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transform: translateZ(0);
}

hr,.line {
	clear: both;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #2973C5;
	color: #2973C5;
	height: 2px;
}

/* div#buzy {
	position: absolute;
	left: 50em;
	top: 20em;
} */

fieldset{
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
}

.table_window{
	border: none !important;
}

select[disabled] {
    color: graytext;
}

/* fin général */

/* Bouton */
.boutonlnk {
	display: inline-block;
	margin: 2px;
	padding: 0 6px;
	cursor: pointer;
	background: #2973C5;
	border-radius: 4px 4px 4px 4px;
	color: #F2F2F2;
	height: 27px;
	line-height: 27px;
	text-shadow: 1px 1px 0 #333333;
	text-align: center !important;
}

.boutonlnk:hover {
	color: #CCC !important;
}

.boutonlnk[disabled] {
	color: #777777 !important;
	background-color: #A0A0A0 !important;
}

.boutonlnkdisabled {
	display: inline-block;
	margin: 2px;
	padding: 0 6px;
	cursor: pointer;
	background-color: #A0A0A0;
	border-radius: 4px 4px 4px 4px;
	color: #777777;
	height: 27px;
	line-height: 27px;
	text-shadow: 1px 1px 0 #333333;
}

.boutonlnk>img {
	border: 0;
	margin-right: 4px;
	margin-bottom: 2px;
	vertical-align: middle !important;
}

.boutonlnkdisabled>img {
	border: 0;
	margin-right: 4px;
	vertical-align: middle !important;
}

/* fin bouton*/

/*Element de formulaire*/
select {
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

input[type="text"],textarea,input[type="file"] {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type="text"]:hover,textarea:hover {
	border: 1px solid #666;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type="text"]:focus,textarea:focus {
	border: 1px solid #41A1FF;
	box-shadow: 0 0 1px 1px #41A1FF;
}

/* Fin Element de formulaire */

/* Pour la buzydiv*/

.messagesInvisible {
	display: none;
}

.busydiv {
	color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	background-color: rgba(32, 32, 32, 0.8);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.busydiv div#message {
	position: relative;
	top: 40%;
	width: 200px;
	height: 100px;
	margin: auto;
	text-align: center;
}

#warningGradientOuterBarG {
	height: 20px;
	width: 200px;
	border: 1px solid #2973C5;
	overflow: hidden;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#2973C5) );
	background: -moz-linear-gradient(top, #FFFFFF, #2973C5);
	background: -webkit-linear-gradient(top, #FFFFFF, #2973C5);
	background: -ms-linear-gradient(top, #FFFFFF, #2973C5);
	background: -o-linear-gradient(top, #FFFFFF, #2973C5);
	background: linear-gradient(top, #FFFFFF, #2973C5);
}

.warningGradientBarLineG {
	background-color: #FFFFFF;
	float: left;
	width: 14px;
	height: 120px;
	margin-right: 24px;
	margin-top: -28px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.warningGradientAnimationG {
	width: 236px;
	-moz-animation-name: warningGradientAnimationG;
	-moz-animation-duration: 0.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: warningGradientAnimationG;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-ms-animation-name: warningGradientAnimationG;
	-ms-animation-duration: 0.4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: warningGradientAnimationG;
	-o-animation-duration: 0.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: warningGradientAnimationG;
	animation-duration: 0.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#warningGradientFrontBarG {
	
}

@-moz-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;
}
}

@-webkit-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@-ms-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@-o-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}
100%{
margin-left
:
0px;


}
}
/*fin busydiv*/

