/* CSS Document */

body
{
/*   background-image: url("images/fond.png");*/
}

#corps
{
   width: 98%;
   margin: auto;
   margin-top: 2px;
   margin-bottom: 2px;
   border: 1px solid #150505;
   background-color: #772120;
}

#header
{
   width: 100%;
   height: 100%;
/*   background-image: url("graphisme/header.jpg"); */
/*   background-repeat:yes; */
   background-color: #772120;
}

#barre
{
   width: 100%;
   height: 26px;
   border-top: 1px solid #150505;
   border-bottom: 1px solid #150505;
   background-color: #421212;
   text-align: center;
   font-weight: bold;
   color: #d09656;
   font-size: 1.1em;   
}

td
{
    vertical-align: middle;
}

#menu
{
   float: left;
   width: 333px;
   margin-left: 60px;
   margin-top: 40px;
   font-size: 1.1em;
   margin-bottom : 10px;
}

.titre_menu1
{
   background-color: #421212;
   border: 1px solid #150505;
   height: 278px;
   margin-bottom: 15px;
   background-image: url("graphisme/menu.png");
   background-repeat:no-repeat;
}

.titre_menu
{
   background-color: #421212;
   border: 1px solid #150505;
   height: 278px;
   margin-bottom: 15px;

}

.rubrique
{
   margjin-top: 300px;
   color: #d09656;
   font-size: 1.1em;    
   margin-left: 40px;
}

.titre_menu ul
{
  list-style-type: none;
  padding: 10px;
  padding-left: 30px;
  margin: 0px;
  margin-bottom: 5px;
}

.titre_menu a
{
  color: #d09656;
  text-decoration: none;
  font-size: 1.1em;
}

a
{
  color: #d09656;
  text-decoration: none;
}

#footer
{
  color: white;
  text-decoration: none;
  font-weight: bold;
}


#barre a
{
   vertical-align: middle;
   color: #d09656;
   text-decoration: none;
   font-weight: bold;
}

#barre a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

.titre_menu a:hover
{
  color: #d09656;
  text-decoration: underline;
  font-weight: bold;
}


#message
{
   margin-left: 25%;
   margin-top: 20px;
   margin-bottom: 15px;
   margin-right: 2%;
   color: #d09656;
   font-size: 1.1em;
   min-height: 350px;
   text-align: justify;
}

#footer
{
/*   word-spacing : 30px ;*/
   width: 100%;
   height: 23px;
   font-size: 0.8em;
   margin: auto;
   border-top: 1px solid #150505;
   background-color: #421212;
   text-align: center;
   color: #d09656;
}

#credit
{
   text-align: center;
   font-size: 0.8em;
   margin-top: 10px;
}

p
{
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 10px;
   padding-left: 1.5%;
   padding-right: 1%; 
   text-indent: 30px;
}

p a
{
   text-decoration: underline;
}

p a:hover
{
   color: #054A0D;
}


img a
{
   text-decoration: none;
   border: 1px solid #007397;
}

h1
{
   font-size: 1.3em;
   font-weight: bold;
   text-align: left;
   color: #d09656;
   padding-left: 35px;
}

h2
{
   font-size: 1.1em;
   font-weight: bold;
   text-align: left;
   color: #d09656;
   text-decoration: underline;
}

hr
{
   color: #150505;
}

#nom_site
{
    margin-top: 45px;
    margin-left: 65%;
    font-size: 3.5em;
    font-weight: bold;
    font-style: italic; 
    color: #3195ba;
}

#slogan
{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 50%;
    font-size: 2.0em;
    font-weight: bold;
    font-style: italic; 
    color: #d09656;
}

#slogan2
{
    margin-top: 20px;
    margin-left: 65%;
    font-size: 2.0em;
    font-weight: bold;
    font-style: italic; 
    color: #3195ba;
}

.photo
{
    border: 1px solid #68c5e7;
}

table
{
		width: 90%;
		margin:auto;
		text-align:center;
}

img.center
{
    border: 1px solid #150505;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #150505;
}

