* {
    margin: 0;
    padding: 0;
}

body {
	background-color:#eeeeee;
	margin: 5px 0;
	font-family: arial,tahoma,verdana,helvetica;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

div, p, img, a, td, ul, ol {
	font-size: 12px;
}

a {
	color: #4d8fd2;
	text-decoration: none;
}

#corps {
	margin: 0 auto;
	width: 95%;
	text-align: left;
	padding: 0 0 0 0;
	height: 92%;
	min-height: 350px;
	box-shadow: 3px 3px 10px #666;
	border-radius: 10px;
	background: url(/images/visuel-accueil.jpg) no-repeat right 60px #ffffff;
	background-size: 45%;
}

#header { 
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #000000;
    background-image: linear-gradient( to bottom, rgba(255,255,255, 0.45) 0%, rgba(255,255,255, 0) 100%);
}

#header h1 a span {
	display: none;
}

#wdmlogo {
  margin-left: 10px;
}

#footer {
	text-align:left;
	bottom: 40px;
	position: relative;
}

#contenu {
	min-height: 250px;
}

h2.textin {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	text-shadow: 2px 2px 3px #999;
}

.textin {
	margin: 10px;
	font-size: 14px;
	width: 50%;
}

.textin a {
	color: #4d8fd2;
	text-decoration: none;
	font-size: 14px;
}

#poweredby {
	margin-left: 8%;
	text-align: left;
}

a:hover, a:active {
  color: #4d8fd2;
  border-bottom: 1px dotted #4d8fd2;
}


#poweredby a:hover, .textin a:hover img, .textin img:hover, #header a:hover {
  border-bottom-width: 0;
}

#poweredby img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#poweredby a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}


