﻿body {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	text-align: center;
	background-image:url(img/background.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin:0px;
}
a {
	color:#000000;
}	
.title {
	font-size: 18px;
	color: White;
}
.subtitle {
	font-size: 16px;
}
input, select, textarea
{
	border: 1px solid;
	border-color:#BFBFBF;
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
}
.conteneur-arrondi{
	padding:0;
	width:800px;/* determine la largeur de la boite contenue */
	margin:1px;
	text-align: left;
	background-image:url(./img/fond.png);
	background-repeat:repeat;
}
.conteneur-arrondi-interne{
	padding:0;
	width:750px;/* determine la largeur de la boite contenue */
	margin:1px;
	text-align: left;
	background-color: White;
}
.conteneur-arrondi-historique{
	padding:0;
	width:400px;/* determine la largeur de la boite contenue */
	height:120px;
	margin:1px;
	text-align: left;
	background-color: White;
}
.conteneur-arrondi-historique-bis{
	padding:0;
	width:650px;/* determine la largeur de la boite contenue */
	height:500px;
	margin:1px;
	text-align: left;
	background-color: White;
}
.conteneur-arrondi-parametre{
	padding:0;
	width:300px;/* determine la largeur de la boite contenue */
	height:140px;
	margin:1px;
	text-align: left;
	background-color: White;
}
.un {
	margin:0 4px;
	height:1px;
	background-color:#BFBFBF;
	overflow:hidden;/*necssaire pour IE */
	border:1px solid #BFBFBF;
	border-top:0;border-bottom:0;
}
.deux {
	margin:0 3px;
	height:1px;
	overflow:hidden;/*necssaire pour IE */
	border:1px solid #BFBFBF;
	border-top:0;border-bottom:0;
}
.trois{
	margin:0 2px;
	height:2px;
	overflow:hidden;/*necssaire pour IE */
	border:1px solid #BFBFBF;
	border-top:0;border-bottom:0;
}
.quatre {
	margin:0 1px;
	height:2px;overflow:hidden;/*necssaire pour IE */
	border:1px solid #BFBFBF;
	border-top:0;border-bottom:0;
}
.centrearrondi {
	border:1px solid #BFBFBF;
	border-top:0;border-bottom:0;
	margin:0 1px;
	padding:0 2em;
	min-height:10px;/* avec eventuellement une hauteur mini */
	height:auto!important;
	height:150px;
}
.notification {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:Red;
}


