body {
	margin: auto;
	background-image:url(../images/fond.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-position:bottom; 
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	display: table;
}

#body2{
	width: 900px;
	padding: 20px 0px 20px 0px;
	margin: auto;
}

img{
	border: 1px solid black;
}

#header {
	border-bottom: 0px;
	background-color: #9370D8;
	background-image:url(../images/cadre.jpg);
	width: 860px;
	height: 350px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	display: table;
}

#header h1{
	width: 300px;
	padding: 10px;
	color:grey;
	font-family: Comic Sans MS, Helvetica, sans-serif;
}

.error{
	background: rgba(0, 0, 0, 0);
	border: 0px;
	width: 240px;
	font-weight: normal;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.patte{
	width: 400;
	margin: auto;
	margin-top: 120px;
}

.reflected {
	margin-top: 25px;
	margin-left: 0px;
	width: 410px;
    position: relative;
	font-size: 30px;
	transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -khtml-transform: rotate(-8deg);
}
.reflected:before, .reflected:after {
    display: block;
    position: absolute;
    bottom: -.8em; /* You should change this value to fit your font */
    left: 0;
    right: 0;
}
.reflected:before {
    content: 'Au Royaume Du Schnauzer';
    opacity: .3;
    /* This is how the text is flipped vertically */
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
	
}
.reflected:after {
    /* Fading using CSS gradient */
    /* Don't forget to change the colors to your background color */
    -webkit-box-reflect: below 1px -webkit-gradient(linear, 0 0%, 0 100%, from(transparent), color-stop(0.7, transparent), to(white));
    /* I left out the `filter` property,
       because IE doesn't know `:before` and `:after` pseudo-elements anyway */
    content: ' ';
}

#corps{
	width: 860px;
	margin: 0 auto;
	background-color: #9370D8;
	display: table;
}

#corps img{
  max-width:420px;;
}

#menu
{
width:860px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
list-style-type: none;
margin: auto;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
float: left;
padding: 0;
text-align: center;
border-top:1px solid white;
border-bottom:1px solid white;
font-family: Comic Sans MS, Helvetica, sans-serif;
font-size: 11px;
}

#menu > li
{
float: left;
width: 122.85px;
margin: 0;
padding: 0;
border: 0;

}
#menu li a{
display: block;
color: white;
margin: 0;
padding: 4px 8px;
text-decoration: none;
}

#menu li a:hover {
background: rgba(227, 22, 30, 0.5);
}

#menu li:visited {
}

/*---------------fin du menu de premier niveau-------------*/

/*---------------début du menu déroulant-------------------*/

#menu .menuderoulant {
width:122.85px;    /*une largeur supérieur au menu li pour se rendre sur le menuderoulant meme avec un espace*/
display: none;
list-style-type: none;
margin: 0px 0 0 0px;   /*une marge top inferieur pour remonter le menuderoulant et une marge left pour le decaler à droite du menu*/
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
border: solid 1px white;
padding-top: 10px;
}
#menu .menuderoulant li
{
float: left;
margin:0 auto;
padding: 0;
border: 0;
width: 122.85px;
background-color:#9370D8;
}
#menu .menuderoulant li a
{
display: block;
color: #FFF;
margin: 0;
border: 0;
text-decoration: none;
}
#menu .menuderoulant li a:hover
{
	background-color: rgba(227, 22, 30, 0.5);
}

#menu .menuderoulant li a:active {
background-color:rgb(227, 22, 30);
background-color:rgba(227, 22, 30, 0.5);
}

#menu li:hover > .menuderoulant {
display: block;
}

/*----------fin du menu déroulant----------------*/
/*----------fin du menu déroulant----------------*/

#page{
	width: 860px;
	float: right;
	text-align: justify;
	padding-bottom: 15px;
}

.titre{
	font-size: 20px;
}

p{
	margin-left: 15px;
	margin-right: 15px;
}

.lettrine{
	width: 350px;
	float: right;
	text-align: center;
	margin-top: 15px;
}

.lettrineg{
	width: 450px;
	float: left;
	text-align: center;
}

.lettrined{
	width: 500px;
	float: right;
	text-align: center;
}

.trans{
	text-align:center;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.flecheg{
	float: left;
	margin-left: 100px;
}

.fleched{
	float: right;
	margin-right: 100px;
}

#gauche{
	width: 400px;
	float: left;
}

#droite{
	margin-top: 30px;
	width: 450px;
	float: right;
}

#droite img{
	margin-left: 10px;
  max-width: 420px;
}

#gauche img{
	border: 0px;
}

#droite table{
	text-align: center;
	margin: auto;
}

#femelle, #chiot, #vendu,#avendre{
	border: #702963 1px solid;
	width: 428px;
	float: left;
	text-align: center;
}

#male, #portee, #reservation, #galerie{
	border: #702963 1px solid;
	width: 428px;
	float: right;
	text-align: center;
}

h2{
	text-align: center;
	color: DarkMagenta ;
}

.chien td{
	text-align: left;
}

.info{
	text-align: center;
}

pre{
	font-family: Comic Sans MS, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

.reservation{
	margin: auto;
}

.reservation .tabPortee{
	border-bottom: 1px dashed rgb(227, 22, 30);
}

.reservation td{
	text-align: center;
	padding-bottom: 10px;
}

.reservation td img{
	margin: 5px;
  width: 250px;
}

.date{
	font-size: 18px;
}

#droite table{
	margin: auto;
}

input{
	width: 250px;
	height: 25px;
	margin: 10px 0 10px 0;
	color: #483D8B;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-width: 1px;
}

textarea{
	width: 250px;
	margin: 10px 0 10px 0;
	color: #483D8B;
	font-size: 13px;
	font-weight: bold;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	border-width: 1px;
}

#error{
	background: rgba(0, 0, 0, 0);
	border: 0px;
	width: 250px;
	font-weight: normal;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.submit{
	width: 75px;
	text-decoration: none;
	border: 2px solid #203253;
	border-radius: 10px;
	padding: 5px 10px 22px 10px;
	background: grey;
	font-size: 12px;
	color: #FFF;
}
#coordonnee{
	width: 850px;
	margin: auto;
	margin-top: -10px;
	text-align: center;
	float: right;
}

#icone{
	display: table;
	margin: auto;
}

.iconePhoto{
	width: 55px;
	float: left;
	display: table;
}

.iconePhoto img{
	margin: auto;
}

.parent{
	padding-top: 0px;
	padding-bottom: 20px;
	width: 330px;
	margin: auto;
}

.parent td{
	text-align: center;
}

.tvendu{
	margin: 700px;
	margin: auto;
	padding-bottom: 20px;
}

.photoG , .photoD{
	width: 400px;
	text-align:center;
}

.infoD, .infoG{
	width: 300px;
	text-align:center;
	font-size: 15px;
	font-style:bold;
}

.photoChiot{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid white;
}

td ul{
	text-align: left;
}

.parent img{
  width: 175px;
}

.tvendu img{
  width: 250px;
}

#lien{
  width: 100%;
  text-align: center;
}

#lien img{
  max-width: 250px;
  border: none;
}

li img{
  margin: auto;
}
