@charset "utf-8";
/* CSS Document par Mark Quevillon*/

html {
	background: url(../images/ladyice3.png); /* Détermine la couleur de l'arrière plan */
}
body {
	position: relative;
	background:#444444;
	width:900px;
	margin: 0 auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
}

#conteneur{
	position: relative;
	*+ margin-bottom: 0px;
}

#conteneur p{
	float: top;
	position: relative;
	color: #ffffff;
	width: 700px;
	left: 127px;
	top: 30px;
}

#conteneur h3{
	float: left;
	position: relative;
	background: url(../images/biographie2.jpg) no-repeat;
	height: 445px;
	width: 300px;
	bottom: 10px;
	left: 50px;
	text-indent: -9999px;
}

#competences{
	position: relative;
	top: 30px;
	margin-bottom: 100px;
}

#competences h2 {
	float:top;
	position: relative;
	color: #ffffff;
	left: 127px;
	padding-bottom: 10px;
}	

#competences ul{
	position: relative;
	left: 110px;
	width: 820px;
	margin-bottom: 60px;
}

#competences ul li{
	position: relative;
	display: inline;
}

#competences ul li img{
	position: relative;
}

#contenu_realisation{
	position: relative;
	padding-bottom: 40px;
}

#contenu_realisation a{
	position: relative;
}

#contenu_realisation ul li{
	position: relative;
		text-indent: -9999px;
}

#contenu_realisation ul li img{
	position: relative;
	float: left;
	width: 200px;
	top: 40px;
	z-index: 50;
	height: 200px;
	left: 60px;
}

#contenu_realisation ul li p{
	float: top;
	position: relative;
	width: 700px;
}

#envoiMessage{
	position:relative;
	border: 2px dashed;
	color: #08d83e;
	height: 550px;
	width: 750px;
	left: 70px;
}

#cv{
	float:right;
	position:relative;
	right: 100px;
	width: 200px;
	height: 113px;
}

#cv a{
	position: relative;
	width: 200px;
	height: 113px;
}

#cv img{
	position: relative;
	width: 200px;
	z-index: 500;
	height: 113px;
}

#maison{
	position: relative;
	text-align: center;
	right: 40px;
}

#DA{
	position:relative;
	left: 325px;
	bottom: 20px;
}

#banner h1 {
	position: relative;
	background: url(../images/banner_portfolio.png) no-repeat center;
	text-indent: -999px;
	width: 900px;
	height: 226px;
	margin: 0 auto;
 	*+ margin-bottom:0px;
}

#menu_principal{
	position: relative;
	left: 80px;
	bottom: 50px;
}

#menu_principal ul{	
	position: relative;
}

#menu_principal ul li{
	position: relative;
	margin-left: 70px;
	display: inline;
}

#footer h1{
	position: relative;
	background: url(../images/footer_portfolio.png) no-repeat center;
	text-indent: -999px;
	width: 900px;
	height: 120px;
	z-index: 1;
 /**+ margin-bottom:0px;*/
}

#menu_secondaire a:link{
	font:13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ababab;
}

#menu_secondaire a:visited{
	font:13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ababab;
}

#menu_secondaire ul{
	position:relative;
	z-index: 2;
	top: 40px;
	left: 130px;
}

#menu_secondaire ul li{
	position: relative;
	width: 900px;
	display:inline;
	margin-left: 110px;
 /**+ margin-bottom:0px;*/
}

#menu_terciaire ul{
	position:relative;
	left: 50px;
	bottom: 20px;
	width: 900px;
	z-index: 1;
}

#menu_terciaire ul li{
	position: relative;
	display:inline;
 /**+ margin-bottom:0px;*/
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; z-index: 200;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}