/***************************************************************************
*									STYLE BALISE						   *
***************************************************************************/	
body { 
	margin: 15px auto 30px auto; 
	text-align:center; 
	width:650px; 
	font-family:arial;
	font-size:12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h2 {
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
p {
	
}
textarea, input, select { 
	width:50%;
}
fieldset {
	margin-top:20px;
}
legend {
	border-bottom: 0.2em  solid #d60153;
	font-size: 110%;
	text-transform:uppercase;
}
label{
	display:block;
	margin-top:10px;
}
table {
	width:100%;	
}


/***************************************************************************
*									  STYLE CLASS						   *
***************************************************************************/	
.structure {
	text-align:left;
	background-color:#FFFFFF;
	padding:5px; 
	border:1px; 
	border-style:solid; 
	border-color:black;
}
.entete {
	margin:0px;
	/*background-color:#ff9900;*/
	padding:10px;
}
.message { 
	color:red; 
	font-weight:bold;
	font-size:14px;
}
.bouton {
	width:100px;
}
.colNom {
	width:30%;
}
.colDesc {
	width:70%;
}
.gauche {
	text-align:right;
}
