@charset "utf-8";
/* CSS Document */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #202020; font-family:Georgia, Times, serif; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{
	font-weight:bolder;
	font-style:italic;
}

#footpanel {
	position: fixed;
	bottom: 0;
	left: -20px;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: 0px;
	width: 80%;
	margin: 0 15%;
}
#footpanel ul {
	padding: 0; margin: 0;
	float: right;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 12px;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 20px;
	width: 26px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel a.home{
	background: url(home.png) no-repeat 15px center;
	width: 80px;
	padding-left: 20px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
a.profile{ background: url(doc%20ordi%20facebook.jpg) no-repeat center center;  }
a.editprofile{ background: url(doc-ordi-my-bloglog.jpg) no-repeat center center; }
a.contacts{ background: url(doc-ordi-ziki.jpg) no-repeat center center; }
a.messages{ background: url(doc-ordi-my-space.jpg) no-repeat center center; }
a.playlist{ background: url(doc-ordi-viadeo.jpg) no-repeat center center; }
a.next{ background: url(doc-ordi-linkedin.jpg) no-repeat center center; }
a.videos{ background: url(doc-ordi-twit.jpg) no-repeat center center; }
a.alerts{ background: url(http://mystatus.skype.com/smallicon/jeredoc) no-repeat center center; }


#footpanel a.chat{
	background: url(depan.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #fff;
	padding-left: 60px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }
#design
{
	width:200px;
	height:210px;
	position:absolute;
	top:190px;
	left:990px;
	background:url(design.png) no-repeat;
}
body
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(docmaquette1.jpg) no-repeat;
	background-color: #a5b9be;
}
#entete
{
	height:110px;
	position:absolute;
	top: 6px;
	width: 40%;
	padding-top: 40px;
	margin-left: 250px;
}
#menu
{
	width:14%;
	float:left;
	margin-top: 190px;
	position: relative;
}
#corps
{
	margin-top:200px;
	padding:0px;
	width: 0%;
	float: right;
	margin-right: 260px;
	margin-left: 240px;
	padding-left: 20px;
}
#footer
{
	clear:both;
	margin-top:580px;
	padding:90px;
	text-align:center;
	height: 30px;
}
a:focus {
outline: none;
}

h1 {
	font-size: 34px;
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing:-2px;
	color:#fffff;
	font-weight:700;
	padding:10px 0 0;
}

h2 {
	font-size: 24px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#333;
	font-weight: 400;
	padding: 0 0 10px;
}

h3 {
	font-size:14px;
	font-family:verdana, helvetica, arial, sans-serif;
	letter-spacing:-1px;
	color:#0C3;
	font-weight: 700;
	text-transform:uppercase;
	margin:0;
	padding:4px 0 4px 0;
}
p {
	color:#000;
	line-height:22px;
	padding: 0 0 10px;
	margin: 20px 0 20px 0;
}

img {
border:none;
}

#container {
clear: both;
margin: 0;
padding: 0;
}

#container a{
	float: right;
	background: #a5b9be;
	border: 1px solid #9FC54E;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#000;
	padding: 20px;
	font-weight: 700;
}

#container a:hover{
float: right;
background: #a5b9be;
border: 1px solid #cccccc;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
text-decoration: none;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px;
font-weight: 700;
}


.content {
font-style:normal;
font-family:helvetica, arial, verdana, sans-serif;
color:#ffffff;
background:##a5b9be;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
margin: 30px 0 50px;
padding: 15px 0;
}

.content p {
margin: 10px 0;
padding: 15px 20px;
}

.panel {
position: absolute;
top: 50px;
right: 0;
display: none;
background: #000000;
border:1px solid #111111;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 330px;
height: auto;
padding: 30px 130px 30px 30px;
filter: alpha(opacity=75);
opacity: .75;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #a5b9be;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #a5b9be;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
	margin: 0;
	padding: 0;
	color: #a5b9be;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana, Geneva, sans-serif;
}

a.trigger{
	position: absolute;
	text-decoration: none;
	top: 79px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px 15px 20px 40px;
	font-weight: 700;
	background:#333333 url(images/plus.png) 15% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; right: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 20px 20px 40px;
font-weight: 700;
background:#222222 url(images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 15% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
	float: left;
	width: 160px;
	line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}
.scroll{
	position:absolute;
	display:block;
	height:432px;
	overflow:auto;
	padding: 15px 60px 15px 20px;
	border:0px;
	border-right:0;
	margin:220px;


	background:;
	left:120px;
	top:0px;
	width: 820px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
}

#box1{
	left:-2px;
	top:-15px;
}
