/* pour le body */

body
{
   width: 1100px;
   margin: auto;
   height: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
   text-align: justify;
   font: 13px Arial, Helvetica, sans-serif;
   background-color: #FCF5E5;
   border: 5px solid #FFFFFF;
}

#page
{
	background-color: #FFFFFF;
	height: auto;
	border: 5px solid #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
    text-align: center;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

/* le bloc confrence */
#titre
{
   width: auto;
   height: 140px;
   text-align: center;
   background-color: #85917B;
   border: 5px solid #FFFFFF;
   padding: 15px;
}


/* le bloc photo */
#photo
{
background-image: url("bandeau4.jpg");
background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

#titre a:hover {
	text-decoration: underline;
	color: #006666;
}

#photo
{
   width: auto;
   height: 170px;
   background-color: #85917B;
   border: 5px solid #FFFFFF;
}

.titre
{
   width: auto;
   text-align: center;
   float: center;
   border: 3px solid #85917B;
   background-color: #85917B;
}

/* Le menu */

#contenu
{
   float: center;
   width: 1050px;
   background-color: #FFFFFF;
}

