* {
    margin: 0;
    padding: 0;
}

body {
	background-color:#eeeeee;
	margin: 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, #footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 1003px;
	background-color: #ffffff;
	padding: 0 18px 0 21px;
	background: url(/images/fond_fwk.png) repeat-y #ffffff;
}

#corps {
	height: 400px;
}

#header { 
    background: #e0e0e0 url(/images/header-background.png) top left;
    position: relative;
    margin: 0;
    padding: 10px 0 0 10px;
}

#header h1 a span {
	display: none;
}

#footer {
	text-align:right;
	width: 983px;
	padding: 0 28px 0 31px;
}

#footerbas {
	width: 1003px;
	margin: 0 auto 20px auto;
	background: #ffffff;
	padding: 20px 18px 0 21px;
	background: url(/images/fond_fwk_bas.png) no-repeat #eeeeee;
}

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

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

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

#poweredby {
	margin-top: 155px;
}

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

#poweredby a:hover, #header h1 a:hover {
  border-bottom-width: 0;
}

