body{
	font-family: Arial;
	font-size: 12pt;
	background-color: white;
}
*{
	font-family: inherit;
	font-size: inherit;
}

.formCoul{
	color: #33ab33;
}
.formation{
	background-color: #33ab33;
	color: white;
	border: none;
	vertical-align: top;
}
.formationOver{
	background-color: #bdebbd;
	color: #33ab33;
	border: none;
	vertical-align: top;
}

.jourCoul{
	color: #a14350;
}
.journee{
	background-color: #a14350;
	color: white;
	border: none;
	vertical-align: top;
}
.journeeOver{
	background-color: #e6c2c7;
	color: #a14350;
	border: none;
	vertical-align: top;
}
table{
	border: none;
}
img{
	border: none;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: overline underline;
}
a.jourA{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.jourA:hover{
	color: #a14350;
	background-color: #e6c2c7;
	text-decoration: none;
}
a.jourB{
	color: #a14350;
	text-decoration: none;
}

a.jourB:hover{
	background-color: #e6c2c7;
	text-decoration: none;
}

a.formA{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.formA:hover{
	color: #33ab33;
	background-color: #bdebbd;
	text-decoration: none;
}
a.formB{
	color: #33ab33;
	text-decoration: none;
}

a.formB:hover{
	background-color: #bdebbd;
	text-decoration: none;
}

.jourlist{
	list-style-type: disc;
	list-style-position:outside;
	list-style-image:url('res/pucejour.png');
	margin: 0px 0px 15px 15px;
}

.formlist{
	list-style-type: disc;
	list-style-position:outside;
	list-style-image:url('res/puceform.png');
	margin: 0px 0px 15px 15px;
}
.grislist{
	list-style-type: disc;
	list-style-position:outside;
	margin: 0px 0px 15px 15px;
}

.ouvragelist{
	list-style-type: disc;
	font-style: italic;
	margin-left: 15px;
}
a.grisA{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.grisA:hover{
	color: #777777;
	background-color: #dddddd;
	text-decoration: none;
}
a.grisB{
	color: #777777;
	text-decoration: none;
}

a.grisB:hover{
	background-color: #dddddd;
	text-decoration: none;
}
.grisCoul{
	color: #777777;
}
.gris{
	background-color: #777777;
	color: white;
	border: none;
	vertical-align: top;
}
.grisOver{
	background-color: #dddddd;
	color: #777777;
	border: none;
	vertical-align: top;
}
.docs{
	background-color: #0066ff;
	color: white;
	border: none;
	vertical-align: top;
}
a.docsA{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.docsA:hover{
	color: #0066ff;
	background-color: #a1c8ff;
	text-decoration: none;
}
textarea{
	width: 100%;
	font-size: inherit;
	height: 100%;
	font-family: inherit;

}

rouge{
	color: #FF1F26;
}

azure{
	color: #a14350;
}
.saisie{
	border: 0px none;
	border-bottom: 2px dotted;
	background-color: #eeeeee;
}
.texte{
	border: 1px dotted #999999;
	background-color: #eeeeee;
}
.commentaire{
	font-style: italic;
	font-size: 9pt;
	color: Gray;
	padding-left: 20px;
}

