@CHARSET "ISO-8859-1";

.main {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  
}

.titre {
	font-family: cursive;
  	font-size: 12px;
  	font-weight: bold;
  	text-align: center;
  	color: white;
}

.sousTitre {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: green; 
}

.categorie{
	font-family: sans-serif;
  	font-size: 13px;
  	text-align: center;
  	font-weight: bold;
  	color: white;
}

.bouton{
	font-family: sans-serif;
  	font-size: 13px;
  	text-align: center;
  	font-weight: bold;
  	color: black;
}

.contenu{
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
}

.infoBoxContents {
  font-size: 10px;
}

.lien {
text-decoration: none;
}

.lien:hover {
text-decoration: underline;
}

A:LINK {
  color: #000000; 
}
A:ACTIVE {
  color: #000000; 
}
A:VISITED {
  color: #000000; 
}
A:HOVER {
  color: #000000; 
}

.MenuHead {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

.infoBoxHeading {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
	
.erreur {
  font-weight: bold;
  color: #ff0000;
}

.titreCategorie {
	font-weight: bold;
	font-size: 25px;
	text-align: right;
}

#box_cadre{
	width: 150px; 
	height: 230px; 
}
#hautgauche, #hautdroit, #basgauche, #basdroit {
	height: 20px; width: 20px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}
#hautgauche {
	background: url(../images/site/box_hg.gif);
}
#hautdroit {
	float: right;
	background: url(../images/site/box_hd.gif);
}
#basgauche {
	background: url(../images/site/box_bg.gif);
}
#basdroit {
	float: right;
	background: url(../images/site/box_bd.gif);
}
#cadre {
	background-color: #D3BDA0;
}
#box {
	width: 110px; 
	height: 190px; 
	background-color: #D3BDA0;
	color: white; 
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	text-align: justify;
}


