
/***************************/
/****** BALISES : P ********/
/***************************/
p.titre_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e4342c;
	font-size: 16px;
}
p.titre_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007398;
	font-size: 16px;
}
p.titre_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccd401;
	font-size: 16px;
}
p.titre_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ac6b24;
	font-size: 16px;
}
p.titre_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e42b6e;
	font-size: 16px;
}
p.titre_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f9b53f;
	font-size: 16px;
}
p.titre_7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #59625b;
	font-size: 16px;
}
/***************************/
/****** BALISES : DIV ******/
/***************************/
div.impression {
	
	width: 690px;
	border: none;
	
}
div.contact {
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/***************************/
/***** BALISES : INPUT *****/
/***************************/

input.ami {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	height: 15px;
	width: 130px;
	border: thin solid #000000;
}

input.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC33;
	height: 15px;
	width: 130px;
	border: thin solid #000000;
}
input.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	height: 15px;
	width: 180px;
	border: thin solid #000000;
}
input.contactBouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC33;
	height: 18px;
	width: 180px;
	border: thin solid #000000;
}

/***************************/
/**** BALISES : textarea****/
/***************************/
textarea.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #000000;
	height: 80px;
	width: 350px;
}

/***************************/
label.ami {
display:block;
width:130px;
float:left;
}
label.contact {
	display:block;
	width:180px;
	margin: 10px;

}


