body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #feb52e;
	background-image: url('../images/tepac-fond.jpg');
	background-repeat: no-repeat;

	text-align: center;/* pour corriger le bug de centrage IE */

}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}




.header
 {
	/*background-color: #CF9625;*/
	}
	
	
.tableau
 {
	background-color: #cc6600;        
	}
	
        
.cellule
 {
 	text-align: justify;
	/* background-color: #FFF; */
	}
	
        
.cellule2
 {
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	}
	
.cellule3
 {
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #cc6600;
	}
	
        
.cellule4
 {
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	}
	
	
.cellule5
 {

	padding: 25px;
 	text-align: justify;
	background-color: #FFF;
	}
.cellule5 td
{
	padding: 25px;
}
	
.cellule6
 {

	padding: 25px;
 	text-align: justify;
	background-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	}
	
.cellule6 td
{
	padding: 25px;
}
	
#frise
{
	background: url('../images/frise.png') repeat-x;
	display: block;
	position: relative;
	z-index: -1;
	margin-top: -300px;
	background-repeat: repeat-x;
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}





/*********Balise h1;h2;h3;h4;h5;h6****************/

h1{
	display:inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}


h2{
	display: inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}



h3{
	display:inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;

}


h4{
	display:inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}


h5{
	display:inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}


h6{
	display:inline;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}