* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background-color: #9b8f8e;
}

body {
	text-align: center;
}

p {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #ffffff;
	line-height: 11px;
	font-weight: bold;
}

.blank {
	width: 100%;
	height: 1px;
	clear: both;
	background-color:  transparent;
}

#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}

#site {
	position: relative;
	width: 1024px;
	font-size: 0.9em;
	margin: 0 auto -25px;
	text-align: justify;
	background-color: #9b8f8e;
}

#header {
    width: 100%;
    height: 400px;
    background: url(igtec.png);
	background-position: top center;
    background-repeat: no-repeat;
}

#header p {
    padding-top: 250px;
    font-weight: normal;
}
/** footer **/

#footer, .push {
	height: 25px;
}

#footer {
	position: relative;
	width: 1024px;
	height: 25px;
	margin: 0 auto;
	background-position: center top;
    background-repeat: no-repeat;
}

#footer p {
    margin: 0px;
    padding-top: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #4d4d4d;
	line-height: 11px;
	font-weight: normal;
	
}

#footer a, #footer a:visited, #footer a:hover, #footer a:link {
    text-decoration: underline;
    color: #4d4d4d;
}

/** gestion du contenu **/
#content {
    padding: 0px;
}

/** lien **/
a, a:hover, a:visited, a:link {
    text-decoration: underline;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #555656;
}