body {
	font-family: Vernada, "Times New Roman";
	background: #CCFFCC;
	font-size: 14px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

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

a:hover {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

img  a {
  text-decoration: none;
}

.warning {
	background: #CFEBF7 url(images/notice.png) no-repeat 1em ;
	border: 2px solid #000;
	text-align: center;

	padding: 10px;
	font-family: tahoma, verdana;
	font-weight: bold;
	max-width: 780px;
}

#conteneur {
  width: 900px;
  margin: 0 auto;
}

#entete {
  float: left;
  width: 898px;
  background-image: url("images/fond_header.gif");
  border: 1px solid #000000;
}

#enteteGauche {
  float: left;
  padding: 10px;
  width: 479px;
  height: 80px;
}

#enteteGauche .titre {
  font-size: 30px;
  font-weight: bold;
  color: green;
}

#enteteGauche .slogan {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

#enteteDroite {
  float: right;
  padding: 10px;
  width: 379px;
}

#enteteDroiteHaut {
  float: left;
  height: 30px;
  margin-top: 10px;
}

#enteteDroiteBas {
  height: 20px;
  text-align: right;
  padding-right: 10px;
  margin-top: 50px;
  font-weight: bold;
}

#enteteDroiteBas a {
  text-decoration: none;
  color: black;
}

#enteteDroiteBas a:hover {
  text-decoration: none;
  color: red;
}

#adsence {
  margin-top: 10px;
  float: left;
  width: 900px;
  height: auto;
  text-align: center;
}

#colGauche {
  margin-top: 10px;
  float: left;
  width: 163px;
  height: auto;
  background-image: url("images/fond_header.gif");
  border: 1px solid #000000;
}

#colGauche .menu {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: green;
}

#colGauche ul li {
  list-style-image: url("images/menu.gif");
  font-weight: bold;
}

#colGauche ul li a {
  text-decoration: none;
  color: black;
}

#colGauche ul li a:hover {
  text-decoration: none;
  color: red;
}

#colGauche a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-align: center;
}

#colGauche a:hover {
  text-decoration: none;
  font-weight: bold;
  color: red;
  text-align: center;
}

#colCentre {
  margin: 10px;
  float: left;
  width: 548px;
  height: auto;
  border: 1px solid #000000;
  background-image: url("images/celticbackground.jpg");
}

#colCentre #titre {
  width: 548px;
  text-align: center;
  font-size: 25px;
  color: green;
  font-weight: bold;
}

#colCentre #soumission {
  width: 548px;
  text-align: center;
  font-weight: bold;
}

#colCentre #nombre {
  width: 548px;
  text-align: center;
  font-weight: bold;
  color: red;
}

#colCentre #allcats {
  margin-left: 50px;
}

#colCentre #allopass {
  margin-left: 150px;
}

#colCentre #ads {
  margin-left: 50px;
}

#colCentre #choosepack {
  margin-left: 49px;
  width: 497px;
}

#colCentre #site {
  margin: 10px;
  height: auto;
}

#colCentre .votetable {
  background-image: url("images/fond_header.gif");
  border: 1px solid black;
}

#colCentre td .line {
  background: url("images/Layout_green.gif") 100%;
}

#colCentre #site img {
  border: 1px solid black;
}

#colCenter #site #thumb {
  float: left;
  height: 100px;
  height: 150px;
}

#colDroite {
  float: left;
  margin-top: 10px;
  width: 162px;
  height: auto;
  background-image: url("images/fond_header.gif");
  border: 1px solid #000000;
}

#colDroite .menu {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: green;
}

#colDroite img {
  border: 1px solid black;
}

#footer {
  margin-top: 10px;
  float: left;
  width: 898px;
  background-image: url("images/fond_header.gif");
  border: 1px solid #000000;
  height: 150px;
}

#footerHaut {
  float: left;
  width: 898px;
  height: 100px;
  margin: 10px;
}

#footerBas {
  float: left;
  width: 898px;
  height: 30px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}


/* Onglets fiche site */
#container {
  font-weight: bold;
  font-size: 14px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border: 1px solid black;
	width: 490px;
}

#container img {
  border: 1px solid black;
}

#container hr {
	clear: both;
	border: 1px solid #CCC;
	margin-top: 10px;
}

#container ul {
	list-style-type: none;
}

#container ul li {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: inline;
	margin: 5px;
}

#container ul li a {
  text-decoration: none;
  list-style-type: none;
}
#container ul li a:hover {
  text-decoration: none;
  list-style-type: none;
  color: red;
}


#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {
	padding: 10px;
}

#container a.current {
	padding: 3px 7px;
	border: 1px solid #d5d5d5;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
	list-style-type: none;
}
#container a.ghost  {
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #d5d5d5;
	background: white url(images/shade.gif) top left repeat-x;
	list-style-type: none;
}

#container .on {
	display: block;
}
#container .off {
	display: none;
}

#container .titre {
  font-family: Georgia, Vernada, "Times New Roman";
}
