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

.fondpopup
{
background-color: #35311a;
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;*/
}


#milieu
{
/*la zone du centre*/
width: 1024px;
height: 692px;
position: absolute;
top: 138px;
left: 0px;
text-align: left;
/*background-color: blue;*/
}

#milieu2
{
/*la zone du centre avec presentation*/
width: 824px;
height: 557px;
position: absolute;
top: 45px;
left: 100px;
z-index: 1;
background-image:url("images/milieu2.jpg");
background-repeat: no-repeat;
background-position: center;

}

#milieu2_a
{
width: 370px;
height: 350px;
position: absolute;
top: 0px;
left: 0px;
/*background-color: green;*/
}

#milieu2_b
{
width: 370px;
height: 207px;
position: absolute;
top: 350px;
left: 0px;
/*background-color: white;*/
}

#milieu2_c
{
width: 454px;
height: 557px;
position: absolute;
top: 0px;
left: 370px;
/*background-color: red;*/
}

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

.lien1
{
color: #4e2f0b;	
position: absolute;
bottom: 20px;
right: 20px;
}

.lien2
{
color: #b3512a;
font-size: 18px;
}

.lien3
{
color: #b3512a;
font-size: 15px;
position: absolute;
left: 50px;
}

.texte1
{
font-size: 15px;
color: #b3512a;
padding-left:30px;
padding-right: 30px;
text-align: justify;
}

.texte2
{
font-size: 20px;
color: #b3512a;
position: relative;
top: 40px;
left: 50px;
text-align : left;
}

.texte3
{
font-size: 20px;
color: #b3512a;
text-align : center;
position: relative;
top: 10px;
}

.texte4
{
font-size: 10px;
color: #ffffff;
text-align: right;
padding-right: 30px;
}


.textpopup
{
font-size: 17px;
color: #ffffff;
/*font-weight: bold ;*/
}

.img_thumb
{
border: solid 0px #FFFFFF;
position: relative;
left: 10px;
}

.img_affich
{
position: relative;
top: 20px;
left: 40px;
}


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

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

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



