html, body {
	height:100%;
	overflow: auto;
}
body {
	font: 0.8em "trebuchet MS", helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#000000;
}
#TableBody {
	height:100%;
	width: 900px;
	background: url(../images/bg_body.gif) repeat-y center;
	margin: 0 auto;
}
.bgActu {
	background: url(../images/bg_actu.gif) repeat-y left;
}

#container {
	padding: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height:100%;
	margin:0;
}
.contenuA {
	
		background: url(../images/bg-contenuTab.gif) no-repeat top right;
}
.contenu {
	height: 500px;
	padding: 0 40px 10px 20px;
	text-align: justify;
}
.contenuIndex {
	height: 500px;
	padding: 20px 45px 10px 22px;
	text-align: left;
	background: url(../images/bg-contenu.gif) no-repeat bottom ;
}
.contenuIndex h1{
	font-size: 20px;
	margin:0 0 20px 0;
	border-bottom: 1px solid #000;
}
.contenu h1{
	font-size: 20px;
	margin:0 0 20px 0;
	border-bottom: 1px solid #000;
}
.Puceh1 {
	font: 15px "trebuchet MS", helvetica, sans-serif;
	background: url(../images/puce_small.gif) no-repeat left bottom;
	line-height: 25px;
	padding:0 0 1px 30px;
	margin: 0 0 5px 10px ;
}
.Headerh1 {
	font: 16px "trebuchet MS", helvetica, sans-serif;
	background: url(../images/logo.gif) no-repeat left bottom;
	line-height: 70px;
	padding:0 0 1px 140px;
	margin: 0 0 5px 10px ;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #FFF;
	background: url(../images/bg_h3.gif) no-repeat left bottom;
	line-height: 30px;
	padding:0 0 0 10px;
	margin: 10px 0 10px 0 ;
}
h4 {
	font-size: 12px;
	margin:0;
	padding: 0;
}
h5 {
	font-size: 11px;
	margin:0;
	padding: 0;
}
h6 {
	font-size: 10px;
	margin:0;
	padding: 0;
}
strong {
	/*color: #990066;*/
	color: #000;
}

.telechargement {
	
}
.telechargement a{
	font-size: 13px;
	display: block;
	background: #FFF url(../images/pdf.gif) no-repeat left bottom;
	line-height: 29px;
	padding:0 0 0 30px;
	margin: 5px 0 5px 0 ;
	border: 1px solid #ccc;
	color:#000000;
	text-decoration:none;
}
.telechargement a:hover{
	background: #FFF url(../images/pdf_on.gif) no-repeat left bottom;
	border: 1px solid  #99CC33;
}

a {
	/*text-decoration:none;*/
	color: #000000;
}
/*a:hover {
	font-weight: bold;
}*/
.boutonValider a {
	display: block;
	font-size: 15px;
	padding: 0 20px;
	margin: 5px 0 0 0;
	text-decoration: none;
	color:#000;
	border: 1px solid #ccc;
	text-align: center;
	height: 25px;
	width: 120px;
	background: url(../images/bg_bouton.gif) repeat-x;
}
.boutonValider a:hover {
	background: url(../images/bg_bouton_on.gif) repeat-x;
	border: 1px solid #333;
}
.titrePage {
	background: url(../images/puce_titrePage.gif) no-repeat left top;
	font-size: 17px;
	line-height: 30px;
	margin:5px 0 20px 0;
	padding:0 0 0 60px;
	color: #000;
}

/*-------------------------------actualit�----------------------------*/
.actualite{
	padding: 10px 10px 0 10px;
}
.actualite img{
	padding: 0 0 10px 0 ;
}
.actualite a{
	text-decoration: none;
	color: #000;
}
.titreZone{
	font-size: 17px;
	margin:0 0 5px 0;
	padding:0;
	color: #CC6600;
	border-bottom: 1px solid #CC6600;
}
.titreZone h1, p{
	margin:0;
	padding: 0;
}
.actualite p{
	font-size: 11px;
	text-align: justify;	
}
.actualite .voirArticle{
	font-size: 13px;
	text-align: right;
	padding-top: 0px;
}
.titreArticle{
	font-size: 17px;
	color: #000;
	margin:0;
	padding:0;
}

/**
WEBMASTERING
**/
img.icones {
	vertical-align:middle;
	border:none;
}
/** Table, DIV **/
.header a img {
	border:none;
}

td.header {
	height:159px;
}

td.menu_bg {
	background:url('../images/bg_menu2.jpg') no-repeat;
	height:390px;
}

td.menu_bg  a img {
	border:none;
}

td.content {
	background-color:#FFFFFF;
	padding:13px;
}

div.actualites {
	background:url('../images/menu_home/bg_actus.png') no-repeat;
	width:767px;
	height:39px;
	padding-top:8px;
	padding-left:15px;
	color:#FFFFFF;
	line-height:32px;
}

/** Titres **/
h1 {
	color:#306f25;
	font-size:16px;
	font-family:Arial, Verdana;
	font-weight:bold;
	margin:0px;
}

h1 span {
	color:#96481d;
}

/** Liens **/
a.yellow:link {color:#c5d13c;font-size:13px;text-decoration:underline;}
a.yellow:active {color:#c5d13c;font-size:13px;text-decoration:underline;}
a.yellow:hover{color:#c5d13c;font-size:13px;text-decoration:underline;}
a.yellow:visited{color:#c5d13c;font-size:13px;text-decoration:underline;}

/** Utiles **/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clr {
	clear:both;
}

.bordered {
	border:1px solid black;
}

.marginLeft {
	margin-left:15px;
}

.width500{
	width:530px;
}
.marginTop {
	margin-top:15px;
}

span.titreActu {
	font-size:16px;
	margin-right:15px;
}

#container2 {
	padding: 0;
	height:100%;
	margin:0;
}

/** Footer **/
#footer {
	font-size: 11px;
	background-color:#d5d5dd;
	color:#5f616c;
}

#footer table td {
	padding:10px;
}
#footer a{
	color:#5f616c;
	text-decoration: none;
}
#footer a:hover{
	color:#5f616c;
	text-decoration:underline;
}
