body.fond
{
background-image:url("images/fond1.jpg");
background-repeat: repeat;
}

#global
{
position: relative;
width: 1024px;
height: 924px;
margin: 0px auto;
overflow: hidden;
background-image:url("images/fond2.png");
}

#titre
{
/*la zone de titre*/
width: 1024px;
height: 138px;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
/*background-color: red;*/
}

#colG
{
/*la colonne de gauche*/
width: 200px;
height: 786px;
position: absolute;
top: 138px;
left: 0px;
color: #ffffff;
/*background-color: blue;*/
}
#milieu
{
/*la zone du centre*/
width: 624px;
height: 693px;
position: absolute;
top: 138px;
left: 200px;
text-align: center;
/*background-color: green;*/
}

#colD
{
/*la colonne de droite*/
width: 200px;
height: 786px;
position: absolute;
top: 138px;
left: 824px;
/*background-color: yellow;*/
}

#bdp
{
/*le bas de page*/
width: 624px;
height: 94px;
position: absolute;
top: 831px;
left: 200px;
text-align: center;
/*background-color: white;*/
}

.lien1
{
vertical-align: top;
color: #4e2f0b;
position: relative;
top: 3px;
left: -18px;
}

.lien2
{
color: #b3512a;
font-size: 12px;
position: relative;
top: -10px;
left: -7px;
}

.lien3
{
color: #b3512a;
position: relative;
top: 40%;
}


.texte1
{
font-size: 15px;
color: #b3512a;
position: relative;
top: 10px;
left: 7px;
}

.texte5
{
vertical-align: top;
color: #4e2f0b;
font-weight: bold ;
position: relative;
top: 3px;
left: -18px;
}

.texte_milieu
{
font-size: 17px;
color: #4e2f0b;
font-weight: bold ;
position: relative;
top: 0px;
z-index: 3;
text-decoration: underline;
}

.texte_affich
{
font-size: 12px;
color: #b3512a;
text-align: justify;
margin: 35px 35px 5px 35px;
}

ul.puces 
{
list-style-image: url(../images/bouton2.png);
left: 10px;
position: relative;
}

ul.puces2 
{
list-style-image: url(../images/bouton3.png);
left: -20px;
position: relative;
}

.img1
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

a:link 
{ 
font-weight: bold ;
text-decoration: none; 
}

a:visited 
{
font-weight: bold ;
text-decoration: none;
}

a:hover 
{ 
color: #5e2c11 ; 
text-decoration: none ; 
}



