@charset "utf-8";
/* CSS Document */
html { 
  margin:0;
  padding:0;
  background: url(images/fond-2020.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
/* tableau rouge  ombré 
<!--.tableau1 {
	
	background-image: url(images/ombre_01.png);
	background-repeat: repeat-x;
}

.tableau2 {
	
	background-image: url(images/ombre_02.png);
	background-repeat: repeat-x;
}

.tableau3 {
	
	background-image: url(images/ombre_03.png);
	background-repeat: no-repeat;
}

.tableau4 {
	background-image: url(images/ombre_04.png); 
	background-repeat: repeat-y;
}

.tableau5 {
	background-image: url(images/ombre_05.png); 
	background-repeat: repeat-y;
}

.tableau6 {
	background-image: url(images/ombre_06.png); 
	background-repeat: no-repeat;
}

.tableau7 {
	background-image: url(images/ombre_07.png); 
	background-repeat: repeat-x;
}

.tableau8 {
	background-image: url(images/ombre_08.png); 
	background-repeat: no-repeat;
}*/

/* fin tableau rouge ombré */

.floatleft {
	 float : left; 
	 padding-right : 10px;
} 

.floatright {
	 float : right; 
} 



/* styles texte */
body,td,th {
	font-family: 'Rosario', sans-serif;
	color: #2c2c2c;
	font-size:18px;
	letter-spacing: 0,8px;
}
/* body {
	background-color: #ffffff;
}*/
a:link {
	
	color: #bf0000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #bf0000;
}
a:hover {
	text-decoration: underline;
	color: #F03427;
}
a:active {
	text-decoration: none;
	color: #bf0000;
}

h1 { 
	font-family: 'Oregano', cursive; 
	 color: #2c2c2c;
	font-size: 28px;
	line-height: 16px;
	letter-spacing: 2px;
	 }
	 
 h2 {
	font-family: 'Rosario', sans-serif;
	color: #2c2c2c;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	
	 }

h3 {
	font-family: 'Ubuntu Mono',;
	color: #2c2c2c;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	 }
	 
h4 {
	font-family: 'Ubuntu Mono',;
	color: #bf0000;
	font-size: 26px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	 }
	 
h5 {
	font-family: 'Ubuntu Mono',;
	color: #bf0000;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	 }
	 
	 
	 ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul li
{
background-image: url(images/puce-rouge.gif);
background-repeat: no-repeat;
background-position: 0px 8px; 
padding-left: 12px; 
margin-left: 12px;
}