/*Holowar.fr prestation*/
/*  Ambiance Vert */

html
{
	margin: 0px;
	padding: 0px;
	font-family: monospace;
}
body
{
	margin: 0;
	padding: 25px 19px 20px 19px;
	font-size: 100%;
	background: #032004 url(img/vert/bg.jpg) top center repeat-x;
}
/* SPECIAL */
.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}
#load
{
	display: none;
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
/* STUCTURE */
#wrap
{
	margin: auto;
	width: 900px;
}
#header
{
	width: 900px;
}
#header img
{
	float: left;
	position: relative;
	bottom: 6px;
}
#header #info
{
	width: 840px;
	height: 27px;
	float: left;
}
#container
{
	margin: 0;
	padding: 0 0 1px 0;
	width: 900px;
	background: #fff;
	border-top: 4px solid #4A4A4A;
	border-bottom: 4px solid #4A4A4A;
}
#menu
{
	width: 840px;
	position: relative;
	top: -37px;
	left: 60px;
	z-index: 1;
}
#contenu
{
	position: relative;
	top: -30px;
	margin: 0 0 -45px 0;
}
/*
#bottom
{
	margin: 0 0 0 auto;
	width: 306px;
	height: 30px;
	text-align: center;
	background: url(img/vert/footer.jpg);
	border-bottom: 2px dashed #fff;
}
*/
/* LIEN */
a
{
	text-decoration: none;
	color: #4A9E2F;
}
a:hover
{
	text-decoration: underline;
}
#container #menu a
{
	display: block;
	margin: 0 0 0 6px;
	padding : 6px 0 0 0;
	height: 25px;
	width: 162px;
	text-align: center;
	font-variant: small-caps;
	font-size: 120%;
	background: url(img/vert/onglet.jpg) bottom repeat-x;
	border-top: 2px dashed #fff;
	float: left;
	color: #fff;
}
#container #menu a:hover
{
	background: url(img/vert/onglet.jpg) top repeat-x;
	border-top: 2px solid #fff;
	text-decoration: none;
}
/*  GENERIQUE */
h1
{
	margin: 0 10px 7px 10px;
	padding: 1px 0 2px 0;
	color: #4A4A4A;
	font-size: 130%;
	font-variant: small-caps;
	text-align: center;
	border-bottom: 1px dashed #FF8001;
	letter-spacing: 3px;
}
h2
{
	margin: 0 10px;
	padding: 1px 5px 2px 5px;
	color: #2F8D2F;
	font-size: 100%;
	font-variant: small-caps;
	text-align: left;
	border-bottom: 1px dashed #FF8001;
	letter-spacing: 3px;
	display: inline-table;
	background: #fff url(img/vert/p.jpg) top left no-repeat;
}
h1:first-letter
{
color: #FF8001;
}
p
{
	margin: 5px 10px;
	padding: 5px 12px;
	text-align: justify;
	background: #fff;
}
p:first-letter
{
	margin: 0 1px 0 5px;
	color : #FF8001;
	font-size: 135%;
	font-variant: small-caps;
	font-weight: bold;
}
#header #info span
{
	display: block;
	margin: 5px 0 0 12px;
	padding: 1px 2px;
	color: #fff;
	font-size: 100%;
	font-variant: small-caps;
	letter-spacing: 1px;
	float: left;
}
#header #info span + span
{
	margin: 5px 7px 0 0;
	text-align: right;
	float: right;
}
#bottom span
{
	display: block;
	padding: 6px 0 0 0;
	color: #fff;
	font-size: 85%;
	font-variant: small-caps;
}
/* LISTE */
ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#contenu ul
{
	width: 95%;
	margin: 3px 0 8px 0;
	padding: 2px;
	display: block;
	position: relative;
	left: 40px;
}
#contenu li
{
padding: 2px 0 0 5px;
margin: 0;
list-style: circle;
}
/* IMAGE */
#contenu img
{
	float: right;
	margin: 10px 10px 0 0;
	z-index: 3;
}
#contenu p img
{
	float: none;
}
#contenu p.img 
{
	width: 900px;
	text-align: center;
	margin: 0;
	padding: 6px 0 2px 0;
	background: #EFEFEF;
}
#contenu p.img img
{
	width: 200px;
	margin: 0 10px;
}
#contenu p.img img:hover
{
	margin: 0;
	width: 800px;
	position: absolute;
	top: -42px;
	left: 0;
	z-index:1;
	border: 8px solid #fff;
	border-left: 51px solid #fff;
	border-right: 51px solid #fff;
}
