*{ margin:0; padding: 0; font-family: "Lucida Sans", Verdana, Arial;}
/* GENERIQUES --------------------------------------------------- */
.nettoyeur{
	line-height:1px;
	font-size: 1px;
	height: 1px;
	clear:both;
}
p{ margin: 0 0 10px 0;}


/* CONSTRUCTION DE LA PAGE -------------------------------------- */
body{ background: url(/design/img/line.jpg) repeat-y top center #0B0000;
 }
#container{
	background: url(/design/img/fond.jpg) repeat-x top ;
}
#pied{
	background: url(/design/img/pied.jpg) no-repeat bottom center;
	padding: 0 0 230px 0;
}
#box{ 
	width: 760px; 
	margin: auto;
	background: url(/design/img/top.jpg) no-repeat;
}
#entete{
	height: 370px;
	position: relative;
}
#flash{
	position: absolute;
	top: 143px;
	left: 70px;
}

#corps{
	width: 610px;
	position: relative;
	left: 80px;
}
/* MENU -------------------------------------------------- */
#gmenu {position: absolute; width: 100px; left: -3150px;}
#menu{
	width: 150px;
	float: left;
}
#menu a{ display: block;}



#contenu{
	font-size: 15px;
	line-height: 22px;
	font-family: "Lucida Sans", Verdana, Arial;
	font-style: italic;
	width: 450px;
	float: right;
	
}

#footer{
	color: #FFF;
	position: relative;
	top: 150px;
	text-align: center;
	font-size: 11px;
}

#footer a{
	color:#FFFFFF;
}
#footer_netitbee{
	width: 100px;
	height: 1px;
	padding: 30px 0 0 0;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/design/img/logo_netitbee.png);
	position: absolute;
	top: 198px;
	left: 330px;
	cursor: pointer;
}
html>body #footer_netitbee{
	background: url(/design/img/logo_netitbee.png);

}

/* LIVRE D'OR --------------------------------------------------- */
.message{
	/*padding: 10px 0;
	border-bottom: 1px solid #CCC;*/
}

/* FORMULAIRE --------------------------------------------------- */
table.formulaire td{
	padding: 3px;
	font-size: 13px;
	vertical-align: top;
}
table.formulaire td.lib{
	width: 150px;
	text-align: right;
	font-weight: bold;
}
h3{
	background: #CCC;
	color: #333;
	font-size: 15px;
	padding: 0px 5px;
}
em.infos{font-size: 11px; line-height: 13px; display: block;}
textarea{ font-size: 13px;}

/* AGENDA -------------------------------------------------------- */
a.agenda{
	display: block;
	float: right;
	width: 150px;

	padding: 10px 0 10px 10px;
	margin: 0 0 0 10px;
}