body
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	background-color:#6d6868;
	background-image:url(../images/fond.gif);
	background-repeat:repeat-x;
	margin: 0;
	font-size:12px;
	
}

/* Polices */

img {border:0;}

.souligne { text-decoration: underline; }
.non-souligne { text-decoration: none; }
.gras { font-weight: bold; }
.non-gras { font-weight: normal; }
.italique { font-style: italic; }
.justifie { text-align: justify; }
.gauche { text-align: left; }
.droite { text-align: right; }
.centre { text-align: center; }
.bas { vertical-align:bottom; }

.block { display:block; }
.pointer {cursor:pointer; }

.t1{font-size : 9px;}
.t2{font-size : 10px;}
.t3{font-size : 11px;}
.t4{font-size : 12px;}
.t5{font-size : 14px;}
.t6{font-size : 15px;}
.t7{font-size : 18px;}
.t8{font-size : 22px;}
.t9{font-size : 24px;}

.c1 { color: #000; }
.c2 { color: #2a2a2a; }

h1
{
	color: #5c9713;
	font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2
{
	color:#5c9713;
	font-size:13px;
	font-weight:bold;
    margin: 0;
}

h3
{
	color:#5c9713;
	font-size:11px;
	font-weight:bold;
    margin: 0;
}

.bg-gris {background-color: #f1f1f1;}
.bg-blanc {background-color: #fff;}

/* Contenu */
.menu a
{
	color: #010101;
	text-decoration: none;
}

.menu a:hover
{
	text-decoration: underline;
}

.img-centre div
{
	color: #fff;
	font-size: 10px;
	margin-top: 98px;	
	margin-left: 1px;	
}

div.footer 
{ 
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	width: 100%;
	
	text-align:center;
	height:53px;
	padding-top:10px;

}

.footer-texte 
{
    width:950px; 
    
    margin:0 auto;

	text-align: right;
color: #918e8e;
  
}


.footer-texte a
{	font-size: 10px;
	padding: 0 14px 0 14px;
	color: #918e8e;  text-decoration: none;}
/*/////////////////////////////////////////
/                CONTENU                  /
/////////////////////////////////////////*/

.contenu { background:url(../images/bg-contenu.jpg) repeat ;}
.bloc-contenu { padding:5px; background-color:#f1f1f1; border:solid 1px #fff; }
.titre-contenu {padding:5px; height:26px; margin-top:10px; font-weight:bold; }
.separator{ height:18px;}
p{ padding:0;  margin:0;}
ul{padding:4px 0px 4px 15px; margin:0; list-style:square;}
li{padding-top:5px;}

/* Contact */

input.input1
{
	height:15px;
	font-size:13px;
	width: 440PX;
}

textarea.textarea1
{
	height:110px;
	width: 440PX;
	font-size:14px;
	overflow: auto;
}

input.button1
{
	width: 120PX;
	display:block;
	background-color:#5c9713;
	border:#ccc solid 1px;
	color:#fff;
	cursor:pointer;
}

input.button1:hover
{
    
   	background-color:#74b029;
}

.tableNews td { border-top:solid 1px #bbb;}
