/* css stylesheet coded by Tangui -> tangui.lepense@free.fr */

*{
	color:#fffafa;
	overflow:auto;
	border:none;
}

a{
	font-weight:bold;
	}

a:hover
	{
	color:skyblue;
	}

body{
	background:black;
	padding-bottom:2em;
}

#mainDiv{
	margin-top:3em;
	width:68%;
	margin-left:14.5%;
	border:thin solid white;
	background-color:#333333;
	}

h1{
	margin:0;
	padding:0;
	}

#menu{
	padding-left:1em;
	padding-top:3em;
	margin:0;
	list-style-type:none;
	float:left;
	width:18%;
	}

#corps{
	float:right;
	width:74%;
	padding:2%;
	padding-top:3em;
	}

#footer{
	margin-top:2em;
	width:68%;
	margin-left:14.5%;
	border:thin solid white;
	background-color:#333333;
	text-align:center;
	font-size:0.8em;
	}

h1{
	text-align:center;
	border-bottom:thin solid white;
	}

p:first-letter{
	font-weight:bold;
	font-size:1.5em;
	}

.photoami, .photoatelier, .photorealisateur{
	width:100%;
	}

input, textarea{
	color:black;
	}

.tableauxmin{
	width:99%;
	}

.tableauxmin td{
	width:25%;
	}

.tableauxmin img{
	width:100%;
	}
	
.comment{
	border-bottom:dotted thin white;
	}


a img{
	border:none;
	}



























	
