/*
contenu
*/
#contenu h2{
	color : #fff;
	background-color : #fff;
	border-bottom : 2px solid #99CC67;
	margin:0;
}

#contenu h2 span{
	padding:0 0.2em;
	margin:0;
}

#contenu h2 .titre{
	background-color : #99CC67;
}

#contenu h2 .stitre{
	background-color : #fc8600;
	font-size:70%;
	margin-left:-0.5em;
	border-bottom:1px solid #fc8600;
}

/*
scontenu
*/
#scontenu{
	background-color : #e6e6e6;
	margin-top:1em;
	padding:0.1em 2%;
}



/* ================================= */

ul#smenu{
	margin:0.5% 0 0 0;
	padding:0;
	text-align : right;
}

ul#smenu li{
	display:inline;
	list-style : none;
	border-left:1px solid #fc8600;
	padding:0 3px;
	margin:0;
	font-size:90%;
}

ul#smenu a{
	text-decoration : none;
	margin:0;
	padding:0;
	color: #f30;
}

ul#smenu a:hover{
	color: #fff;
	background-color:#fc8600;
}

ul#smenu li.premier{
	border:0;
}

/* ================================= */

#contenu h3{
	background-image : url("../images/pico.png");
	background-position : center left;
	background-repeat : no-repeat;
	margin-left:-2%;
	padding-left:1em;
	line-height:200%;
	margin-top:1.5em;
}

#contenu img.encart{
	position : relative;
	top:-0.6em;
	left:3%;
	float:right;
	border-bottom:5px solid #fff;
	border-left:5px solid #fff;
}

#contenu a{
 	color:#333;
}

#contenu a:hover{
 	color:#fff;
	background-color:#666;
	text-decoration:none;
}

/* ================================= */

.lista{
	clear:both;
	width:100%;
	float:left;
	list-style : none;
	margin:0;
	padding:0;
}

.listb{
	width:100%;
	list-style : none;
	margin:0;
	padding:0 0 1em 0;
}

.lista ul, .listb ul{
	list-style : none;
	padding:0;
	margin:0;

}

.listb a{
	color:#000;
}

.listb a:hover{
	text-decoration:none;
	color:#fff;
	background-color : #fc8600;
}

#contenu a.picto{
	border:1px solid #fff;
}

#contenu a.picto:hover{
	background-color:#fff;
	border:1px solid #666;
}

#contenu a.picto img{
	padding:0.5em;
}

dl{
	padding-top:1em;
}

dt{
	font-weight:700;
}
dd{
	margin-bottom:1em;
	margin-top:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid  #999;
}

table.tarifs, table.stagesformations{
		width:100%;
}

table.tarifs, table.tarifs th, table.tarifs td, table.stagesformations, table.stagesformations th, table.stagesformations td{
	border:1px solid #ccc;
	border-collapse : collapse;
}

table.tarifs caption{
	color : #fff;
	background-color:#999;
	line-height:150%;
}

table.tarifs th, table.tarifs td{
	text-align:left;
}

table.tarifs th{
	padding-left:1em;
}

table.tarifs ul{
	list-style:circle;
}

/* ================================= */

body#stagesformations #contenu{
	margin:0 1em;
	padding:0;
}

body#stagesformations #contenu .scontenu{
	margin:1em 0;
	padding:0;
}

table.stagesformations caption{
	background-color : #fdb24b;
	font-weight:700;
	color: #633;
	line-height:250%;
}

table.stagesformations th, table.stagesformations td{
	padding:1em 0.2em;
}

table.stagesformations th{
	color:#fff;
	background-color:#999;	
}

table.stagesformations tr.titrecol th{
	background-color:#666;	
}