.absolute_feuille {
	width : 27px; height : 42px;
	background : url(../../image/absolute_feuille.png) repeat-x;
	position : absolute;
	left : -15px; top : 20px;
}

/*** ENTETE ***/
.contenu .contenu_entete {
	margin: 0 ;
	padding: 10px 0 0 0;
}
.contenu  .contenu_entete  h2 {
	color: white;
	font-size: 1.7em;
	line-height: 1.2;
	margin: 10px 20px 15px;
	padding: 8px;
	background : #0c6ba6 url(../../image/back_titre.jpg) repeat-x;
	border : 1px solid #00c0ff;
	-moz-box-shadow:0px 2px 8px #AAAAAA;
	-webkit-box-shadow:0px 2px 8px #AAAAAA;
	-box-shadow :0px 2px 8px #AAAAAA;
}
.contenu  .fildariane_start {
	float: left;
	color: #DFDFDF;
	font-size: .8em;
	margin: 0px 3px 0 20px;
}
.contenu .fildariane { font-size: .8em; 
	}
.contenu .fildariane li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 5px;
	background: url(../../image/fildariane.gif) 100% 50% no-repeat;
}
.contenu .contenu_entete .cal {
	margin-top: 0;
}

.contenu .fildariane a { color: #01b8f7; }
/*.contenu .fildariane a:visited { color: #DFDFDF; }
.contenu .fildariane a:hover { color: #DFDFDF; }
.contenu .fildariane a:active { color: #6bc3e9;}
*/

/*** PAGE ***/
.contenu  { /* ne pas troucher */ }
.contenu_page {
clear: both;
padding : 0 15px;}

.contenu_page object{
outline : 0px;}

/*** MENU PAGE ***/
.contenu .menu_interne {
	margin: 5px 0 20px 0;
	padding: 1em 4px 0 0;
}
.contenu a{
	color: #01b8f7;
	text-decoration : underline;
	font-weight : bold;
}
.contenu a:hover {
	color: #01a6df;
	text-decoration : none;
}
.contenu .menu_interne a {
	color: #ff8300;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
.contenu .menu_interne a:hover { color: #f2000b; }
.contenu .menu_interne span { color: #f2000b; padding: 0; font-weight:bold; }

/*  A dev
.contenu .menu_interne_ligne, .contenu .menu_interne_listbox { text-align: right; }
.contenu .menu_interne_liste {
	position: relative;
}
.contenu .menu_interne_liste ul {
	padding: 0;
	margin: 0;
}
.contenu .menu_interne_liste ul li{
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 8px;
	margin: 0 0 0 20px;
	line-height: 1.2em;
}
*/

/*** TITRES ***/
.contenu h2 {
	color: #FF7800;
	margin: 10px 0 15px 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.7em;
	font-weight: bold;
}
.sous_titre {
	font-size: 1.5em;
	color: #0C0;
	margin: -15px 0 1em 0;
	padding: 0;
}
.contenu h3 {
	color: #ff0066;
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
.contenu h4 {
	color: #ff0066;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .8em 0;
}
.contenu h5, .contenu h6 {
	color: #669900;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 1em 0;
	background: url(../../image/art_puce_titre.png) 0 10px no-repeat;
	padding : 0 0 0 10px;
	border-bottom : 1px dotted #669900;
	
}
.contenu h6 {
	color: #01b8f7;
}
.contenu h2 span, .contenu h3 span, .contenu h4 span, .contenu h5 span, .contenu h6 span { font-weight: normal; }

/*** TUTORIEL ***/
/* A dev
.tutoriel_dossier {
	font-size: 1em;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DFDFDF;
	color:#999;
}
.tutoriel_dossier ol, .tutoriel_dossier ul {float:left;margin: 0 0 0 10px !important;}
.tutoriel_dossier li { margin-left: 3em;}
.tutoriel_dossier ul li { list-style-image: url(../../image/puce1.gif) !important;margin-left: 1em !important;}
.tutoriel_dossier strong { font-weight:bold }
*/
/*.tutoriel_dossier a { color: #00667f; }
.tutoriel_dossier a:hover { color: #000; }*/

.tutoriel {
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0 5px 10px 5px;
	border: 1px solid #F0F0F0;
	color: #999;
}
.tutoriel ol, .tutoriel ul {margin: 0 0 0 10px !important;}
.tutoriel li { margin-left: 3em;}
.tutoriel ul li { list-style-image: url(../../image/puce1.gif) !important;margin-left: 1em !important;}
.tutoriel strong { font-weight:bold }
/*.tutoriel a { color: #00667f; }
.tutoriel a:hover { color: #000; }*/

.sommaire {	float:left; }

/*** LISTE ***/
.contenu ul, .contenu ol { margin: 0 2em 0em 2em; padding: 0; }
.contenu ul li {
	list-style-image: url(../../image/art_puce.png);
	margin: 0 0 .3em 0;
}
.contenu ul ul li{
	list-style-image: url(../../image/art_puce_2.png);
}
.contenu dl {
	font-size: 1em;
	font-weight: 100;
	position:static;
	padding:0;
	margin-bottom:10px;
}
.contenu dt {
	font-size: 1em;
	color: #747474;
	font-weight: bold;
	padding:0;
	margin:0;
}

.contenu dd {
	/*font-size:1em;
	padding : 2px 5px 15px 20px;*/
}

.contenu blockquote {
	background : url(../../image/art_blockquote.png) no-repeat 5px 5px;
	min-height : 45px;
	border-width : 0 8px;
	border-style : solid;
	border-color : #85b607;
	margin : 0px;
	padding : 3px 0 3px 70px;
}

.zebre_vert { background-color: #f2f8c9; /* @#! IE */ }
.tableau_zebre tbody tr:nth-child(even), .zebre tbody tr:nth-child(even) { background-color: #f2f8c9; }

.tableau_zebre {
	border : 2px solid #6da60b;
	 border-spacing: 0;

	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius : 8px;

	-moz-box-shadow: 1px 2px 8px #aaa; 
	-webkit-box-shadow: 1px 2px 8px #aaa; 
	box-shadow: 1px 2px 8px #aaa;
	
}
.tableau_zebre tr,.tableau_zebre td {
	border-collapse : collapse;
	
}
.tableau_zebre thead{
	background : url(../../image/titre_tableau.jpg) repeat-x;
	color : white;
}
.tableau_zebre th,.tableau_zebre td{
	padding : 3px;
}
