@charset "utf-8";
/* CSS Document */
body {
	background-color: #A37D51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	/*background-image: url(images/bg.gif);*/
	background-image:url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#contenu {
      width: 760px;
      margin: auto;
}

#img_top1 {
	height: 55px;
	background-image: url(images/rallye_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#img_top2 {
      background-image: url(images/photo2.gif);
	background-position: center;
	background-repeat: repeat-y;
}

img.droite {
      float: right;
	margin: 5px;
}
img.gauche {
      float: left;
	margin: 5px;
}

#menu_haut {
	height: 31px;
	background-image: url(images/bg_menu_haut.gif);
	background-repeat: repeat-x;
}

#menu_haut a {
      background-image: url(images/bg_menu_haut.gif);
      display: block;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	padding: 0 20px 0 20px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	float: left;	
     }
    
#menu_haut a:hover {
	background-image: url(images/bg_menu_haut2.gif); 
	text-decoration: underline;    
}
.retour { clear: both; }
 

  
#menu_haut p {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	text-align: right;
	line-height: 30px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
/*
#menu {
	background-image: url(images/bg_menu_bas.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#menu a.dernier {
      border: none;
}

#menu a {
      background-image: url(images/bg_menu_bas.jpg);
	color: #000000;
	padding: 0;
	border-right: 1px dotted #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 28px;
	float: left;
	width: 125px;
}

#menu a:hover {
      color: #FF0000;
	text-decoration: underline;
}
*/
#gauche {
	width: 492px;
	padding: 10px;
	background-image: url(images/bg_gauche.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#gauche a { 
    text-decoration: none;
}
#copyright a {
 text-decoration: none;
}
#gauche h1 {
	font-family: Verdana, Arial;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

#gauche h2 {
	color: #993300;
	font-size: 12px;
	background-color: #fef5d8;
	letter-spacing: 1px;
	margin-right: 5px;
	background-image: url(images/puce_h2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
#liens {
    width: 500px;
	margin: auto;
	padding: 0;
}
#droite {
	background-color: #ECE0B3;
	width: 235px;
	background-image: url(images/bg_droit.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	display: block;
      margin-left: 5px; 
      padding-right: 5px;
	padding-bottom: 10px;
}
#droite h1 {
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
      text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-right: 5px;
	margin-top: 20px;
}

#droite h2 {
      font-size: 11px;
}

#droite a {
	background-image: url(images/puce_news.gif);
	background-repeat: no-repeat;
	color: #993300;
	font-weight: bold;
	text-decoration:none;
	text-indent: 50px;
	padding-left: 10px;
	background-position: left;
}
#droite a:hover {
      color: #FF0000;
}

#copyright {
      height: 15px;
	width: 760px;
	background-color: #cba465;
	background-repeat: no-repeat;
	border: 1px solid #705436;
	margin: auto;
}
#copyright p {
      font-size: 10px;
	color: #544029;
	text-align: center;
      line-height: 15px;
	margin: auto;
} 

a.link2 {
     color: #993300;
     text-decoration: underline;
}
.link {
     color: #993300;
}

a.link2:hover {
     color:#FF0000;
}
/*Tableau*/
th {
     color: #993300;
     border-bottom: 1px solid #993300;
}
.classement td {
	border-bottom: 1px solid #993300;
}

.zoom a {
	background-image: url(images/puce_news.gif);
	background-repeat: no-repeat;
	color: #993300;
	font-weight: bold;
	text-decoration:none;
	text-indent: 50px;
	padding-left: 10px;
	background-position: left;
	/*cursor:auto;*/
}
.zoom a:hover {
      color: #FF0000;
}
/*tableau Boutique*/
table.boutique {
     border-collapse:collapse;
     border: none;
}
.boutique td {
     border: 1px solid #E5C7A5;
     padding: 15px;
     vertical-align:top;
}
.image2 {
     border: 1px solid #000000;
     float: left;
     margin: 10px 8px 10px 8px;
}
.image {
     border: 1px solid #000000;
     margin: auto;
}
hr {
     border-bottom: 1px dotted #993300;
}
input,textarea {
     width: 200px;
 }
input.bouton {
	background-color: #FFCC33;
	color: #ffffff;
     }
input.bouton:hover {
      background-color: #FF0000;
	font-weight: bold;
}     
label {
      color: #CC6600;
}
label:hover {
      font-weight: bold;
	color: #CC6633;
}
legend { 
      color: #996600;
}
input {
      background-color: #FFF;
	border: 1px solid #660000;
}
input:hover {
        background-color:#CC9966;
}
textarea {
        background-color: #FFF;
	  border: 1px solid #660000;
}
textarea:hover {
        background-color:#CC9966;
}
fieldset {
        border: 1px solid #660000;
}
fieldset:hover {
        background-color: #FFFF99;
}

