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

.fondpopup
{
background-color: #3c2a1d;
background-repeat: repeat;
}

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

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

#milieu
{
/*la zone du centre*/
width: 1024px;
height: 703px;
position: absolute;
top: 91px;
left: 0px;
text-align: center;
/*background-color: green;*/
}

.alaffichageH
{
position: relative;
top: 10px;
}

.alaffichageW
{
position: relative;
top: 15px;
}


#bdp
{
/*le bas de page*/
width: 1024px;
height: 134px;
position: absolute;
top: 791px;
left: 0px;
/*background-color: white;*/
}

#thumb
{
text-align: center;
position: absolute;
width: 1024;
height: 94px;
top: 0px;
left: 0px;
background-position: bottom;
background-repeat: no-repeat;
background-image:url("images/fondthumb.png");
/*background-color: red;*/
}

#tri
{
position: absolute;
width: 1024;
height: 40px;
top: 94px;
left: 0px;
background-repeat: no-repeat;
background-image:url("images/fondthumb.png");
background-position: center;
/*background-color: black;*/
}

.alimage
{
position: relative;
top: 5px;
}

.lien1
{
color: #4e2f0b;
font-size: 13px;
position: relative;
font-weight: bold ;
background-color: #c1ab91;
left: 150px;
}

.lien2
{
color: #c1ab91;
font-size: 15px;
position: absolute;
top: 0px;
left: 60%;
}

.lien3
{
color: #c1ab91;
font-size: 15px;
position: absolute;
top: 0px;
left: 80%;
}

.lien4
{
color: #c1ab91;
font-size: 15px;
}

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

.texte2
{
font-size: 20px;
color: #523f26;
position: relative;
top: 10px;
font-weight: bold ;
}

.alignement
{
position: absolute;
vertical-align: middle;
text-align: center;
left: 70px;
font-weight: bold ;
}

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

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

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



