html {
	background-color:#252525;
	padding:0;
	margin:0;
	border:0;
	}

body {
	background-color:#252525;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
 	text-align: center;
	}

div#logo {
	position: absolute;
	top:16px;
	left: 19px;
	}

div#page {
	position: relative;
	width:900px;
	height:700px;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	margin:60px auto;
	color: #FFFFFF;
	}
div#pagePortfolio {
	position: relative;
	width:900px;
	height:700px; 
	background-color: #252525;
	margin:60px auto;
	color: #FFFFFF;
	}
div#pageAccueil {	
	position: relative;
	width:900px;
	height:700px;
	background-image: url(images/bg_accueil.jpg);
	background-repeat: no-repeat;
	margin:60px auto;
	color: #FFFFFF;
	}
div#pageDemo {	
	position: relative;
	width:900px;
	height:700px;
	background-image: url(images/bg_demoreel.jpg);
	background-repeat: no-repeat;
	margin:60px auto;
	color: #FFFFFF;
	}

#demoReel {
	width: 900px;
	height: 576px;
	position: absolute;
	top:107px; 
	left: 0;	
	}	

div#header {
	position: absolute;
	top:0;
	left: 0;
 	background-image: url(images/bandeauTitre.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 110px;
	font-family: Verdana;
	font-size: 14px;
	color: #FF0000;
	}
 	
div#header ul {
	position: absolute;
	top:30px;
	left:480px;
	}
	
div#header li { float: left; }
 	
a:link { color: #FFFFFF; }	
a:visited { color: #FFFFFF; }	
a:hover { color: #6f7a7e; }	
a:active { color: #FFFFFF; }	

div#header strong {
	color: #FFFFFF;
	}


div#contenu {
	position: absolute;
	top:120px;
	left: 0;
	width: 900px;
	clear: both;
	}
div#pagePortfolio div#contenu {
	position: relative;
	margin-top:0px;
	margin-left: 0;
	width: 900px;
	clear: both;
 	}

div#pageDemo div#contenu p {
	position:absolute;
	left: 570px;
	top:-66px;
	text-align: right;	
	font-size: 14px;
}

div#pageDemo div#contenu a:link { text-decoration: underline; }
div#pageDemo div#contenu a:visited { text-decoration: underline; }
div#pageDemo div#contenu a:hover { text-decoration: underline; }
div#pageDemo div#contenu a:active { text-decoration: underline; }

div#pageAccueil div#contenu  {	
	display: none;
	text-align: center;
	}
	
div#contenu h1,div#contenu h2, div#contenu h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 18px;
	}	
div#contenu h3 {
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 3px;
	}	
h1 strong {
	font-size: 18px;
	margin-top:24px;
	padding-bottom: 24px;
	display: block;
	}
	
div#contenu p {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 12px;
	}	
	
div#diaporama {
	margin-left:45px;
 	margin-top: 30px;
 	margin-bottom: 290px;
	width: 840px;
	clear: both;
	}	
	
div#diaporama p {
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-style: italic;
 	}
div#diaporama h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	width: 840px;
		clear: both;

	}
	

div#diaporama p.img {
  	height: 96px;
	width: 96px;
 	text-align: center;
 	}	
	
div#footer { 
	position: absolute;
	top: 700px;
  	color: #626262;
	font-size: 11px;
	font-style: italic;
	height: 100px;
	}
	
div#pagePortfolio h2 {
	margin-top: 45px;
	margin-bottom: 18px;
 	}
	
div#pagePortfolio div#footer {
	margin-top: -300px;
 	text-align: left;
	position: relative;
	color: #626262;
	font-size: 11px;
	font-style: italic;
 	width: 900px;
	clear: both;
 	}

p.footer {
  	color: #626262;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	margin-left: 0;
	float: left;
	}
