﻿body {
  margin: 0;
  font-family: "Century Gothic", TeXGyreAdventorRegular, "Avant Garde", Avenir, Verdana, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ccc;
  cursor: default;
}
.global {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 93%;
	padding: 0px 0px 5px 0px;
	min-height: 30px;
	line-height:1.5;
	-webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

}	


.entete {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #cddeff;
	*background-color: #bbd2ff;
	background-image: -moz-linear-gradient(top, #cddeff, #bbd2ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cddeff), to(#bbd2ff));
	background-image: -webkit-linear-gradient(top, #0088cc, #bbd2ff);
	background-image: -o-linear-gradient(top, #cddeff, #bbd2ff);
	background-image: linear-gradient(to bottom, #cddeff, #bbd2ff);
	background-repeat: repeat-x;
	border-color: #0044cc #bbd2ff #cc2a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcddeff', endColorstr='#ffbbd2ff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.confirmationSty{
	position:absolute;
	top:40%;
	left:450px;
	display: none;
	padding: 40px 40px 40px 40px;
	border: 2px solid #33a;
	
	background-color: #cddeff;
	*background-color: #bbd2ff;
	background-image: -moz-linear-gradient(top, #cddeff, #bbd2ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cddeff), to(#bbd2ff));
	background-image: -webkit-linear-gradient(top, #0088cc, #bbd2ff);
	background-image: -o-linear-gradient(top, #cddeff, #bbd2ff);
	background-image: linear-gradient(to bottom, #cddeff, #bbd2ff);
	background-repeat: repeat-x;
	border-color: #0044cc #bbd2ff #cc2a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcddeff', endColorstr='#ffbbd2ff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:20px;
	font-weight: bold;
	color:#00C;
}
.boutonConfirmOk{
	position:absolute;
	top:70%;
	right:30px;
	font-size:15px;
	font-weight: bold;
	color:#039;
	background-color: #66f;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 120, 176, 0.5), rgba(200, 200, 255, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 120, 176, 0.5)), to(rgba(200, 200, 255, 0.5)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boutonConfirmAnnuler{
	position:absolute;
	top:70%;
	right:30px;
	font-size:15px;
	font-weight: bold;
	color:#039;
	background-color: #66f;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 120, 176, 0.5), rgba(200, 200, 255, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 120, 176, 0.5)), to(rgba(200, 200, 255, 0.5)));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}		
header span {
	display: inline;
	vertical-align: middle;
}

footer span{
	position: fixed;
	left:17px;
	top: 95%;
	display:inline;
	width: 100px;
	margin: 0px 40px 0px 15px;
	font-size: 12px;
}

h1 {
	display: inline;
	width:100%;
	padding-left: 45px;
	font-size: 24px;
	color: #FFF;
	vertical-align: middle;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

header {
	position: relative;
	padding: 8px 20px 0px 10px;
	height: 50px;
	vertical-align: middle;
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 15px 15px 0 0;
       -moz-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0;
}


section {
	position:relative;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
}	

section h2,
section h3,
section h4 ,
section p{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
section h2 {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	padding-bottom:0px;
	color: #1b69e6;
}

section h3 {
	width:90%;
	font-size: 20px;
	font-weight: bold;
}

section h4 {
	font-size: 17px;
	font-style: italic;
}


.swf{
	position:absolute;
	margin-left: 0%;
	margin-right: auto;
	margin-top:0px;
	background-color:#fff;
}

#contenuFlash{
	
}

#containerFond{
	position:absolute;

	top:0px;
	background:rgba(255,255,255,0.5);
	display:block;
}
#containerDiv1{
	position:relative;
	top:0px;
	display:none;
	height:100%;
	/*background-color: rgb(255, 255, 255);
	*background: rgba(255, 255, 255, 1);
	*color: rgba(255, 255, 255, 0.6);*/
}
#containerDiv2{
	position:relative;
	display:none;
	/*background-color: rgb(255, 255, 255);
	-webkit-background-color: rgba(255, 255, 255, 0.6);
	Ne fonctionne qu'avec chrome, les autres navigateurs n'aimenet pas avec le swfObject
	
	-moz-background-color: rgba(255, 255, 255, 0.6);
	-ms-background-color: rgba(255, 255, 255, 0.6);*/
	*color: rgba(255, 255, 255, 0.6);
}

#divAide{
	position:absolute;
	top:20px;
	left:50px;
	/*width:50%;
	height:60%;*/
}
#divAideConsigne{
	position:absolute;
	top:50px;
	/*alignement vertical*/
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	
	left:300px;
}

.boutonModuleEnCours{
	width:20px;
	height:20px;
	font-size:12px;
	font-weight: bold;
	color:#039;
	background-color: #666;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(100, 100, 100, 0.9), rgba(220, 220, 220, 0.9));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(100, 100, 100, 0.9)), to(rgba(220, 220, 220, 0.9)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boutonModuleValide{
	width:20px;
	height:20px;
	font-size:10px;
	font-weight: bold;
	color:#039;
	background-color: #6f6;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 176, 120, 0.9), rgba(200, 255, 200, 0.9));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 176, 120, 0.9)), to(rgba(200, 255, 200, 0.9)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boutonModuleNonValide{
	width:20px;
	height:20px;
	font-size:10px;
	font-weight: bold;
	color:#039;
	background-color: #f66;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(176, 120, 120, 0.9), rgba(255, 200, 200, 0.9));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(176, 120, 120, 0.9)), to(rgba(255, 200, 200, 0.9)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boutonModule{
	width:20px;
	height:20px;
	font-size:10px;
	font-weight: bold;
	color:#039;
	background-color: #66f;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 120, 176, 0.5), rgba(180, 180, 230, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 120, 176, 0.5)), to(rgba(180, 180, 230, 0.5)));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.boutonAideClass{
	
	height:20px;
	font-size:14px;
	font-weight: bold;
	color:#aaa;
	background-color: #6f6;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 176, 120, 0.8), rgba(180, 230, 180, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 176, 120, 0.8)), to(rgba(180, 230, 180, 0.5)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boutonAideConsigneClass{
	height:20px;
	font-size:14px;
	font-weight: bold;
	color:#999;
	background-color: #666;
	background: -moz-linear-gradient(0% 100% 90deg,rgba(120, 120, 120, 0.8), rgba(240, 240, 240, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 120, 120, 0.8)), to(rgba(240, 240, 240, 0.5)));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.containerModules{

	position:absolute;
	height: 100px;
	top:65px;
	right: 15px;
	width: 100%;
	display:block;
	text-align: right;
}
.containerBoutons{

	position:absolute;
	height: 70px;
	top:95px;
	right: 15px;
	width: 100%;
	display:block;
	text-align: right;
}
