@charset "UTF-8";
/* CSS Document */


#blocformami{
	width: 65%;
	height: auto;
	margin-top:30px;
	margin: 0 auto;
}

#blocformami h2{
	font-size: 32px;
	margin-bottom: 20px;
	color: #6b3d3f;
}

#blocformami hr{
	width: 100%;
	height: 1px;
	border: 1px solid #706f6f;
}

	label{
	font-family: Georgia,Times;
	font-size:14px;
	font-weight: lighter;
	color: #706f6f;
	}

	input{
	/*background-color: #6b3d3f;*/
	background: transparent;
	border:1px solid #6b3d3f;
	font-family: Georgia,Times;
	font-style: italic;
	/*background-image: url("../images/fond_champ.jpg");
	background-repeat: no-repeat;*/
	/*margin-top: 10px;*/
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;*/
	/*border-radius: 3px;*/
	/*border:1px solid #c7d8e3;*/
	/*padding-left: 5px;/* pour l'espacement en début de champ */
	}

	/*select{
	width: 265px;
	height: 27px;
	text-indent: 12px;
	/* pour la fleche */
	background-image: url("../*/images/fleche_select_champ/*.png");
	background-repeat: no-repeat;
	background-position: center right;
	/* pour le design */
	background: transparent /*#f0ebe4;
	border:1px solid /*#f0ebe4;
	box-shadow:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
	}*/

	/*option{
	background-color:#f0ebe4;
	font-size:12px;
	color:#333333;
	border: none;
	}*/

	/*textarea{
	background-color:#f0ebe4;
	border:0px solid #f0ebe4;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
	/*}*/

	#ch_input{
	width: 100%;
	height: 24px;
	}

	/*#ch_select{
	width: 100%;
	height: 60px;
	}*/

	/*#ch_textarea{
	width: 100%;
	height: auto;
	}*/

	.double{
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
	margin-bottom:0; /* écratement des champs en hauteur */
	}

	.double input{
	width:230px;
	height:24px;
	float:right;
	color: #6b3d3f;
	font-weight: bolder;
	margin-top: 5px;
	text-indent: 6px;
	/*border: 0px solid #c7d8e3;*/
	}

	.inputage input{
		width:50px;
		margin-right: 180px;
	}

	.inputcp input{
		width:100px;
		margin-right: 130px;
	}

	/*.double input:focus{
	width:170px;
	height:24px;
	float:right;
	color: #628898;
	border: 1px solid #628898;
	background-color: #ffffff;
	}*/

	.double label {
	float:left;
	margin-top: 8px;
	}


	/**************************** VALIDATION ****************************/

	#validate{
	width:102px;
	height:58px;
	background:transparent url("../images/bt_valide_form.jpg") no-repeat;
	border:none;
	cursor:pointer;
	margin-top: 10px;
	}

	/**************************** CONFIRMATION ****************************/

	#confformami{
		font-size: 24px !important;
		line-height: 28px !important;
	}

	#confformami .rouge{
		color: #6b3d3f !important;
	}




	/**************************     MOBILE       **************************/

/*@media only screen and (max-width: 767px){ /* j'ai mis 767 car 768 ça marche pas dans IPAD PORTRAIT, ça fait comme si c'était un smartphone */



/*}/* fin @media MOBILE */

/**************************     TABLETTE       **************************/

/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait){



/*}/* fin @media TABLETTE */

/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape){



}/* fin @media TABLETTE "autres"*/



/**************************    DESKTOP       **************************/

/*@media only screen and (min-width: 1024px){ /* l'IPAD paysage est conté dedans !!!! */


/*} /* fin @media DESKTOP */



