
h3 {
	font-size: 13px;
	color: #FFFFFF;

}

h4
{
	font-size: 11px;
	line-height: 18px;
	color: #333333;	
}

p {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}


a:link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}

a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}

a:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #35460F;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}


a:active {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}

a.link-acc:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}
a.link-acc:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}

a.link-acc:hover {
	text-decoration: none;
	padding: 0px;
	color: #35460F;
}

a.link-acc:active {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}


.micetype {
	font-size: 9px;
	font-weight: normal;	
}
.vert {
	color: #35460F;
}

.big-vert {
	
	text-transform: uppercase;
	color: #35460F;
}

.notbold {
	font-weight: normal;
}

.li-liste {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	list-style-type: square;
	list-style-position: inside;
	
}

.li-numero {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	list-style-type: decimal;
	list-style-position: outside;
}


.ligne {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 40px;
	margin-top: 20px;
}

.dyn-box1 {
	font-size: 11px;
	color: #cbcbcb;
	background-color: #000000;
	border: 2px solid #5d5c3d;
	padding: 6px;
	width: 177px;
}