/*
Design de la page d'accueil du site des Trophées du Développement Durable en Bretagne
*/

body
{
   background-color: #FFFFFF;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #CC3300;
}

strong
{
	font-size:15px;
}

.filet {
    background-color: #FFFFFF;
	border: 1px solid;
	border-bottom-color: #FFCC00;
	border-right-color: #FFCC00;
	border-left-color: #FF3300;
	border-top-color: #FF3300;
	}


.txtrougeorange
{
   font-family: Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   font-size: 11px;
   color: #FF3300;
}

.txtmarron
{
   font-family: Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   font-size: 11px;
   color: #CC3300;
}

a
{
	color: #990000;
	text-decoration: underline;	
}

a:hover
{
	color: #990000;
	text decoration: none;
}

a:visited
{
	color: #990000;
	text decoration: none;
}

a:active
{
	color: #990000;
	text decoration: none;
}
