
div#formations h1.domaine {
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	cursor: pointer;
	line-height: 40px;
	color: #333;
	background: #e0e0e0;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

div#formations h1.domaine:hover {
	border-left-width: 20px;
}

div#formations h1.domaine span.loading_domaine {
	background: url(../template/loading_domaine.gif) center bottom no-repeat;
	font-size: 11px;
	height: 33px;
	display: block;
	float: right;
	margin-top: -4px;
	margin-right: 5px;
	color: #555;
	display: none;
}

div#formations div.domaine {
	margin-bottom: 20px;
	margin-top: -20px;
}

div#formations h2.sousdomaine {
	font-size: 18px;
	font-weight: 500;
	padding-left: 5px;
	line-height: 30px;
	color: #333;
	background: whitesmoke;
}

div#formations div.one_formation {
	background: white;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div#formations div.one_formation:hover {
	background: #eaeaea;
}

div#formations div.one_formation h3 {
	border-top: 1px dashed #bbb;
}

div#formations div.one_formation h3 span.formation_title {
	display: block;
	float: left;
	height: 40px;
	line-height: 20px;
	font-size: 11px;
	width: 643px;
	color: #DC420F;
	border-radius: 3px 0px 0px 3px;
	padding: 5px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

div#formations div.one_formation h3 span.formation_title span {
	font: 10px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #777;
	padding-left: 18px;
	height: 15px;
	display: block;
	float: left;
	margin-top: 1px;
}

div#formations div.one_formation h3 span.formation_title span.formation_tarif { background: url(../template/picto_tarif.png) left center no-repeat; margin-left: 10px; }
div#formations div.one_formation h3 span.formation_title span.formation_date { background: url(../template/picto_date.png) left center no-repeat; }

div#formations div.one_formation h3 a.pdf_link {
	display: block;
	float: left;
	height: 40px;
	width: 32px;
	margin-top: 5px;
	background: url('../template/pdf_32.png') center center no-repeat;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

div#formations div.one_formation h3 a.pdf_link:hover {
	background-color: white;
}


/* CYCLES CIFAL */

ul#cycles_cifal li.cycles_cifal {
	display: block;
	background: whitesmoke;
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #ccc;
	line-height: 25px;
}

ul#cycles_cifal li.cycles_cifal h2 {
	color: #666;
}

form#formation_submit label {
	display: inline-block;
	width: 75px;
	text-align: right;
	margin-bottom: 10px;
}

form#formation_submit input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px;
	width: 150px;
	color: #666;
	display: inline-block;
}

form#formation_submit span.help {
	display: inline-block;
}
