 
 h1
{
  color : orange;
  width : 100%;
  margin : auto;
  font-size: xx-large; /*28px */
  font-family : comic sans ms, georgia, serif; /*police*/
  text-align : center;
  border-bottom : 5px solid orange;
  margin-right : 50px;
}

body
{
  background-image : url("dogPawWeb.jpg");
  background-attachment: scroll;
  background-repeat: repeat;
  width: 900px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

p
{
  color : maroon;
  font-size : large
  text-indent: 30px;
  margin : auto;
  padding-right : 5px;
  padding-left : 5px;
}

p:first-letter
{
  color : orange;
  font-weight : bold;
  font-size : xx-large;
}




#corps1
{
  width : 45%;
  float : left;
  color : maroon;
  text-align : center;
  font-size : x-large;
  background-color : rgb(255,217,117);
  padding-right : 5px;
  padding-left : 0px;
  padding-bottom : 10px;
  border : 2px solid maroon;
  margin-top : 50px;
  background-image : url("degrade_tn.jpg");
}

#corps1 .ban
{
  float : left;
  width : 101%;
}

#corps1 a
{
  font-size : 30px;
  font-weight : bold;
  text-decoration : none;
}

#corps1 img
{
  width : 55%;
}

.ban
{
  float : left;
  width : 101%;
}

.travaux
{
  display : block;
  float : left;
  width : 15%;
}

#corps2
{
  width : 45%;
  float : right;
  color : maroon;
  text-align : center;
  font-size : x-large; 
  background-color : rgb(255,217,117);
  padding-right : 5px;
  padding-left : 0px;
  padding-bottom : 10px;
  border : 2px solid maroon;
  margin-top : 50px;
  background-image : url("degrade.jpg");
}


#corps2 a
{
  font-size : 30px;
  font-weight : bold;
  text-decoration : none;
}


ul
{
  background-color : rgb(255,217,117);
  list-style-position : outside /*ou inside si on ne veut pas de retrait*/ 
}


strong:first-letter
{
  color : orange;
}

a
{
  color : maroon;
  font-size : large;
  text-decoration : none;
}

a:hover
{
  color : black;
  text-decoration : underline;
}

a img
{
  border : none;
}


#corps2 .18px
{
  font-size : 18px;
}

em
{
  font-style : italic;
}

#corps1 em
{
  font-weight : bold;
}

#corps2 em
{
  font-weight : bold;
}
