
body {
color:black;
font-family:arial;
background-color:#CC3333;
background-image:url(images/degrade-rouge.gif);
background-repeat:repeat-x;
}

.contour{	
border-style:solid;
border-width:1px; 
border-color:white; 
background-color:transparent;
width:800px;
border-collapse:collapse;
}


.barredemenu {
	border-style:none;
	background-color:#CC3333;
	width:100%;
} 

.entete{
	border-style:none;
	background-color:white;
	width:100%;
}

.contenu{
	background-color:white;
}

.pied{
	background-color:#CC3333;
	width:100%;
}

.vraitableau{
	border-style:solid;
	border-width:1px; 
	border-color:#F19E24; 
	background-color:white;
	border-collapse:collapse;
	width:85%;
}

.cellule{
	font-size:12px;
	border-style:solid;
	border-width:1px; 
	border-color:#F19E24; 
	background-color:white;
	border-collapse:collapse;
	text-align:center;
}

.celluleEntete{
	font-size:12px;
	border-style:solid;
	border-width:1px; 
	border-color:#F19E24; 
	background-color:white;
	border-collapse:collapse;
	text-align:center;
	font-weight:bold;
}

.texte{
	border-style:none;
	width:80%;
}

p {
	font-size: 10pt;
	color: black;
}


h1 {
	font-size : 18pt;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #CC3333;
	text-align: center;
}

h2 {
	font-size : 16pt;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #CC3333;
	text-align: center;
}

h3 {
	font-size : 10pt;
	text-align: center;
}


h4 {
	font-size : 14pt;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #CC3333;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color:black;
	display:inline;
}

a {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color:black;
}

a.menu:hover {
	font-weight: normal;
	color : white;
}

a.contenu:hover {
	font-weight: normal;
	color : #CC3333;
}

li {
	font-size: 10pt;
	color: black;
}
	

.cadre {
	border: 2px solid yellow;
}

.bas {
	font-size: 8pt;
}