// Thème principal
// Toute copie partielle ou complète interdite.
// © Distr'Hygiène

html { 
  font-size:100%;
} 

a {
	text-decoration:none;
}

a img {
	text-decoration:none;
}

body {
	background:#D4FDCF;
	font-family:"Segoe UI","Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header {
	width:30%;
	margin:auto;
	margin-top:20px;
}

.img_logo {
	width:100%;
}

.box {

	font-family:Capriola, "Myriad Web Pro","Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	font-size:3em;

	width:30%;
	padding:100px 0 100px 0;
	display:inline-block;
	position:relative;

	background:#0C0;
	border:20px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;

	overflow:auto;

	z-index:2;

}

.box p {
	margin-top:-50px;
}

.box:hover {
	background:#FF4833;
}

.wip {
	margin-right:50px;
	background:
	10% 220% url('img/happy.png') no-repeat,
	90% 200% url('img/panda.png') no-repeat;
	background-color:#0C0;
}

.wip:hover {
	background:
	90% 220% url('img/happy.png') no-repeat,
	10% 200% url('img/panda.png') no-repeat;
	background-color:#FF4833;
}

.wip2 {
	background:
	90% 220% url('img/happy.png') no-repeat,
	10% 200% url('img/panda.png') no-repeat;
	background-color:#0C0;
}

.wip2:hover {
	background:
	10% 220% url('img/happy.png') no-repeat,
	90% 200% url('img/panda.png') no-repeat;
	background-color:#FF4833;
}

.boxs {
	margin-top:50px;
	text-align:center;
}

.footer {
	position:fixed;
	bottom:15px;
	right:15px;
	font-size:12px;
}

.footer a {
	color:#097209;
}

.footer a:hover {
	color:#FF4833;
}

h2 {
	margin:5px 0 10px 0;
	color:#000;
	border-bottom:1px #000 solid;
}

.bebe_gauche {
	position:fixed;
	bottom:0px;
	left:0px;

	z-index:1;
}

.seni_droite {
	position:fixed;
	bottom:40px;
	right:50px;

	z-index:1;
}