/*cerise : #FE0B28*/
/*orange : #FE6D03*/
/**/
@import url(./onglet.css);
@import url(./layout.css);
@import url(./form.css);
@import url(./ajax.css);
@import url(./all.css);


a#pdf, a#print,a#email {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
}
a#pdf {
	background: transparent url(../images/pdf.png) left no-repeat;
}
a#print {
	background: transparent url(../images/printer.png) left no-repeat;
}
a#email {
	background: transparent url(../images/email.png) left no-repeat;
}
#previsions {
	padding-left: 60px;
	background: #eee url(../images/messagebox_warning.png) top left no-repeat;
	border: 1px solid #ccc;
	min-height: 60px;
}

ul#choice {
	list-style-type: none;	
	margin: 0 3px;
	padding: 0 3px;
}
ul#choice li{
	border: 1px solid #ddd;	
	padding: 5px;
	width: 60%;
	margin: 3px;
	cursor: pointer;
}

ul#choice li:hover{
	border: 1px solid #ddd;	
	padding: 5px;
	width: 60%;
	margin: 3px;
	cursor: pointer;
	background: #ddd;
	color: #FE720B
}

ul#choice li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
ul#choice li a:hover{
	text-decoration: none;
	color: #FE720B
}

a.suite {
margin-left: 20px;
padding-left: 20px;
color: #000;
text-decoration: none;
background: transparent url(../images/magnifier.png) left no-repeat;
}
a.suite:hover {
font-weight: bold;
margin-left: 20px;
padding-left: 20px;
color: #FE720B;
text-decoration: none;
background: transparent url(../images/magnifier_zoom_in.png) left no-repeat;
}


span.tick {
	background: transparent url(../images/tick.png) 15px no-repeat;
	padding-left: 30px;
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #000;
	margin-left: 10px;
}

div.middle-niveau h4 {
border-bottom: 1px dashed  #FE720B;
}
br.separate {
	height: 5px;
}
