/* 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;
}
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;
}


/* CSS APP */

/*
Typo : 'nowblack', 'nowbold', 'nowlight', 'nowmedium', 'nowregular', 'nowthin';
Rouge : #8a1538;
Gris foncÃ© : #717271;
*/

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #FFF;
    font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	padding: 25px;
	color: #444;

}

.title-doc{
	text-align: center;
	padding: 30px 20px;
	background: #eee;
	font-family: 'nowbold';
	font-size: 26px;
}

.titre-element{
	font-size: 22px;
	margin: 60px 0 30px 0;
	font-family: 'nowbold';
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
	padding: 12px 12px;
	border-left: 3px solid #8a1538;
	
}




.titles h1, .titles h2, .titles h3, .titles h4{
	font-family: 'nowbold';
	line-height: 28px;
}

.titles h1{
	font-size: 26px;
}

.titles h2{
	font-size: 22px;
}

.titles h3{
	font-size: 18px;
}

.titles h4{
	font-size: 16px;
}

.titles p{
	font-size: 14px;
	margin:  0;
}

 p{
	font-size: 14px;
	margin:  15px 0;
 }

a{
	color: #167ac6;
	text-decoration: none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover, a:visited, a:active{
	color: #22a0ff;
	text-decoration: none;
}

.button{
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #8a1538;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	cursor: pointer;
}

.button:hover{
	background: #e94a40;
}

.button.disabled{
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #AAA;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	cursor: pointer;
}

.button.disabled:hover{
	cursor: not-allowed;
}

blockquote{
	background: #eee;
	padding: 20px;
	font-style: italic;
	line-height: 24px;
}

blockquote:before{
	content: "\f10d";
	font-family: FontAwesome;
	color:  #8a1538;
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: -3px;
}

blockquote:after{
	content: "\f10e";
	font-family: FontAwesome;
	color:  #8a1538;
	margin-left: 10px;
	font-size: 20px;
	position: relative;
	top: 3px;
}


.icon-red a{
	color: #8a1538;
}

.icon-red a:hover{
	color: #e94a40;
}

.icon-red i{
	margin-right: 5px;
}

.navigation nav ul{
	border-bottom: 1px solid #CCC;
	display: inline-block;
}

.navigation nav ul li{
	display: inline-block;
}

.navigation nav ul li a{
	display: inline-block;
	padding: 8px 10px 10px;
	font-family: 'nowmedium';
	font-size: 16px;
	color: #444;
}

.navigation nav ul li a:hover{
	-webkit-box-shadow:inset 0 -3px 0 0 #8a1538;
	box-shadow:inset 0 -3px 0 0 #8a1538;
	color: #167ac6;
}

.navigation nav ul li a.active{
	-webkit-box-shadow:inset 0 -3px 0 0 #8a1538;
	box-shadow:inset 0 -3px 0 0 #8a1538;
}

/* fin reset */

/* général */
.formation {
	background: url(../img/bg-global_formation.png) repeat !important;
}


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

.table_window{
	border: none !important;
}

select[disabled] {
    color: graytext;
}

/* fin général */

/* Bouton */
.boutonlnk {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #8a1538;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 2px;
}

.boutonlnk:hover {
background: #8a1538;
    color: #fff;}

.boutonlnk[disabled] {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #AAA;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	cursor: pointer;
}

.boutonlnkdisabled {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #AAA;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	cursor: pointer;
}

.boutonlnkdisabled:hover , .boutonlnk[disabled]:hover {
	cursor: not-allowed;
}

.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*/



/* 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*/

