@charset "utf-8";
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	min-width:1024px;
	background:#eee;
}
#splashidentification {
	position:absolute;
	width:413px;
	height:300px;
	top:50%;
	left:50%;
	margin:-50px 0 0 -206px;
	text-align:center;
}
	#splashidentification img {
		margin-bottom:40px;
	}
#splashidentification #identifiezvous {
	margin:10px 0;
}
#upload-progression {
	margin:40px 0 20px 0;
	width:984px;
	height:132px;
	position:relative;
}
	#upload-progression > div {
		width:100%;
		height:100%;
		position:absolute;
	}
	#upload-progression > div.upload-progression {
		display:none;
	}
	#upload-progression #upload-progression-6 {		background:url(../images/progression-6.png);	z-index:6; }
	#upload-progression #upload-progression-5 {		background:url(../images/progression-5.png);	z-index:5; }
	#upload-progression #upload-progression-4 {		background:url(../images/progression-4.png);	z-index:4; }
	#upload-progression #upload-progression-3 {		background:url(../images/progression-3.png);	z-index:3; }
	#upload-progression #upload-progression-2 {		background:url(../images/progression-2.png);	z-index:2; }
	#upload-progression #upload-progression-1 {		background:url(../images/progression-1.png);	z-index:1; }
	#upload-progression #upload-progression-fond {	background:url(../images/progression-fond.png);	z-index:0; }
#upload-etapes {
	padding:10px;
	border-radius:4px;
	margin:20px 0 40px 0;
	min-height:50px;
}
	#upload-etapes .upload-etape {
		display:none;
	}
		#upload-etapes .upload-etape a {
		}
		#upload-etapes .upload-etape a.precedent, #upload-etapes .upload-etape a.suivant {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #acd4f2), color-stop(1, #3e8dc9) );
			background:-moz-linear-gradient( center top, #acd4f2 5%, #3e8dc9 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd4f2', endColorstr='#3e8dc9');
			background-color:#acd4f2;
			-webkit-border-top-left-radius:8px;
			-moz-border-radius-topleft:8px;
			border-top-left-radius:8px;
			-webkit-border-top-right-radius:8px;
			-moz-border-radius-topright:8px;
			border-top-right-radius:8px;
			-webkit-border-bottom-right-radius:8px;
			-moz-border-radius-bottomright:8px;
			border-bottom-right-radius:8px;
			-webkit-border-bottom-left-radius:8px;
			-moz-border-radius-bottomleft:8px;
			border-bottom-left-radius:8px;
			text-indent:0px;
			border:1px solid #6386c2;
			display:inline-block;
			color:#fafafa;
			font-weight:normal;
			font-style:normal;
			height:34px;
			line-height:34px;
			width:120px;
			text-decoration:none;
			text-align:center;
			text-shadow:0px -1px 0px #627c9c;
			padding:0;
		}
		#upload-etapes .upload-etape a.precedent:hover, #upload-etapes .upload-etape a.suivant:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e8dc9), color-stop(1, #acd4f2) );
			background:-moz-linear-gradient( center top, #3e8dc9 5%, #acd4f2 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8dc9', endColorstr='#acd4f2');
			background-color:#3e8dc9;
		}
		#upload-etapes .upload-etape a.precedent:active, #upload-etapes .upload-etape a.suivant:active {
			position:relative;
			top:1px;
		}
		#upload-etapes .upload-etape a.envoyer {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6cd7a4), color-stop(1, #396) );
			background:-moz-linear-gradient( center top, #6cd7a4 5%, #396 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cd7a4', endColorstr='#396');
			background-color:#6cd7a4;
			-webkit-border-top-left-radius:8px;
			-moz-border-radius-topleft:8px;
			border-top-left-radius:8px;
			-webkit-border-top-right-radius:8px;
			-moz-border-radius-topright:8px;
			border-top-right-radius:8px;
			-webkit-border-bottom-right-radius:8px;
			-moz-border-radius-bottomright:8px;
			border-bottom-right-radius:8px;
			-webkit-border-bottom-left-radius:8px;
			-moz-border-radius-bottomleft:8px;
			border-bottom-left-radius:8px;
			text-indent:0px;
			border:1px solid #218a5e;
			display:inline-block;
			color:#fafafa;
			font-weight:normal;
			font-style:normal;
			height:34px;
			line-height:34px;
			width:120px;
			text-decoration:none;
			text-align:center;
			text-shadow:0px -1px 0px #218a5e;
			padding:0;
		}
		#upload-etapes .upload-etape a.envoyer:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #396), color-stop(1, #396) );
			background:-moz-linear-gradient( center top, #396 5%, #396 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#396', endColorstr='#396');
			background-color:#396;
		}
		#upload-etapes .upload-etape a.envoyer:active {
			position:relative;
			top:1px;
		}

input, select {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	margin-right:30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:8px;
	border:1px solid #ccc;
	background:#fff;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
input, select, #cke_messagedestinataire {
	margin:6px 0;
}
#Envoyer {
	text-decoration:none;
	background:#fff;
	border:1px solid #ccc;
	padding:6px 6px 6px 0;
	border-radius:4px;
	color:#396;
	cursor:pointer;
}
#Envoyer:hover {
	background:#fff;
	color:#000;
	-webkit-transition:all 25ms ease-in-out;
	-moz-transition:all 25ms ease-in-out;
	-o-transition:all 25ms ease-in-out;
	-ms-transition:all 25ms ease-in-out;
	transition:all 25ms ease-in-out;
}
.logo{
	margin-bottom:40px;
}
#informations {
	text-align:center;
}
#graphique {
	text-align:center;
	margin:40px 0;
	background:#fff;
	border-radius:4px;
	border:1px solid #ccc;
}
#modification {
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:130px;
	background:url(../images/icone.modification.png) no-repeat;
	width:50px;
	height:50px;
}
#page {
	position:relative;
	width:984px;
	margin:40px auto;
}
a {
	text-decoration:none;
	background:#fff;
	border:1px solid #ccc;
	padding:6px 6px 6px 0;
	border-radius:4px;
	-webkit-transition:all 250ms ease-in-out;
	-moz-transition:all 250ms ease-in-out;
	-o-transition:all 250ms ease-in-out;
	-ms-transition:all 250ms ease-in-out;
	transition:all 250ms ease-in-out;
}
a.telecharger {
	color:#06C;
	white-space:nowrap;
}
a.telecharger:hover {
	background:#06C;
	color:#fff;
}
a.supprimer {
	color:#C00;
	white-space:nowrap;
}
a.supprimer:hover {
	background:#C00;
	color:#fff;
}
a:hover {
	-webkit-transition:all 25ms ease-in-out;
	-moz-transition:all 25ms ease-in-out;
	-o-transition:all 25ms ease-in-out;
	-ms-transition:all 25ms ease-in-out;
	transition:all 25ms ease-in-out;
}
#uploadencours, #suppressionok, #depotok, #alertesaisie {
	display:none;
	text-align:center;
	width:944px;
	padding:20px;
	color:#fff;
	border-radius:4px;
	margin:20px 0;
}
#uploadencours {
	background:#06C;
}
#suppressionok {
	background:#C00;
}
#depotok {
	background:#396;
}
#alertesaisie {
	background:#ff5a00;
}
#supprimer {
	position:absolute;
	width:320px;
	height:320px;
	top:50%;
	left:50%;
	margin:-100px 0 0 -160px;
	text-align:center;
}
.recommandations {
	display:inline-block;
	margin:0 20px;
	width:120px;
}
.recommandations i {
	margin:0 0 10px 0;
	color:#000;
}
