body {
	color: #000000;
	background-image: url(../img/background.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
}

#main {
	background-image: url(../img/logo_ensad.png);
	background-repeat: no-repeat;
	background-position: left bottom;/*	background-color:red;*/
	width: 100%;
	height: 100%;
	position: absolute;
}
#logo {
	display: none;
}
img {
	border: none;
}
#head {
	margin: 0px 0px 90px;
}
#head h1 {
	font-size: 1.1em;
	margin: 0em 0em 2em;
	font-weight: normal;
}
#head p {
	font-size: 1.1em;
	line-height: 1.75em;
}
#head a:hover {
	text-decoration: underline;
}

#head a {
	color:#000000;
	text-decoration: none;
}
#actus {
	font-size: 1.1em;
	margin: 0px 0px 0px 180px;
	width: 570px;
	line-height: 1.75em;
}
#actus h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}
#actus p {
	margin: 0em 0em 1.75em;
}
#actus a {
	color: #000000;
	text-transform: uppercase;
}

#liens {
	font-size: 1.1em;
	margin: 0px 0px 0px 180px;
	width: 570px;
	line-height: 1.75em;
}
#liens h2 {
	font-weight: normal;
	font-size: 11px;
}
#liens p {
	margin: 0em 0em 1.75em;
}
#liens a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
ul.no_bullet{
list-style-type: none;}

