/*Holowar.fr prestation*/
/*  Ambiance  Bleue*/

html
{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	background: #1F1F1F url(../struc/img/bleu/bg.jpg) repeat;
}
body
{
	text-align: left;
	margin: 10px 19px;
	padding: 0;
	color: #000;
	font-size: 100%;
}
/* SPECIAL */
.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}
#load
{
	display: none;
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
/* STRUCTURE */
#header_side
{
	background: transparent url(../struc/img/bleu/header2.jpg) top left repeat-x;
}
#header
{
	width: 800px;
	margin: auto;
	height: 97px;
	background: transparent url(../struc/img/bleu/header.jpg) top center no-repeat;
	border-top: 5px solid #000303;
}
#header img
{
	display: none;
}
#header #info
{
	display: none;
}
#container_side
{
	background: #1F1F1F;
}
#container
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#container #menu
{
	float: left;
	width: 160px;
	margin: 3px 0 3px 3px;
}
#container #contenu
{
	float: left;
	width: 630px;
	margin: 4px 4px 4px 3px;
	position: relative;
}
#bottom_side
{
	background: transparent url(../struc/img/bleu/footer2.jpg) top left repeat-x;
}
#bottom
{
	width: 800px;
	margin: auto;
	height: 99px;
	background: transparent url(../struc/img/bleu/footer.jpg) bottom center no-repeat;
	border-bottom: 5px solid #000303;
}
/* LIEN */
a
{
	text-decoration: underline;
	color: #627EAF;
}
a:hover
{
	text-decoration: none;
}
#container #menu ul a
{
	display: block;
	background: #014E9E;
	border-left: 10px solid #2F7EBF;
	padding: 1px 0 3px 7px;
	margin: 2px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
#container #menu ul a + a
{
	margin: 0 1px 1px 1px;
}
#container  #menu ul a:hover
{
	border-left: 10px solid #7FC6FF;
}

/*  GENERIQUE */
h1
{
	background: #014E9E;
	border-left: 10px solid #4789BF;
	padding: 0 0 2px 7px;
	margin: 1px 1px 5px 1px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
h2
{
	margin: 0;
	padding: 0 10px 0;
	font-size: 100%;
	color: #000;
	text-align: left;
}
p
{
	text-align: justify;
	padding: 0 10px 2px 10px;
	margin: 5px 0 5px 5px;
}
#header span
{
	visibility: hidden;
}
/* LISTE */
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contenu ul
{
	width: 800px;
	margin: 3px 0 8px 0;
	padding: 0;
	display: block;
	position: relative;
	left: 40px;
	text-align: left;
}
#contenu li
{
padding: 2px 0 0 5px;
margin: 0;
list-style: circle;
}
/* IMAGE */
#contenu img
{
	float: right;
	z-index: 3;
}
#contenu p img
{
	float: none;
}
#contenu p.img 
{
	float: left;
	width: 600px;
	text-align: center;
}
#contenu p.img img
{
	width: 200px;
	margin: 0 20px;
}
#contenu p.img img + img
{
	width: 200px;
	margin: 0 35px 0 0;
}
#contenu p.img img + img + img + img
{
	width: 200px;
	margin: 0;
}
#contenu p.img img:hover
{
	margin: 0;
	width: 800px;
	position: absolute;
	top: -105px;
	left: -180px;
	z-index:1;
	border: 10px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}
