/* CSS Document */
body
{
background-color: #CEE9FC;
color: #FF9933;
font-weight: bold;
font-family: "Times New Roman", verdana, arial, "ms sans serif", serif;

margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */  
background-position: center top;
padding: 0px 0px 0px 0px;
margin: 0px;
border: 0px;
}
#global {
	background: url(images/index.jpg) no-repeat;
     margin-left: auto;
     margin-right: auto;
     width: 1000px; /* largeur obligatoire pour être centré */
	 height:803px;
     text-align: left; /* on rétablit l'alignement normal du texte */     
     }
h1
{
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
font-size: 25px;
font-weight: bolder;
font-style: italic;
text-align: center;
}
h2
{
text-align: left;
font-size: 17px;
font-weight: bold;
text-align: center;
color: #336633;
}
h3
{
text-align: left;
font-size: 16px;
font-weight: bolder;
text-align: center;
}
p
{
text-align: justify;
font-size: 15px;
font-weight: bold;
}
table /*table contenant les diaporamas*/
{
border-collapse: separate;
border-spacing: 5px;
border: none;
empty-cells: hide;
margin: 3px;
table-layout: auto;
vertical-align: middle;
}
td
{
line-height: 30px;
padding: 3px;
}
.texte_presentation
{
float:left;
top: 10px;
left: 170px;
height: 250px;
width: 320px;
background: none;
}
.texte_presentation p
{
text-align:center;
}
.adresse
{

top: 350px;
right: 20px;
background: none;
color: white;
}
.diapo 
{
float:left;
left:0px;
top:30px;
padding-left:5px;
width:161px;
height:300px;
}
#bas
{

margin-top: 500px;
left: 0px;
height: 250px;
width: 1000px;
text-align:center;
}
#bas p
{
color: white;
margin: 100px;
margin-top: 10px;
margin-bottom: 30px;
text-align:center;
}
a
{
text-decoration:none;
color: #FF9933;
}