* {
	margin: 0;
	padding: 0;
}

body {
	background: #a2a2a2 url(img/degrade_gris.png) 0% 303px repeat-x;
	height: 600px;
	color: #fff;
	font-family: Georgia;
	font-size: 100%;
}
html>/**/body {
	background: #aaa url(img/degrade_gris.png) 0% 311px repeat-x;
}

div#main {
	background: url(img/phoenix.png) 50% 100px no-repeat;
	height: 600px;
}

h1 {
	background: url(img/head.png) 50% 100% no-repeat;
	margin: 0px auto;
	height: 100px;
}

span.hidden {
	visibility: hidden;
}

span.none {
	visibility: hidden;
	display: none;
}

a {
	text-decoration: none;
}

div#col1 {
	float: left;
	width: 50%;
	height: 400px;
}

div#col2 {
	float: right;
	width: 49%;
	left: 50%;
	height: 400px;
}

ul, li {
	list-style: none;
	margin: 1em;
}

ul#perso { 
	margin-right: 200px;
	height: 170px;
	text-align: right;
}

ul#perso li {
	color: #900;
	font-size: 1.5em;
}

ul#perso li a {
	border-bottom: 1px dotted #fff;
	color: #900;
}

ul#perso li a:hover {
	color: #fff;
}

ul#pro { 
	margin-left: 190px;
	height: 170px;
}

ul#pro li {width: 100px;
	font-size: 1.5em;
}

ul#pro li a {
	border-bottom: 1px dotted #900;
	color: #fff;
}

ul#pro li a:hover {
	color: #900;
}

ul#pro li a#este-til {
	background: url(img/este-til.png) 0% 100% no-repeat;
	font-size: 26px;
}

ul#pro li a#este-til:hover {
	background: url(img/este-til_900.png) 0% 100% no-repeat;
}

ul#share { 
	border-top: 2px #fff solid;
	margin-right: 200px;
	text-align: right;
}

ul#share li a {
	color: #fff;
	font-weight: bold;
}

ul#share li a:hover {
	color: #900;
}

ul#lib {  border-top: 2px #fff solid;
	margin-left: 185px;
}

ul#lib li {
	color: #900;
}

ul#lib li a {
	color: #900;
	font-weight: bold;
}

ul#lib li a:hover {
	color: #fff;
}

div#copy {
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 100px;
	text-align: center;
}

div#copy p {
	font-size: 0.8em;
}

div#copy a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

div#copy a:hover {
	color: #900;
}

div#copy a span.hidden {
	visibility: visible;
}

html>/**/body div#copy a#ebnh {
	background: url(img/ebnh_fff.png) 50% 100% no-repeat;
}

html>/**/body div#copy a#ebnh:hover {
	background: url(img/ebnh_900.png) 50% 100% no-repeat;
}

html>/**/body div#copy a#ebnh span.hidden {
	visibility: hidden;
}

.societe em {
	font-style: italic;
	color: #eb2424;
}

a.societe:hover {
	color: #fff;
}

a.societe:hover em:hover {
	color: #eb2424;
}

