@charset "UTF-8";
/* CSS Document */

#index_login {
	color: #2E2F61;
}
#index_login label {
	font-size: 0.7em;
	
}
#login_haut {
	background-image: url(images/login_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
#login_milieu {
	background-image: url(images/login_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
}
#login_bas {
	background-image: url(images/login_03.jpg);
	background-position: center top;
	height: 10px;
	background-repeat: no-repeat;
}
#index_login input {
	width: 118px;
	border: 1px solid #2E2F61;
	background-color: #D4DCEE;
}
#index_login h5 {
	color: #2E2F61;
	font-size: 0.8em;
	padding-bottom: 0.5em;
	text-align: center;
}
#index_login #bouton   {
	text-align: center;
	padding-top: 5px;
}
#index_login #bouton a {
	font-size: 0.7em;
	color: #2E2F61;
	padding-top: 10px;
}
#index_login #bouton input {
	width: auto;
	background-color: #2E2F61;
	color: #FFFFFF;
}
#col_gauche form {
	background-color: #F3F3F3;
	height:230px;
	position:relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#col_gauche form p {
	padding-bottom: 2px;
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
}
#col_gauche label {
	width: 105px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#col_gauche input {
	background-color: #F5F4FA;
	width: 150px;
	border: 1px solid #A8A5CA;
	margin: 0px;
	padding: 0px;
}
#col_gauche textarea {
	background-color: #F5F4FA;
	border: 1px solid #A8A5CA;
	width: 250px;
	height: 50px;
}
#col_gauche .message {
	width: 100%;
	clear: both;
	height: auto;
	padding-bottom: 10px;
}
#col_gauche #nom {
	width: 94px;
}
#col_gauche #cp {
	width: 50px;
}
#col_gauche #mention {
	font-size: 0.7em;
	position:absolute;
	bottom:-20px;
	left:0px;
	font-style: italic;
}
#col_gauche #boutons {
	text-align: right;
	background-color: #2E2F61;
	clear: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#col_gauche #boutons .envoyer {
	width: auto;
	background-color: #8986B7;
	color: #2E2F61;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	font-size: 11px;
}
#col_gauche  form h5 {
	padding-bottom: 10px;
	margin: 0px;
}
.obligatoir {
	color:#CC0000;
}
.solution_integrale #gauche {
	display: none;
}
.solution_integrale #texte {
	margin-left: 0px;
}
.solution_integrale #txt_courant {
	text-align: center;
}

