/* CSS CONTACT */

header
{
	margin: 20px 0px 0px 0px;
}

/* MENU (code source: http://www.frogweb.fr) */

#menu, #menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	border: 2px solid red;
	border-radius: 8px;
	background-image: url("../images/marbre1.png");
	box-shadow: 3px 3px 6px grey;
}

#menu li
{
	display: inline-block;
	position: relative;
	border-radius: 8px 8px 0 0;
}

#menu ul li
{
	display: inherit;
	border-radius: 0;
}

#menu ul li:hover
{
	border-radius: 0;
}

#menu ul li:last-child
{
	border-radius: 0 0 8px 8px;
}

#menu ul
{
	position: absolute;
	z-index: 1000;
	max-height: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-moz-transition: .6s all .2s;
	-webkit-transition: .6s all .2s;
	transition: .6s all .2s;
}

#menu li:hover ul
{
	max-height: 30em;
}

/* background des liens menus */
#menu li:first-child
{
	background-image: url("../images/marbre1.png");
	text-shadow: 3px 3px 6px grey;
}

#menu li:nth-child(2)
{
	background-image: url("../images/marbre1.png");
	text-shadow: 3px 3px 6px grey;
}

/* #menu-ajout li:nth-child(3)
{
	background-image: url("images/marbre1.png");
	text-shadow: 3px 3px 6px grey;
}
*/

#menu li:last-child
{
	background-image: url("../images/marbre1.png");
	text-shadow: 3px 3px 6px grey;
}

/* background des liens sous menus */
#menu li:first-child li
{
	background-image: url("../images/marbre1.png");
}

#menu li:nth-child(2) li
{
	background-image: url("../images/marbre1.png");
}

/* #menu-ajout li:nth-child(3) li
{
	background-image: url("../images/marbre1.png");
}
*/

#menu li:last-child li
{
	background-image: url("../images/marbre1.png");
}

/* background des liens menus et sous menus au survol */
#menu li:first-child:hover, #menu li:first-child li:hover
{
	background-image: url("../images/marbre2.png");
}

#menu li:nth-child(2):hover, #menu li:nth-child(2) li:hover
{
	background-image: url("../images/marbre2.png");
}

/* #menu-ajout li:nth-child(3):hover, #menu li:nth-child(3) li:hover
{
	background: 
}
*/

#menu li:last-child:hover, #menu li:last-child li:hover
{
	background-image: url("../images/marbre2.png");
}

/* les a href */
#menu a
{
	text-decoration: none;
	display: block;
	padding: 8px 32px;
	color: navy;
	font-family: verdana;
}

#menu ul a
{
	padding: 8px 0;
}

#menu li:hover li a
{
	color: blue;
	text-transform: inherit;
}

#menu li:hover a, #menu li li:hover a
{
	color: red;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: red;
}
a:visited
{
	color: navy;
}

body
{
	width: 800px;
	margin: auto;
	font-family: Verdana, Arial, Trebuchet MS, sans-serif;
	font-size: 1em;
	background-color: #DCDCDC;
	background-image: url("../images/fond.png");
	background-repeat: repeat-x;
}

/* SECTION */

.chemin
{
	margin: 20px;
	border: 1px solid navy;
	border-radius: 8px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
	font-style: italic;
	color: navy;
	background-image: url("../images/marbre2.png");
}

.chemin a
{
	text-decoration: none;
	font-weight: bold;
}

.chemin a:hover
{
	color: red;
}

section
{
	margin-top: 20px;
	text-align: center;
	border: 2px solid navy;
	border-radius: 8px;
	background-image: url("../images/marbre1.png");
	box-shadow: 3px 3px 6px grey;
}

section h3
{
	color: navy;
	text-shadow: 3px 3px 6px grey;
}

.texte
{
	margin: 0px 40px 40px 40px;
	text-indent: 10px;
	text-align: justify;
	color: black;
}

table, td
{
	margin: 20px;
	padding: 10px;
	border: 4px double black;
	border-collapse: collapse;
	text-align: center;
}

.legende
{
	font-size: small;
}
	
/* CARTOUCHE */

footer
{
	margin: 20px 0px 20px 0px;
	text-align: center;
	color: navy;
	text-shadow: 3px 3px 6px grey;
	border: 2px solid navy;
	border-radius: 8px;
	background-image: url("../images/marbre2.png");
	box-shadow: 3px 3px 6px grey;
}
