.t1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.t2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.t3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.t4 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.t5 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.t6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.content {
	text-align: left;  /* type de justification */
	width: 550px; /* largeur du texte */
	font-size: 14px; /*Pour modifier la taille du texte du contenu principal*/
	line-height: 20px; /* spacing entre les lignes */
	padding-right: 65px; /* marge de droite */
	padding-left: 35px; /* marge de gauche */
}
.box {
	padding: 5px;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /*Taille du menu de gauche*/
	line-height: 18px;
}
a:visited {
	color: #0000FF;
}
a{
	text-decoration: none;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
.back {
	background-repeat: repeat-y;
}
