/*CSS*/

*{
        margin:0px;
        padding:0px;
}

body
{
	background-color: #ccc;
}

a,a:visited,a:link
{
	color: white;
	text-decoration: none;
}

#site
{
	width: 960px;
	margin: auto;
	box-shadow: 0px 0px 10px rgb(150,150,150);
	background-color: white;
	color: #555;
	font-family: Arial, Verdana, sans-serif;
	font-size:100%;
}

header /*cadre contenant les boutons*/
{
	height: 150px;
	width: 100%;
	background-image: url(images/headerfond.jpg);
}

h1
{
	font-size: 2em;
	color: white;
	text-transform: uppercase; /*Bonjour*/
	font-weight: normal;
	text-shadow: 0px 0px 2px rgb(0,0,0);
	text-align: center;
	padding: 12px 0px;
}

h3 /*titre a cote photo*/
{
	color: #b0855a;
	padding-left: 15px;
	display:inline-block;
}

header nav ul
{
	text-align: left;
}

header nav ul li
{
	display: inline-block;
	margin: 5px;
	text-align: center;
}

header nav ul li a /*bouton des menus*/
{
	display: inline-block;
	width: 130px;
	padding: 5px;
	background-color: #b0855a;
	border: solid 2px white;
	border-radius: 5px;
}

header nav ul li a:hover
{
	background-color: #c4996d;
}

header nav ul li a:active
{
	position: relative;
	top: 1px;
}

#contenu
{
	padding: 0px 30px;
	margin-bottom: 80px;
}

#intro
{
	text-align: center;
	margin: 25px 10px;
}

#intro a, #intro a:visited, #intro a:link
{
	color: #b0855a;
}

.blocphoto
{
	width: 100%;
	/*height: 150px;*/
	margin: 20px 0px;
	border: solid 1px #999;
	box-shadow: 0px 2px 3px rgb(150,150,150);
	overflow: auto;
}

.blocg, .blocd{
	float: left;
}

.blocg{
	width: 15%;
	height: 100%;
	margin-right: 5%;
}

.blocg a{
	height: 0px;
}

.blocd{
	width: 80%;
	padding: 10px 0px;
}

.blocphoto img
{
	float:left;
}

.blocphoto .miniature
{
	height: 150px;
}

.blocphoto p  /*texte a cote photo*/
{
	clear: right;
	font-size: 0.9em;
	padding: 5px 5px 5px 180px;
}

.prix
{
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	float: right;
	color: #b0855a;
}

footer
{
	font-size: 0.8em;
	height: 20px;
	background-color: #555;
	padding: 5px;
	
}
/*
<!--footer nav ul
{
	padding: 10px 30px;
}

footer nav ul li
{
	display: inline-block;
	margin-right: 40px;
}

footer nav ul li a
{
	color: white;
}
-->

#contact a
{
	color: white;
	float: right;
}
*/