@font-face {
     font-family: 'My font';
     src: url('../img/KingthingsTrypewriter.ttf') format('truetype');
}
html {
    font-family: 'My Font', 'Times New Roman';
}
body
{
	color: #000000;
	background: #FFFFFF;
	background: url("../img/fond-site-2.jpg") repeat;
}
p, td {
	font-size:16px;
	font-weight: 400;
}
.txt_Italic {
	color: #000000;
	font-style: italic;
	font-size:16px;
	font-weight: 400;
}
.txt_Gras {
	font-weight: 700;
	color: #000000;
	font-size:16px;
}
.txt_GrasItalic {
	font-weight: 700;
	color: #000000;
	font-style: italic;
	font-size:16px;
}
.txt_Souligne {
	color: #000000;
	text-decoration: underline;
	font-size:16px;
	font-weight: 400;
}
.txtEvident {
	color: #ff0000;
	font-size:16px;
	font-weight: 700;
}
.txtBlanc_Gras {
	font-weight: 700;
	color: #FFFFFF;
	font-size:14px;
}

.txtpetit {
	color: #000000;
	font-style: italic;
	font-size:10px;
	font-weight: 400;
}
h1 {
	font-size: 22px;
	color: #FF0000;
	font-weight: 700;
}	
h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	font-style: italic;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #FF0000;
	font-style: italic;
}
a {
	font-size:16px;
	font-weight: 400;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	font-size:16px;
	font-weight: 400;
	color: #000000;
	text-decoration: underline;
}
a.black {
	font-size:18px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: underline;
}
a.black:hover {
	font-size:18px;
	font-weight: 700;
	color: #FF0000;
	text-decoration: underline;
}
a.blackp {
	font-size:14px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: underline;
}
a.blackp:hover {
	font-size:14px;
	font-weight: 700;
	color: #FF0000;
	text-decoration: underline;
}
