html{
	font-size:100%;/* bug IE */
}
body{
	font-family:Arial,sans-serif;
	font-size:12px;
	margin:0;
	background: #5C9720 url(../images/fond.png) repeat-x;
	color:#000;
}
/* ---------------------------------------- */
a img{
	border:0;
}
a { text-decoration: none;	color:black;}
form{
	margin:0;
	border:0;
	padding:0;
}
/* ---------------------------------------- */
ul.horiz,ul.horiz li,ul.horiz ul,ul.verti,ul.verti li,ul.verti ul{
	border:0;
	margin:0;
	padding:0;
}
ul.horiz,ul.horiz ul,ul.verti,ul.verti ul{
	list-style-type:none;
	overflow:hidden;
}
ul.horiz li{
	float:left;
}
ul.horiz li a,ul.verti li a{
	text-decoration:none;
}
/* ---------------------------------------- */
/* ---------------------------------------- */
img#fondGauche
{
	position: absolute;
	top:0;
	left:-29px;
	/*background: url(../images/fond_gauche.gif) no-repeat ;*/
	overflow:hidden;
}
img#fondDroite
{
	position: absolute;
	top:0;
	right:-29px;
	/*background: url(../images/fond_droite.gif) no-repeat ;*/
	overflow:hidden;
}
div#conteneur
{
	position:relative;
	width: 960px ;
	min-height:1130px;
	margin: 0 auto ;
	text-align: left ;
	background: #fff ;
	
}

/* LOGO */
img#logo
{
	position: absolute;
	margin-top:23px;
	margin-left:49px;
	width: 172px;
	height: 126px;
	z-index:1;
}

.underlined
{
	text-decoration: underline ;
}
/* ---------------------------------------- */
table
{	margin-left:40px;border:1px solid #0090A7; border-collapse: collapse;	}
table td, th
{	border:1px solid #0090A7;	}
table#meta
{
	margin-left:0;
	border:none;
}
table#meta td
{	border:none;	}
.meta
{
	position: absolute;
	top:0;
	right:5px;
	z-index:1;
}
div#admin_meta
{
	position: absolute;
	top: 100px;
	left: 100px;
	width:700px;
	height:300px;
	background: #eee;
	z-index:100;
	padding-top:50px;
}
input.submit{
	background:url('../picto/page_tick.gif') top left no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
}

