/* 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: #6D899E;
   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;
}

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: #6D899E;
   border: 5px solid #FFFFFF;
   padding: 15px;
}


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

a {
	text-decoration: none;
}

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

#photo
{
   width: auto;
   height: 200px;
   background-color: #6D899E;
   border: 5px solid #FFFFFF;
}

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

/* Le menu */

#contenu
{
   float: right;
   width: 525px;
   background-color: #FFFFFF;
}

#barreGauche
{
   float: left;
   width: 525px;
   background-color: #FFFFFF;
   /*border: 5px solid #FFFFFF;*/
   /*border: 1px dashed #7A7A7A;*/
}

.post {
	margin: 0px 0px 30px 0px;
}

.text ul {
	text-align: center;
}

.text ull {
	text-align: left;
}

.text  {
	margin-left: 20px;
	margin-right: 20px;
}

.text1  {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	
}

.post .title {
	margin: 0px;
	padding: 7px 25px;
}

/* Quelques effets sur les menus */

#barreGauche ul 
{
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#barreGauche li li {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
}

#barreGauche li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

a
{
  text-decoration: none;
}

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

#participation
{
   width: auto;
   height: auto;
   text-align: center;
   background-color: #FFFFFF;
}

#participation a img
{
	border-style: none;
	padding: 10px;
}
 
