body{
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
}

a:visited{
	color: #333;
	background: transparent;
}

a:hover{
	color: #06C;
	background: transparent;
}

a img{
	border: 0;
}

fieldset{
	border: none;
	width: 100%;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 99%;
}


/* Pages externes
*********************************************/
#cadre{
	margin: 10px auto;
	border: 1px dotted #6696C7;
	background: #F0F8FF;
	padding: 5px;
	text-align: center;
	font-size: 0.80em;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	
}

#cadre h2{
	margin-bottom: 1.5em;
	font-size: 1.5em;
}


#cadre form{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
}

#message{
	margin-left: 20px;
	margin-right: 20px;
margin-bottom: 20px;
}

.info{
margin-left: 20px;
	margin-right: 20px;
color:#666;
}

