body {
	background-color:#000355; margin:0; padding:0;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif}
a:link, a:visited {
	text-decoration:underline; color:#000000;
}
a:hover, a:visited:hover {
	text-decoration:none; color:#000000;
}
.text {  font-size: 0.7em; color: #000000}
.textBlanc {  color: #FFFFFF; font-size: 0.7em}
.titre {  font-weight: bold; color: #6E000F}
.textPetit {  font-size: 0.65em}
.gris999999 {  color: #999999}
.textIntro { font-size: 0.75em; color: #000000 ; font-weight: normal}
.CategorieTitre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold; color: #791422}
.CategorieProprietaire { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.67em; font-weight: bold; color: #999999; font-style: italic}
.textPlusGros { font-size: 0.75em; color: #000000 }
.CategoriePlusDetails {  font-weight: bold; color: #791422; text-decoration: none}
.textRouge {  color: #6E000F}
.linkUnderline a:link { color: #000000; text-decoration: underline}
.linkUnderline a:hover { color: #000000; text-decoration: none}
.linkUnderline a:visited { color: #000000; text-decoration: underline}
.linkUnderline a:visited:hover { color: #000000 ; text-decoration: none}
.linkCouleur a:link { color: #000099; text-decoration: underline}
.linkCouleur a:hover { color: #000099; text-decoration: none}
.linkCouleur a:visited { color: #000099; text-decoration: underline}
.linkCouleur a:visited:hover { color: #000099 ; text-decoration: none}
.titreRecette {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000355;
	font-weight: bold;
}
.titreSousRecette {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
li {
	padding-bottom: 5px;
}
li.nobullet {
	padding-bottom: 5px;
	list-style: none;
}
.Preparation {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000066; text-decoration: underline}


/* Tableau pour la fiche des entreprises */

.entreprise {
	background: #FFFFFF url(images/bande_rouge.gif) no-repeat right bottom;	
}

.entreprise .tableau {
	margin:5px 7px;
}

.entreprise .tableau td {
	text-align:justify; vertical-align:top;
	padding:.7em 0 0 0;
}
.entreprise .tableau td p {
	padding:0 0 0 0;margin:0 0 .7em 0;
}

.entreprise .tableau .titre1 {
	border-bottom:1px solid #6E000F;
	font-size: 0.7em; padding:0;
}

.entreprise .tableau .titre2 {
	font-size: 0.7em; padding:0;
}

.entreprise .tableau .titre3 {
	border-top:1px solid #6E000F;
	font-size: 0.7em; padding:0;
}

.entreprise .tableau .texte1 {
	border-left:1px solid #6E000F;
	border-bottom:1px solid #6E000F;
	font-size: 0.7em; padding:5px 15px;
}

.entreprise .tableau .texte2 {
	border-left:1px solid #6E000F;
	border-top:1px solid #6E000F;
	font-size: 0.7em;padding:5px 15px;
}
.entreprise .tableau .texte3 {
	border-left:1px solid #6E000F;
	font-size: 0.7em;padding:5px 15px;
}

.entreprise .tableau .caseVide {
	border-left:1px solid #6E000F;
	font-size: 0.7em;padding:5px 15px;
}

.entreprise .tableau .particularites {
	padding:0;
}


.entreprise .colonneGauche {
	background-color:#E6A200;
	padding: 13px 0 0 0;
	text-align:center; vertical-align:top;
}
.entreprise .colonneGauche .nom {
	color: #FFFFFF;
	font-weight: bold;
}
.entreprise .colonneGauche .photo1 {
	background-color:#000355;
	padding:10px 0; margin:15px 0 0 0;
}
.entreprise .colonneGauche .coordonnees {
	margin:15px 0 0 0;
	font-size: 0.7em; color: #000000
}
.entreprise .colonneGauche .coordonnees a:link { color: #000000; text-decoration: underline; font-weight:bold; }
.entreprise .colonneGauche .coordonnees a:hover { color: #000000; text-decoration: none; font-weight:bold; }
.entreprise .colonneGauche .coordonnees a:visited { color: #000000; text-decoration: underline; font-weight:bold; }
.entreprise .colonneGauche .coordonnees a:visited:hover { color: #000000 ; text-decoration: none; font-weight:bold; }

.entreprise .colonneGauche2 {
	background-color:#E6A200;
	padding: 0;
	text-align:center; vertical-align:bottom;
}
.entreprise .colonneGauche2 .photo2 {
	background-color:#000355;
	padding:10px 0 0 0; margin:15px 0 0 0;
}

.buttonOff {
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}
.buttonOn {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
}
.buttonOver {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}
