/* CSS Document */
.body
{
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: /*#66BFA9*/ White /*108B67*/;
	z-index: 1;
	font-family: Arial, Times, serif ;
	font-size: 12px;
	
}
.fond
{
	background-color: #65AB95;
	
}
.fond2
{
	background: #65AB95;
}
.fond3
{
	background-image: url(../images/Sans-titre-1.png);
	background-repeat: no-repeat;
	background-position: center;
	azimuth: center;
	
}

.titre
{
	font-family: Arial;
	font-size: 14px;
	/*color: #1A6551;*/
	color: Green;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	
}.titre2
{
	font-family: Arial;
	font-size: 14px;
	/*color: #1A6551;*/
	color: Green;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	
}

a{
	color:ff8a00;
	font-weight: bold;
	font-size: 11px;
	font-family:arial;
	text-decoration: underline;
}

.sous_titre
{
	color: /*7BB7A4; */green;
	font-weight: bold;
	font-family:arial;
	text-decoration: underline;

}
.bordure
{
	border-left-color: orange;
	border-left-style: dotted;
	padding-left: 5px;

}

.bordure2
{
	border-right-color: orange;
	border-right-style: dotted;
	padding-right: 5px;
	padding-left: 5px;
		
}
.bordure3
{
	/*background:url(../images/cote.jpg) no-repeat top left #ee7900;*/
	/*background-color:  #65AB95;*/
	background: url(../images/gd_triangle.jpg) no-repeat top right #65AB95;
	padding-left: 2px;
}
