/* Style HAS */
.has,
.classic,
.wysiwyg {
	font-family: Arial, sans-serif;
	color: #474747;
	font-size: 0.9em;
}

.has p, .has dl, .has ul,
.classic p, .classic dl, .classic ul,
.wysiwyg p, .wysiwyg dl, .wysiwyg ul {
	font-size: 1.0em
}

.has ul li,
.classic ul li,
.wysiwyg ul li {
	list-style: none;
	padding-left: 12px;
	background: url(../images/commun/picto_link.gif) no-repeat 0 3px;
}

.has ul li ul li,
.classic ul li ul li,
.wysiwyg ul li ul li {
	list-style: none;
	padding-left: 22px;
	background: url(../images/commun/picto_link.gif) no-repeat 0 3px;
}

.has h1,
.classic h1,
.wysiwyg h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #5075AC;
}

.has h3,
.classic h3,
.wysiwyg h3 {
    font-size: 1.2em;
    text-transform: none;
}

.has a, 
.classic a,
.wysiwyg a {
	color: #0C2577
}

.has a:hover,
.classic a:hover,
.wysiwyg a:hover {
	text-decoration: none;
}

.has table,
.classic table,
.wysiwyg table {
	width: 100%;
	margin-bottom: 15px;
	/* border: 1px solid #BFBFBF; */
	border-collapse: collapse;
	/* background-color: #EDF5FD; */
	font-size: 1.0em;
}

.has table th,
.classic table th,
.wysiwyg table th {
	padding: 5px;
	/* background-color: #A7C0EC; */
	color: White;
	border: 1px solid;
	/* border: 1px solid #BFBFBF; */
	text-align: center;
	font-size: 1.0em;
}

.has td,
.classic td{
	padding: 8px;
	/* border: 1px solid #BFBFBF; */
	vertical-align: middle;
	/* background-color: #EDF5FD; */
	font-size: 1.0em;
	/* new accueil */
	padding-left: 0px;
}

.wysiwyg td {
	padding: 8px;
	/* border: 1px solid #BFBFBF; */
	vertical-align: middle;
	/* background-color: #EDF5FD; */
	font-size: 1.0em;
}

.has table td a,
.classic table td a,
.wysiwyg table td a {
	text-decoration: none;
}
.has table td a:hover,
.classic table td a:hover,
.wysiwyg table td a:hover {
	text-decoration: underline;
}

.has dt, 
.classic dt,
.wysiwyg dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: Black;
}
.has dd, 
.classic dd,
.wysiwyg dd {
	height: 30px;
	margin-bottom: 15px;
	padding-left: 40px;
}
/* Pour IE, les numéros sont trop à gauche -> 25px */
.has ol, 
.classic ol,
.wysiwyg ol {
    margin: 0 0 10px 25px;
	list-style-type: decimal;
}
/* Pour Firefox -> 20px */
*>.has ol,
*>.classic ol,
*>.wysiwyg ol {
    margin: 0 0 10px 20px;
	list-style-type: decimal;
} 

*>.has ol li, 
*>.classic ol li,
*>.wysiwyg ol li {
	list-style-type: decimal;
}

.has ol li, 
.classic ol li,
.wysiwyg ol li {
    margin: auto;
    list-style-type: decimal;
}


