/* CSS Document */
BODY, H1, H2, H3{
	color:#016601;
}

BODY {
  background-color: #e2e2e2;
}

H1, H2{
	/*font: bold 16px/18px arial, helvetica, sans-serif ;*/
	display: block;
	border-width: 1px;
	border-style: solid;
/*	border-color: #ccc #888 #555 #bbb;*/
	border-color: #FFF #FFF #000 #FFF;
	margin: 0;
	padding: 2px 3px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
H1{
/*font: xx-large Arial, Helvetica, sans-serif; */
}

.arrondi {
	border: solid 1px #000000;
	border-color: #000000;
	background-color: #FFFFFF;
	border-radius: 15px 15px;
	-moz-border-radius: 15px; 
}
.FdVert {
	background-color: #D2EFDB;
	padding: 2px 30px;
  }
.normal {
	border: solid 0px #000000;
}
.bordRondPrincipalSsRadius
{
	border: solid 0px #006600;
	border-color: #006600;
	background-color: #FFFFFF;
	border-radius: 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.TitreNews
{
        border: solid 1px #000000;
/*        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;*/
        padding: 2px;
        background-color: #E2E2E2;
}
.News
{
        border: solid 1px #000000;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        padding: 2px;
        background-color: #D2EFDB;
}
.droite
{
 float: right;
 margin: 10px;
 background-color: #E2E2E2;
}
.imgFiche 
{
 border: 0px;
 height: 100px;
}
