.ww strong {
    font-weight: bold;
}

.ww a {
    color:#000;
    text-decoration: none;
    
}

.ww sub , .ww sup {font-size:0.7em;}

.ww em {
	font-style: italic;
}

.ww h1 {font-size: 2em; font-weight: bold}
.ww h2 {font-size: 1.6em; font-weight: bold}
.ww h3 {font-size: 1.2em; font-weight: bold}
.ww h4 {font-size: 1em; font-weight: bold}
.ww h5 {font-size: 0.9em; font-weight: bold}
.ww h6 {font-size: 0.7em; font-weight: bold}

.ww pre {
	font-family: monospace;
    white-space: pre;
}

.ww address {
	font-style: italic;
}

.ww ol {
	list-style: decimal;
	padding-left: 40px;
}

.ww ul {
	list-style: disc;
	padding-left: 40px;
}

.ww .ww_bloc_texte {
	background:#fff;
	margin-bottom:1em;
	padding:1em;
	font-size:0.9em;
	line-height:1.5em;
	border:1px #ccc solid;
}

.ww h2.ww_h2_gris{
	background:#ababab;
	color:#fff;
	padding:0.5em;
	font-size:1.2em;
	margin-top:0px;
	margin-bottom:0 !important;
	font-weight: 500;
	text-align:center;
	text-transform:uppercase;
}

.ww h2.ww_h2_gris a {
	color:#fff;
}

.ww .ww_txt_bleu {
    color:#005397;
}