/*
Design du site des Trophées du Développement Durable en Bretagne
*/
body
{
   	background-color: #FFFFFF;
   	font-family: "Trebuchet MS", Verdana, sans-serif;
   	font-size: 13px;
   	color: #CC3300;
}

.filet
{
	border: 1px solid;
	border-bottom-color: #82873f;
	border-right-color: #c0bf40;
	border-left-color: #c4561f;
	border-top-color: #74542a;
}

.txtrouge
{
   	font-family: "Trebuchet MS", Verdana, sans-serif;
   color: #ff3300;
}

.txtorange
{
   	font-family: "Trebuchet MS", Verdana, sans-serif;
   color: #ff9966;
}

.txtmarron
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #993333;
}

.txtvert
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #006600;
}

.txtvertclair
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #33cc33;
}
/*
Stylage du formulaire
*/
legend
{
	font-size:15px;
	color: rgb(152,228,82);
	font-weight:bold;
}

form
{
	padding : 20px 20px 20px 20px;
	
}

h2
{
	font-size:15px;
	color: rgb(152,228,82);
}

h3
{
	font-size:12px;

}

div#page
{
   	margin-top: 20px;
	margin:auto;
	width:860px;
	height:100%;
    background-color: #FFFFFF;
	border: 1px solid;
	border-bottom-color: #82873f;
	border-right-color: #c0bf40;
	border-left-color: #c4561f;
	border-top-color: #74542a;
}
	
div#haut
{
	width:860px;
	height:180px;
	background: transparent url(../img/tetiere01.jpg) no-repeat top right;
}

div#centre{
	min-height:500px;
}

div#contenu{
	margin: 0 0 0 247px ;
	padding: 15px 6px 20px 0;
	width:598px;
}

div#contenu2{
	padding: 0 6px 20px 0;
	width:100%;
}


div#gauche{
	margin-left: 10px;
	float:left;
	width:222px;
	height:100%;
}

div#menu{
}

.itemmenu{
	color: #FF3300;
	line-height: 15px;
}
.itemmenu_dessus {
	background: url(../img/btn-dessus.jpg) no-repeat right top;
	height:68px;
	color:#fff;
	font-weight: bold;
	padding: 0 0 0 67px;
}
.itemmenu_over {
	height:68px;
	width: 222px;
}
.itemmenu_over a:link,
.itemmenu_over a:visited {
	text-decoration: none;
	background: url(../img/btn.jpg) no-repeat 6px top;
	height:50px;
	color:#c4561f;
	padding: 18px 0 0 67px;
	display: block;
	vertical-align: middle;
}
.itemmenu_over_trophees a:link,
.itemmenu_over_trophees a:visited{
	text-decoration: none;
	background: url(../img/btn.jpg) no-repeat 6px top;
	height:58px;
	color:#c4561f;
	padding: 10px 0 0 67px;
	display: block;
	vertical-align: middle;
}
.itemmenu_over a:hover {
	background: url(../img/btn-over.jpg) no-repeat right top;
	height:50px;
	color:#c4561f;
	font-weight: bold;
	padding: 18px 0 0 67px;
	vertical-align: middle;
}
.itemmenu_over_trophees a:hover {
	background: url(../img/btn-over.jpg) no-repeat right top;
	height:58px;
	color:#c4561f;
	font-weight: bold;
	padding: 10px 0 0 67px;
	vertical-align: middle;
}

div#bas{
	margin:auto;
	clear: left;
	height: 50px;
	width: 860px;
	text-align: center;
	font-size: 0.9em;
	padding:0 1px 10px 1px;
}
.titre {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 14px;
   font-variant: small-caps;
   color: #669933;
}

.chapeau {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 18px;
   color: #990000;
}
.txt1 {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 10px;
   color: #666666;
}

.rouge {
   font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
   font-size: 10px;
   color: #990000;
}
.txt2 {
   font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
   font-size: 12px;
   color: #990000;
}
a
{
	color: #C4561F;
	text-decoration: underline;	
}

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

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

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