
html, body 
{
  height: 100%;
	font: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

#container 
{ 
	min-height: 100%;
	background: #11265d; // Old browsers 
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: auto;
	min-height: 755px;
	background-color: #FFF;
}

#header
{
	margin: 0 auto;
	margin-bottom: 25px;
	height: 140px;
	background-color: #fff;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
}

.formLogin
{
	width: 500px;
	background: #F1F1F1;
	margin: 50px auto;
	-webkit-box-shadow: 0px 0px 8px 2px #d1d1d1;
	-moz-box-shadow: 0px 0px 8px 2px #d1d1d1;
	box-shadow: 0px 0px 8px 2px #d1d1d1; 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	overflow: hidden;
}

.titreIndex
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.titreProjet
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.formChoixProjet
{
	width: 740px;
	margin:0 auto;
	overflow: hidden;
}

.formtitle
{
	padding: 10px;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 700px;
	background: -moz-linear-gradient(top, #163391 0%, #031A60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163391), color-stop(100%,#031A60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #163391 0%,#031A60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #163391 0%,#031A60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #163391 0%,#031A60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163391', endColorstr='#031A60',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #163391 0%,#031A60 100%); /* W3C */
}

.inputIndex
{
	width: 750px;
	text-align: center;
	overflow: hidden;
}

.input 
{
	width: 750px;
	margin-left: 50px;
	overflow: hidden;
}

input:invalid + span::after
{
	position: absolute;
	content: "X";
	padding-left: 5px;
	color: #8b0000;
}

input:valid + span::after
{
	position: absolute;
	content: "\2713";
	padding-left: 5px;
	color: #009000;
}

.inputLogin
{
	width: 740px;
	margin-bottom: 10px;
	margin: 25px;
	overflow: hidden;
}

.inputInfo
{
	margin-left: 10px;
	overflow: hidden;
}

.inputtext 
{
	float: left;
	line-height: 18px;
	min-height: 35px;
	width: 175px;
}

.inputcontent 
{
	float: left;
}

.sectionItem 
{
	width: 740px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 50px;
	overflow: hidden;
}

.section 
{
	width: 740px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 50px;
	overflow: hidden;
}

.sectionInfo
{
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.tableau
{
	color: #0C4DA2;
	border-collapse:collapse;
	margin: 0 auto;
	margin-top: 25px;
	background-color: #FFF;
}

.tableau td, .tableau th
{
	padding: 10px 5px;
}

.tableau th
{
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#031A60;
	color:#fff;  
}

.tableau tr:nth-child(odd)
{
	background-color:#F1F1F1;
}

.buttons 
{
	margin-right: 25px;
	padding: 15px;
	height: 34px;
}

.buttonsLogin
{
	background: #f1f1f1;
	padding: 15px;
	height: 34px;
}

.submitbuttonLogin
{
	background: -moz-linear-gradient(top, #163391 0%, #031A60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163391), color-stop(100%,#031A60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #163391 0%,#031A60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #163391 0%,#031A60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #163391 0%,#031A60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163391', endColorstr='#031A60',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #163391 0%,#031A60 100%); /* W3C */
	border: 1px solid #031A60;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
	text-shadow: -1px -1px #031A60;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.submitbuttonIndex
{
	background: -moz-linear-gradient(top, #163391 0%, #031A60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163391), color-stop(100%,#031A60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #163391 0%,#031A60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #163391 0%,#031A60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #163391 0%,#031A60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163391', endColorstr='#031A60',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #163391 0%,#031A60 100%); /* W3C */
	border: 1px solid #031A60;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
	text-shadow: -1px -1px #031A60;
	margin-top: 25px;
	cursor: pointer;
}

.submitbutton
{
	background: -moz-linear-gradient(top, #163391 0%, #031A60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163391), color-stop(100%,#031A60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #163391 0%,#031A60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #163391 0%,#031A60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #163391 0%,#031A60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163391', endColorstr='#031A60',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #163391 0%,#031A60 100%); /* W3C */
	border: 1px solid #031A60;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
	text-shadow: -1px -1px #031A60;
	margin-top: 25px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.submitbutton:hover, .submitbuttonIndex:hover, submitbuttonLogin:hover /*, .backbutton:hover, .allFormsPDFButton:hover*/
{
	background: #021A60; /* Old browsers */
	background: -moz-linear-gradient(top, #031A60 0%, #163391 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#031A60), color-stop(100%,#163391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #031A60 0%,#163391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #031A60 0%,#163391 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #031A60 0%,#163391 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031A60', endColorstr='#163391',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #031A60 0%,#163391 100%); /* W3C */
}

.submitbutton:disabled
{
	background: #ccc;
	color: #666; /* Couleur du texte quand désactivé */
  cursor: default; 
  opacity: 0.7; /* Légère transparence */
  text-shadow: none;
  border: none;
}

.erreur
{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
}

#push
{
	height: 25px;
}

#footer
{
	height: 100px;
	background-color: #FFF;
	border-top: 3px solid #11265d;
	color: #7484BB;
	clear: both;
 	position: relative;
	margin-top: -100px;	
}

#footer-content
{
	margin: 0 auto;
	padding-top: 50px;
	width: 960px;
	font-size: 14px;
}

.logout
{
	margin: 115px 0 0 835px;
	position: absolute;
	z-index: 1;
}

.logout img
{
	border: 0;
	padding-right: 5px;
}

.logout a:link, .logout a:visited
{
	color: #FFF;
}

.g-recaptcha {margin: 25px 0px 10px 50px;}
.grecaptcha-badge { z-index: 10; }