/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #fff solid;
}

#cel-bandeau{
	height:161px;
	width:570px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:161px;
	width:195px;
}
#tbl-corps{
	background-image:url(img/bas-corps.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:765px;
}
#cel-corps{
	background-image:url(img/haut-corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:83px;
}
#bord-gauche{
	width:235px;
	height:356px;
	background-image:url(img/bord-gauche.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#partie-centrale{
	background-image:url(img/fond-corps.jpg);
	background-position:top ;
	background-repeat:repeat-y;
	width:765px;
}

/*----------- MENU -----------*/

#menu{
	font-size:11px;
	font-weight:normal;
	color:#0d8a17;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu a{
	text-decoration:none;
	color:#0d8a17;
	display:block;
	width:156px;
	margin:0 0 0 7px;
	padding:0 0 0 20px;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	color:#fff;
	background-color:#0d8a17;
}

/*----------- CORPS DE LA PAGE -----------*/

#contenu{
	margin:60px 35px 10px 40px;
	font-size:12px;
	color:#000;
}
#contenu a{
	text-decoration:underline;
	color:#3D9411;
}
#contenu a:hover{
	text-decoration:none;
	color:#3D9411;
}
#texte-gauche{
	color:#fff;
	font-size:11px;
	width:175px;
	padding:60px 0 0 40px;
}
h1{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px 0px;
}
h2{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu img{
	border:1px #333 solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
.petit{
	font-size:10px;
}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

/*----------- FORMULAIRES -----------*/

input {
	border:1px solid #487729;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px solid #487729;
	color:#333;
}

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding-top:54px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}

