@charset "utf-8";
/* CSS Document */

.text {	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.body {
  background-image: url(images/papier.jpg);
  	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

}
#titre1 {
background-color: #993300;
color: #FFFFFF;
font-weight: bold;
font-size: large;
border-color:  #993300;
border-width: medium;

}
.titre {
	color: #0033CC;
	font-weight: bold;
	font-size: xx-large;
}

.text_defaut {
	color: #993300;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

.libs {
    color: #993300;
    font-weight: bold;
}

.text_info {
	color: #CC0099;
	font-style: italic;
}

.alert {
    color: #CC0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: large;
    text-align: center;
}
