html
{
	font-size: 100%;
	background: #000000;
	color: #dedede;
	margin: 0;
	padding: 0;
	}


body
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	color: #dedede;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#barre_titre
{
	margin: 0;
	padding: 0;
	width: 950px;
	height: 130px;
	background-image: url(img/barre_titre_photo_mariage.jpg);	
	}
	
.indent
{
	text-indent: -5000px;
	}

#menu_haut ul
{
	float: left;
	padding-left: 0;
	margin-left: 0;
	background-color: #333;
	color: White;	
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	}
#menu_haut ul li
{
	display: inline;
	}

#menu_haut ul li a
{
	padding: 0.2em 1em;
	background-color: #676767;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#menu_haut ul li a:hover
{
	background-color: #000;
	color: #f9a523;
	}

#conteneur
{
	width:950px;
	margin-top: 60px;
	height: 400px;
	}

#colonne_gauche
{
	float: left;
	width: 690px;
	padding: 15px;

}
	
#colonne_gauche p
{
	text-align: justify;
	
	}

#colonne_gauche a
{
	color: #f9a523;
	text-decoration: none;
	font-weight: bold;
	}
	
#colonne_gauche a:hover
{
	text-decoration: underline overline;
	}


#contenu
{
	float: left;
	width: 200px;
	}

#contenu a
{
	text-decoration: none;
	color: #dedede;
	}

#contenu a:hover
{
	text-decoration: underline;
	color: #f9a523;
	}
	
.ligne
{
	border-top: 1px solid #dedede;
	padding-top: 10px;
	}

.diapo
{
	position: relative;
	left: 30px;
	top: 40px;
	}
h2.portfolio 
{
	font: bold 16px Arial, Helvetica, sans-serif;
	}

p.portfolio 
{
	width: 350px;
	text-align: justify;
		}

#pied_de_page
{
	clear: both;
	height: 80px;
	padding-top:50px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	}
#pied_de_page a
{
	text-decoration: none;
	color: #dedede;
	}

#pied_de_page a:hover
{
	text-decoration: underline;
	color: #f9a523;
	}

