@charset "iso-8859-1";

/*============== _elements.css ==============*/
#contents h1 {
	width:100%;
	border-bottom:1px solid #ff8300;
	color: #ff8300;
	font-size: 1.8em;
}

#contents h2 {
	width:100%;
	border-bottom:1px solid #718589;
	color: #718589;
	font-size: 1.6em;
}

#contents h3 {
	color: #ff8300;
	font-size: 1.4em;
}

#contents h4 {
	color: #718589;
	font-size:1.3em;
}

#contents h5 {
	color: #aab6b8;
	font-size: 1.2em;
}

#contents h6 {
	color: #000000;
	font-size: 1.1em;
}

/* Links */
a{
	color:#718589;
}
a:visited{
 	color:#718589; 
}
a:hover{
	background-color:#718589;
	color:#ffffff;
	text-decoration:none;	
}
#contents a.LinkOut:after{
	color:#aab6b8;
	font-weight:bold;
	content: " ["attr(hreflang)"]";
}
/****/ /* CONTENU WIKI & Cie. */ /*****/

address{
	color:#85aad6;
}
address:before{
	content:"Adresse : \A";
}
pre{
	width:95%;
	overflow:auto;
	padding:1%;
	background:#e5e0e0;
	border:1px solid #aab6b8;
	font-size:1.1em;
}
code{
	padding:1px;
	background:#718589;
	color:#ffffff;
	font-size:1.1em;
}
blockquote{
	padding:0 0 0 5px;
	border-left:1px dashed #ff8300;
}
cite{
	padding:0 3px 0 3px;
	color:#718589;
}

acronym { 
	border-bottom:1px dashed #ff8300; 
	cursor:help;
}

q{
	color:#718589;
	font-style:italic;
}
q:after{
	font-size:0.9em;
	content: " Source: "attr(cite)" ";
}
ul{
	color:#ff8300;
}
ol{
	color:#718589;
}
.separator{
	clear:both;
	visibility:hidden;
}
/*** Definitions ***/
dl{
	padding:5px;
	border-bottom:1px dashed #718589;
}
dt{
	font-size:1.3em;
	font-weight:bold;
}
dd{
	padding:2px 10px;
	margin:0;
	font-style:italic;
}

.structured_text_links{
	float:right;
	margin:3px;
	padding:0;
	border:1px solid #718589;
	font-size:0.6em;
}
.structured_text_links dl{
	border-bottom:1px dashed #718589;
}
.structured_text_links dt{
	padding-left:15px;
	font-weight:bold;
}
.structured_text_links dd{
	padding:2px;
	color:#000000;
	font-style:italic;
}
.structured_text_links a{
	font-style:normal;
}


/*** Tableau ***/
table{
	margin:auto;
	border:1px solid #718589;
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	font-size:1em;
}
table caption{
	padding-bottom:3px;
	font-weight:normal;
	text-align:left;
}
th{
	padding:0;
	background:#718589;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #718589;
}
td{
	padding:2px;
	border:1px solid #718589;
}



/*elements de mise en page dans la zone de contenu*/
.une_colonne, .deux_colonnes{
	display: inline;
	clear:both;
}

.colleft{
	float:left;
	width:47%;
	margin:0; 
	padding:0;
	margin:0 2% 0 0;
}

.colright{
	float:left;
	width:48%;
	margin:0; 
	padding:0;
}

.intext_left{
	float: left !important;
	padding: 5px !important;
}


.intext_right{
	float: right !important;
	padding: 5px !important;
}

.above_left{
	text-align: left;
}

.above_right{
	text-align: right;
}

.above_center{
	text-align: center;
}

.below_center{
	text-align: center;
}

.below_right{
	text-align: right;
}

.below_left{
	text-align: left;
}

.above_center img, .above_right img, .above_left img, .below_center img, .below_right img, .below_left img{
	float: none !important;
}

p.center{
	width:100%;
	text-align: center;
}

p.left{
	width:100%;
	text-align: left;
}

p.right{
	width:100%;
	text-align: right;
}


/*=========================================================*/
/*===================== catalog.css =======================*/
































/*===================================================================*/
/*========================= catalog.css =============================*/

/* Begin form/common_form.html */
								
div.formulaire{
	width:85%;
	padding: 0;
	margin: 0 auto;
}

	#contents fieldset{
		padding:5px;
		margin:5px;
		border: 1px solid #ff8300;
	}
	#contents fieldset legend{
		color:#ff8300;
		font-weight: bold;
	}
	
	#contents form .row{
		clear:both;
		padding: 5px;
		margin: 5px;
	}

	#contents form .row label{
		width:16em;
		margin:0 0 0 0.5%;
		float:left;
	}
	#contents form .row input, #contents form .row select, #contents  form .row  textarea{
		width: auto;
		margin:0 0.5% 0 0.5%;
		background-color: #e5e0e0;
		border: 1px solid #ff8300;
	}
	/*correctif ie*/
	#contents form .row input.radio, #contents form .row input.checkbox{
		background-color: transparent;
		border: 0;
		width:auto;
	}
	/*fin correctif ie*/
	#contents form .row .group_multi_radio{
		display:block;
		clear:both;
		padding:0 0 0 16em;
		position:relative;
		top:-15px;
	}
	#contents form .row .multi_radio{
		display:block;
	}
	#contents form .row .multi_radio label{
		float:none;
	}
	div.multi_radio label{
		float:none;
	}
	#contents  form .row textarea{
		width:50%;
	}
	#contents  form .row .form_interval{
		padding:0 0 0 16em;
		position:relative;
		top:-18px;
	}
	#contents  form .row .form_interval *{
		float:none;
	}
	#contents form .submit{
		text-align: center;
	}
	#contents form .submit input{
		padding: 0;
		background: #ffffff;
		border: 1px solid #ff8300;
		color: #ff8300;
	}

	/*---------------en cas d'erreur-------------*/
	.error_form, .obligatory{
		color:#ff0000;
	}
	#contents  form .row .error input, #contents .error select, 
	#contents .error textarea{
		background:#ffefef;
		border: 1px solid red;
		color: #ff0000;
	}
	#contents .label.error{
		color: #ff0000;
	}

/* End form/common_form.html */

/* Begin form/creator_form.html */
								
div.form_creator_header{ 	 }
div.form_creator_footer{ 	 }

/* End form/creator_form.html */

/*==================================================================*/
/*================  publication_methods.css ========================*/





/* Begin publication_methods/news/news.html */
								
#news_list{
	text-align:center; 
}
	#news_events_list{
		margin:auto;
		width:85%;
	}
	div.news_event{ 
		text-align:left;
		margin:15px 0 15px 0;
	}
	div.news_event img{
		float:left;
		border:1px solid #aab6b8;
		padding:3px;
		margin:0 5px 0 0;
	}
	#contents div.news_event h2{
		margin:0;
		padding:0;
		border:0;
		font-size:1.5em;
	}
	div.date{ 	 }
	div.period{ 	 }
	p.chapo{ 	 }
	div.linksmore img{ 
		border:0;
		clear:left; 
	}
	p.news_archives_link{ 	 }
	#news_archives{ 	 }
	tr.ligne0{ 	 }
	tr.ligne1{ 	 }

/* End publication_methods/news/news.html */

/* Begin publication_methods/news/news_detail.html */
								
#news{ 	 }
#chapo{ 	 }
#text{ 	 }
#infos{ 	 }
#links{ 	 }

/* End publication_methods/news/news_detail.html */

/* Begin publication_methods/articles/single_article.html */
								
#article{ 	 }
#text{ 	 }
	#infos{ 
		float:left;
		width:47%;
		margin:0; 
		padding:0;
		margin:0 2% 0 0;
	}
	#links{ 
		float:left;
		width:48%;
		margin:0; 
		padding:0; 
	}
	#links,#infos {
		border:1px solid #AAB6B8; 
		background:#e0e5e5;
		padding: 0 1px 10px 1px;
	}
	#links h3,#infos h3{
		margin:0 -1px 5px -1px;
		padding:3px 0 3px 3px;
		background:#AAB6B8;
		border-bottom:1px solid #AAB6B8; 
		color:#ffffff;
		font-size:1em;
	}

/* End publication_methods/articles/single_article.html */











/* Begin publication_methods/form/form.html */
								
#forms{ 	 }

/* End publication_methods/form/form.html */



/* Begin publication_methods/links/links.html */
								
#links_list{ 	 }
div.link_element{ 	 }

/* End publication_methods/links/links.html */



/* Begin publication_methods/sitemap/sitemap.html */
								
#sitemap{ 	 }

/* End publication_methods/sitemap/sitemap.html */





/*============================================================================*/




body{
	width:100%;
	font-family: Times, serif;
	font-size:12pt;
}
#menu, #tools, #banner, #footer, #accessibility, .breadcrumb, hr{
	display:none;
} 
pre{
	overflow:visible;
}
/*propri�� css pour l'impression uniquement*/
@page{
	size:portrait;/*force la page �s'imprimer en mode portrait*/
}