/*
*
*
* pour toutes les pages
*
*/
a:link, a:visited   { color: black  ;text-decoration: none 
}
a:hover {color:darkgreen; text-decoration:none }
body { color: black; font-size: 12px; font-family: "Trebuchet MS" 
}
p { color: black; font-size: 12px; font-family: "Trebuchet MS" 
}
td { color: black; font-size: 11px; font-family: "Trebuchet MS" 
}
#ombre {
	border-top:solid lightgrey 1px;
	border-left:solid lightgrey 2px;
	border-right:solid whitesmoke 4px;
	border-bottom:solid whitesmoke 4px
}
#table {border:dashed green 2px
}
#entete {border-bottom:dashed 1px green}
#slogan {color:darkgreen;font-size:35px}
#colonne {border-right:dashed 1px green}
#menucentral { 
	color: white; 
font-weight:bold;
	background-color:darkgreen; 
	display:block;
	width:100%;
	heitgh:20px;
	font-size: 11px; 
	font-family: "Trebuchet MS";
}
#menucentral a, #menucentral a:link, #menucentral a:hover,#menucentral a:visited {
color:white;
}
.mg a, .mg a:link,.mg a:hover,.mg a:visited { color: darkgreen; 
	font-size: 11px; 
	font-weight:bold;
	border-bottom:solid 1px;
	font-family: "Trebuchet MS"; 
	display:block;
	width:150px;
	text-decoration:none;
	padding-left:10px;
	text-indent:-10px
}
.mg a:hover { color: white; 
	background-color:darkgreen;
	display:block;
	width:150px;
	text-decoration:none
}
/*
*
*
* page article
*
*/
.petit { color: black; font-size: 10px; font-family: "Trebuchet MS" 
}
.textearticle { font-size:16px}
.titre { color: black; font-size: 28px; line-height:2em;font-family: "Trebuchet MS"; font-weight: bold; line-height: 4ex; 
}
#bloc { margin-top: 5px; margin-right: 5px; float: left; clear: left; border-style: none; border-color: black 
}
#image { margin-top: 5px; margin-right: 5px; float: left; clear: left; border: solid 1px black 
}