/* dylanpagephoto.com */
/* css stylesheet */
/* auteur : metamorfic.ca */
/* date : 27 février 07 */

/* structure de base */

body {
}

#contenant {
	width: 860px;
	height: 520px;
	margin-top: -255px;
	margin-left: -429px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#menu_flash {
}

#contenu {
	width: 860px;
	height: 420px;
	background-color:#FFFFFF;
}

#portfolio {
	float:left;
	width: 650px;
	height: 420px;
	background-color:#FFFFFF;
}

#texte_flash {
}

#menu_flash_foto {
	float:left;
}

#footer {
	width:860px;
	/*height: 20px;*/
	margin-left: 30px;
	margin-top:10px;

}


/* backgrounds */

body {
	background-image: url(http://www.dylanpagephoto.com/images/fondlarge.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}

/* texte et liens */

p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a, a:link, a:visited, a:hover, a:active {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

.slash {
	color:#FFFFFF;
}