/* CSS Document */


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
	background-color: #666666;
}
a:active {
	color: #FFFFFF;
	}

body
{
background-color:#000000;
font-family: Verdana, Arial;
padding:0px;
margin:0px;	
color: #FFFFFF;

}

.entete

{
margin:auto;
width:1200px;
height:auto;
}

.corps
{
font-family:Verdana, Arial, Helvetica, sans-serif, 14px ;
color:#FFFFFF;
margin:auto;
width:1200px;
min-height:400px;
background-color:#411300;
}

.corps2
{
margin:auto;
width:1200px;
height:auto;
}
.pied_de_page
{
margin:auto;
width:1200px;
height:auto;
}
table, td, th {

}
.text
{
background-color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif, 14px;
color:#FFFFFF;
}
.flash
{
background-color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif, 14px;
color:#FFFFFF;
}
.Style1 
{
color: #FFFFFF;
font-weight: bold;
font-size:10px;
}
.Style2 
{
color: #FFFFFF;
font-weight: bold;
font-size:10px;
padding:10px;
}
.fond_title
{
margin:auto;
background-image:url();
background-position:center;
background-repeat:no-repeat;
width:1000px;
height:150px;
}
.fond
{
margin:auto;
width:1000px;
height:auto;
}

.fond_pied
{
margin:auto;
width:1200px;
height:34px;
background-image:url();
background-position:center;
background-repeat:no-repeat;
}
.fond_page_haut{

width:1200px;
height:30px;
margin:auto;
}

.fond_page_millieu{

width:1200px;
height:auto;
margin:auto;
}

.fond_page_bas{

width:1200px;
height:30px;
margin:auto;
}

.panier
{
background-image: url(../images/fond_entete_ss_menu.gif);
width:1010px;
height:200px;
}
.corps_panier
{

width:1010px;
height:400px;
}
.titre
{
background-color:#5E120C ;
border: thin outset #FFFFFF;
color: #FFFFFF;
font-family: Verdana, Arial;
font-size: large;
}

.lien_video
{
font:Verdana, Arial;
font-size:10px;
color:#FFFFFF;
margin:auto;
line-height:12px;
text-align:center;

}
.compteur
{
font:Verdana, Arial;
font-size:10px;
color:#FFFFFF;
margin:auto;
width:auto;
height:auto;
text-align:center;
}
.compteur2
{
font:Verdana, Arial;
font-size:10px;
color:#E4CF25;
margin:auto;
width:auto;
height:auto;
text-align:center;
}

.tarifs_norm{
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.tarifs_titre{
color:#FFFFFF;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bold;
}
.titre_che{
color:#FFFFFF;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight: bolder;
font-style:italic;
}

.titre_page{
color:#E4CF25;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bolder;
text-align:center;
}

.tarifs_bordurerouge{
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
border:dotted #990000 thick;
padding:5px;
}

/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #99A9B6;
	text-align: center;
	width: 20px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #cccccc;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}

.a_vendre
{
background-image: url(../images/en_vente.jpg);
background-repeat:no-repeat; 
height:709px;
background-position:top;

}
.etalon_pedigre
{
background-image: url(../images/etalon_fond.jpg);
background-repeat:no-repeat;
height:709px; 
background-position:top;
}
.en_solde
{
background-image: url(../images/en_solde.jpg);
background-repeat:no-repeat;
height:709px;
background-position:top;
}


.vendu
{
background-image: url(../images/vendu.jpg); 
background-repeat:no-repeat;
height:709px;
background-position:top;
}
.vendu
{
width:200px;
height:200px;
background-image: url(/images/vendu_trans.gif);z-index:2;
background-repeat: no-repeat; background-position:top;


}
.etalon
{
background-image: url(../images/fond_etalon.png);
background-repeat:no-repeat;
height:450px;
width:450px;
}
.vid
{
background-image: url(../images/exp_vid.png);
background-repeat:no-repeat;
height:189px;
width:227px;
}

.affiche
{
background-image: url(../images/a_affiche.png);
background-repeat:no-repeat;
height:auto;
width:500px;
padding:45px;
text-align:left;
margin:auto;
}
h1
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:16px;
font-style:italic;
font-weight:bold;
background-color:#333333;
}
h2
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
h3
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-style:italic;
}

p
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;

}
.tabs {
height: auto;
width:1200px;
background:#000000;
border-bottom:1px solid #FFFFFF;
text-align:center;
margin:auto;

}
#tabs ul { 
margin:0;
text-align:center;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;

}
#tabs a span {
      margin:auto;
      display: inline;
      padding:10px 20px 10px 10px;
      color:#FFFFFF;
	  text-align:center;
	  text-transform:uppercase;
	  font-weight:bold;
	  font-size:12px;
	  font-family:Arial, Helvetica, sans-serif;
      }
	  
#tabs a {
	font-size:12px;
	font-weight:bold;    
    text-decoration:none;
      }
#tabs hover {
	font-size:12px;
	font-weight:bold;
	color:#411300; 
    text-decoration:none;
      }