﻿body {
    background-color: #f7842c;
    font-family: "Courier New", Courier, monospace;
	font-size: 12px ;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:2px;
	text-align: center;
	text-decoration:none;
	margin: 0;
	padding: 0;
	 }
	 

.texte1
{
    padding:5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
	text-align: justify;
	text-decoration:none;
	background-color : #e14e05;
	border:medium #000000 double;
	
}
.p1
{
    padding:5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #000000 ;
	letter-spacing:1px;
	text-align: justify;
	text-decoration:none;
	background-color : #CCCC00;
	border:medium #000000 double;
	
}

.texte2
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#000000;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:2px;
	text-align: center;
	text-decoration:none;
	background-color : #f3ea1f;
	border:medium #000000 double;
}

.texte3
{  padding:5px;
   font-family:  cursive, "Courier New", Courier, monospace; 
	font-size: 15px;
	color:#000000;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:2px;
	text-align: left ;
	text-decoration:none;
	background-color : #ffffcc;
	
}

.texte4
{  padding:5px;
   font-family:  cursive, "Courier New", Courier, monospace; 
	font-size: 18px;
	color:#000000;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:2px;
	text-align: justify ;
	text-decoration:none;
	background-color : #ffffcc;
	background-image :  url('oriback.jpg') ;
	background-repeat:no-repeat;
	background-position:center;
		
}

.texte5
{
	font-family: "Courier New" ,  Courier,  monospace;
	font-size: 16px;
	color:#000000;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:2px;
	text-align:   center;
	text-decoration: none;
	background-color :  #f3ea1f;
	border:medium #000000 double;
}

h1
{   
    background-color: #d93908;
	color: #FF0000;
	font-family:  Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}

h2
{
background-color: #d93908;
color: #000080;
font-family: "Times New Roman", Times, serif, "Comic Sans MS"; 
font-size: 16pt;
font-weight: bold ; 
font-style: normal ;
}

h3
{
background-color: #d93908;
color: #ffff00;
font-family:  Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
font-size: 14pt;
font-weight: bold ; 
font-style: italic ;
}

h4
{
background-color: #d93908;
color: #ffff00;
font-family:  Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
font-size: 12pt;
font-weight: bold ; 
font-style: italic ;
}

img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

