/*** ELEMENTS GLOBAUX ***/

body {
	background-color: #FFFFFF;
	margin-top: 1px;
	font-family: tahoma;	
	text-align: center;
	font-size: 10pt;
	background-image: url("./background.jpg");
	background-repeat: repeat-x;
}
img
{text-align: left;}

label
{
	font-family: tahoma;		
	font-size: 10pt;
}

.contenu
{
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #461187;
	background-color: white;
	background-image: url("./dossier-background.jpg");
	background-repeat: repeat-x;
	
}

/*** GENERAL ***/

.titre1
{
	color: white;
	font-size: 15pt; 	
	height: 35px;
	padding-left: 12px;
	padding-top: 4px;
}

.titre2
{
	font-family: Tahoma;
	font-size: 14pt;
	color: #461187;
}

.erreur
{
	font-family: Tahoma;
	font-size: 10pt;
	text-align: justify;
	color: red;
}

.normal
{
	font-family: Tahoma;
	font-size: 10pt;
	text-align: justify;
}

.cadre
{
	border: 1px solid #461187;
	padding: 10px;	
	background-color: #EEEEEE;
}
