.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}

.sommaire {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A02544;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #333366;


}

.sommaireEnum {
	list-style-position: outside;
	list-style-image: url(/fr/competitivite/ee/images/puce_EE.png);
	list-style-type: disc;

}
.sommairecol2 {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #333366;

}

.fluo {
	background-color:#FFFF33;
	color:#000033;
	}

.fluo:hover {
	background-color:transparent;
    color: rgb(251, 238, 241);
	}

.important {
	font-size: 120%;
}

.justifie {
	text-align: justify;
}

.alignegauche {
	float: left;
//	margin-right: 10px;

}


.alignedroite {
	float: right;
}
