@charset "UTF-8";

html {
	height: 100%;			
}

body {
	background: url(../images/bckg.gif) left top repeat;
	height: 100%;
	margin: 0px;
}

#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 940px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	z-index: 100;
}

html>body #container {
    height: auto;
}

img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

header {
	position: absolute;
	width: 100%;
	height: 29px;
	left: 0px;
	top: 0px;
	background: #871b0c;
	border-bottom: solid 1px #581910;
	box-shadow: 0px 1px 0px 0px rgb(255,255,255);
	z-index: 200;
}

header .header_container {
	width: 920px;
	margin: 0 auto 0 auto;
}

header .logo {
	position: absolute;
}

header .links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
	line-height: 30px;
}

header a {
	color: #FFFFFF;
	text-decoration: none;
}

.text_top {
	padding: 85px 55px 80px 55px;
}
.text_top h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 60px 0 10px 0;
}

.text_top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2F2F2F;
}

nav {
	position: absolute;
	display: none;
	width: 860px;
	margin: 0 0 0 50px;
	z-index: 1000;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	float: left;
	list-style: none;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
	padding: 0;
}

nav .bckg {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(0,0,0) 50%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(0,0,0) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(0,0,0) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(0,0,0) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(0,0,0) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.5, rgb(0,0,0))
	);
	
	opacity: 0.1;
	padding: 1px;
	margin: -1px 0 0 -1px;
}

nav button {
	position: relative;
	display: block;
	/*background-position: 0px 0px;
	background-repeat: no-repeat;*/
	width: 80px;
	height: 80px;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

nav .bt_marketing {
	background: url(../images/img_nav_marketing.jpg);
}

nav .bt_ventes {
	background: url(../images/img_nav_ventes.jpg);
}

nav .bt_gestion_temps {
	background: url(../images/img_nav_temps.jpg);
}

nav .bt_gestion_rh {
	background: url(../images/img_nav_rh.jpg);
}

nav .bt_reference {
	background: url(../images/img_nav_reseau.jpg);
}

nav .bt_parent {
	background: url(../images/img_nav_parents.jpg);
}

nav .bt_internet {
	background: url(../images/img_nav_internet.jpg);
}

#content_master {
	position: relative;
	width: 940px;
	background: #FFFFFF;
	overflow: scroll;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.1);
	margin: 40px 0 0 0;
	padding: 0;
}

#content_master ul {
	width: 10000px;
	margin: 0;
	padding: 0;
}

#content_master li {
	float: left;
	list-style: none;
}

.content_bckg {
	position: relative;
	background: url(../images/img_content_bckg.png) center bottom no-repeat;
	background-size: 100% 30px;
	padding: 0 0 30px 0;
}

.content {
	position: relative;
	width: 830px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	margin: 0;
	padding: 110px 55px 55px 55px;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0 0 45px 0;
}

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #871b0c;
	margin: 0;
	padding: 0 0 25px 0;
}

.content p {
	margin: 0 0 50px 0;
	padding: 0;
}

.content .col_left {
	float: left;
	width: 300px;
	margin: 0 70px 0 0;
}

.content .col_right {
	float: left;
	width: 450px;
}

#content_master .content ul {
	width: auto;
	margin: 0;
	padding: 0 0 0 16px;
}

#content_master .content li {
	float: none;
	list-style-image: url(../images/img_li_arrow.gif);
	padding: 0 0 10px 0;
}

#bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #4D4D4D;
	margin: 30px 0 0 0;
	padding: 15px;
}

#bio > div {
	float: left;
}

#bio h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #822219;
	margin: 0;
	padding: 30px 0 15px 0;
}

#bio h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 30px 0 5px 0;
}

#bio h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 39px;
	font-style: normal;
	font-weight: bold;
	color: #8C8C8C;
	margin: 0;
	padding: 0 0 15px 0;
}

#bio .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#bio .email {
	background: #871b0c url(../images/img_ico_mail.png) 7px center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	margin: 0 0 0 -8px;
	padding: 0 15px 0 50px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.2);
}

#bio .email a {
	color: #FFFFFF;
	text-decoration: none;
}

#bio .pdf a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #871b0c;
	text-decoration: none;
	line-height: 30px
}

#tooltip{
	z-index: 9999;
	position:absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #871b0c;
	border:1px solid #ddd;
	background:#ffffff;
	padding:2px 5px;
	display:none;
}	

footer {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: right;
	padding: 30px 0 50px 0;
}