@font-face {
	font-family: "Comic Sans MS, Arial";
	src: url('fonts/comic-font.ttf');
}

@font-face {
	font-family: "Comic Sans MS, Arial";
	font-weight: bold;
	src: url('fonts/comicbd-font.ttf');
}


BODY	{
		margin: 0;
		padding: 0;
		background: url(images/image_fond_ecran_noel.jpg) #000000;			
		font-family: Comic Sans MS, GGillSans, Verdana, Arial, Helvetica, sans-serif;		
		font-size: 10pt;																
		color: #FFFFFF;
		}

TD {
	font-size: 10pt;
	text-align: justify;	
}

.justify{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;		
		}

.center{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;		
		}
		
.left{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;		
		}			

.right{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		text-align: right;		
		}		

#cadre_principal
	{
	background: url(images/image_de_fond_1.jpg) repeat #5E0000;
	margin: 0;
	padding-top: 10pt ;
	padding-right: 10pt ;
	padding-bottom: 10pt ;
	padding-left: 10pt ;
	text-align: justify;
	width: 880px;
	}
	
A:link
{
color: #80FFFF;
TEXT-DECORATION: none;
}

A:visited
{
color: #80FFFF;
TEXT-DECORATION: none;
}

A:hover
{
color: #80FFFF;
TEXT-DECORATION: underline;
}

.style_texte_2
/* texte en vert / jaune */
{
color: #FFFF00;
}

.style_texte_3
/* texte en gris */
{
color: #FF8080;
}

.style_lien_2
/* texte en vert / jaune */
{
color: #FFFF00;
}


