/**Les styles sont class?s par ordre alphab?tique **/
/* CSS Document */
body 
{
background-image:url(../picture/background.jpg);
background-color:#EEEEEE;
background-attachment:fixed;
background-repeat:repeat-x;
margin :auto;
padding:0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:0.80em;
line-height:150%;
}
form
{
  margin:0px;
  padding:0px;
}
table
{
   width:100%;
   border-collapse: collapse; 
   background-color:#FFFFFF;
   margin-bottom:20px;
   margin-top:20px;
}
 td{border : 1px solid #000000;padding : 4px;}
 
.tableLink a{color:#FFFFFF; font-weight:bold; text-decoration:none;}
.tableLink table
{
   width:100%;
   border-collapse: collapse; 
   margin-bottom:20px;
   margin-top:20px;
}
.tableLink td{border : 1px solid #FFFFFF ;padding : 4px; background-color:#000066;}

h3 { margin-bottom:10px; margin-top:10px; text-decoration:none;}
h2 { margin-bottom:10px; margin-top:10px; text-decoration:none;  text-align:center; line-height:150% ; }
h1 {margin:10px; text-decoration:none; line-height:150% ; color:#000099 }




.adresse 
{
background-color:#FF0000;
font-weight:bold;
text-align:center;
padding:3px;
padding-top:3px;
color:#FFFFFF;
}



/**-----------------------------TOUT LE CENTRE ----------------------------------**/
/** affiche tout le centre des pages sans menu ? droite **/
.centre
{
width:529px;
margin-left: 225px;
}



/** affiche le bloc de contenu:  se colle sous le bloc de titre tout en ?tant inclu dedans **/
.conteneur
{
width:771px; 
clear:both;
background-color:#FFFFFF;
border-left:1px solid #666666;
border-right:1px solid #666666;
margin:auto;/**
padding-left:7px;
background-image:url(../visu/original/fond-page.gif);
background-repeat:repeat-y;**/
}



/** affiche la zone de copyright tout en bas **/
.copyright
{
background-image:url(../picture/copyright.jpg);
background-repeat:no-repeat;
width:771px;;
min-height:30px;
clear:both;
height: auto;
padding-top: 10px;
text-align:center;
background-color:#0000FF;
color:#FFFFFF;
font-weight:bold
}
.copyright a
{color:#FFFFFF; text-decoration:none}
.copyright a:hover
{color:#FFFFFF; text-decoration:underline}

/** la partie droite, pour caler le tout (pas de contenu ) sur les pages sans menu Droite **/
.droite
{
float:right
}



/**permet de donner un effet d'ombre aux ligne de tableau blanc**/
.paginationBlanc
{
background-image:url(../picture/pagination-blanc.jpg);
background-repeat:repeat-x;
background-position:top;
;}

/** the link for the store on support.html **/

.store 
{
background-color:#0000CC;
width:489px;
color:#FFFFFF;
font-weight:bold;
margin:20px;
}

.store a
{ 
display:block;
text-align:center;
text-decoration:none; 
color:#000000;
width:489px;
padding-top:10px;
padding-bottom:10px;
color:#FFFFFF;
font-weight:bold;
background-color:#0000CC;
font-size:24px;
border:1px solid #000000;
line-height:130%;
}
.store a:hover 
{
display:block; 
text-decoration:none; 
background-color:#FF0000;
color:#FFFFFF;
font-weight:bold;
background-color:#FF0000;
border:1px solid #000000;
}


.text
{
margin-top:15px;
padding:10px;
line-height:150%;
background-image:url(../picture/fond-text.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}




/**le bandeau de titre pour chaque page (60 756)**/
.titreBandeau
{
height:111px;
background-image:url(../picture/top.jpg);
background-repeat:no-repeat;
width:771px;
}





