/*
* charte digimom
*/

.chart_digimom {
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
  padding-top: 5em;
  margin: 0 13%;
  width:600px;
}
p {
	color : #333333;
	padding-bottom: 0.7em;
	text-indent: 2em;
	text-align: justify;
	font-weight: normal;
	font-size: 1.1em;
}

.charte_titre{
	color: #4d4d4d;
    font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	text-indent: 0;
    margin-top: 0.5em;
}

.charte_sous_titre {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.charte_url {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.charte_liste {
	text-indent: 0;
	padding-left: 2em;
}

.charte_fr {
	padding-top: 1.5em;
}

.charte_en {
	color : #222222;
	font-style: italic;
	padding-top: 1.5em;
}


