@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 =======================*/

/*===BEGIN===boxes/products.html===BEGIN===*/
.boxproduct{ 	 }
div.product{ 	 }
span.product_name{ 	 }
/*===END===boxes/products.html===END===*/

/*===BEGIN===cart/box_cart.html===BEGIN===*/
.boxcart{ 	 }
	.boxcart .viewcart{
		float:right;
	}

div.row{ 	 }
span.label{ 	 }
span.value{ 	 }
span.viewcart{ 	 }
/*===END===cart/box_cart.html===END===*/

/*===BEGIN===cart/cart.html===BEGIN===*/
#cart{ 	 }
#empty_cart{ 	 }
#steps_cart{ 	 }
#selections_cart{ 	 }
tr.shipping{ 	 }
tr.amount{ 	 }
/*===END===cart/cart.html===END===*/

/*===BEGIN===cart/cart_address.html===BEGIN===*/	
#cart_address{ 	 }
#steps_cart{ 	 }
#current_address{ 	 }
div.address invoicing_adress{ 	 }
div.address delivery_address{ 	 }
#manage_address{ 	 }
/*===END===cart/cart_address.html===END===*/

/*===BEGIN===cart/cart_authentification.html===BEGIN===*/
#cart_authentification{ 	 }
#steps_cart{ 	 }
/*===END===cart/cart_authentification.html===END===*/

/*===BEGIN===cart/cart_order_confirmation.html===BEGIN===*/
#cart_order_confirmation{ 	 }
#steps_cart{ 	 }
div.address invoicing_adress{ 	 }
div.address delivery_address{ 	 }
#cart_detail{ 	 }
tr.shipping{ 	 }
tr.amount{ 	 }
#payment_modules{ 	 }
div.row{ 	 }
span.condition_label{ 	 }
span.condition_field{ 	 }
/*===END===cart/cart_order_confirmation.html===END===*/

/*===BEGIN===cart/cart_payment_confirmation.html===BEGIN===*/
#cart_payment_confirmation{ 	 }	
#steps_cart{ 	 }
#payment_infos{ 	 }
div.address invoicing_adress{ 	 }
div.address delivery_address{ 	 }
#payment_actions{ 	 }			
#cart_footer{ 	 }
/*===END===cart/cart_payment_confirmation.html===END===*/

/*===BEGIN===cart/cart_subscription.html===BEGIN===*/
#cart_subscription{ 	 }
#steps_cart{ 	 }
/*===END===cart/cart_subscription.html===END===*/

/*===BEGIN===publication_methods/products.html===BEGIN===*/
#products{ 	}
/*===END===publication_methods/products.html===END===*/

/*===BEGIN===publication_methods/catalog.html===BEGIN===*/
.catalog{	}
	#familly_presentation{
		width:85%;
		padding:5px;
		margin: 5px auto;
		background:#e0e5e5;
		border:1px solid #aab6b8;
	}
	#familly_presentation img{
		float:left;
		margin-right:5px;
	}
	#children_selector{}/*ne s'affiche que lorsque une famille a des produits et des sous-familles*/
	#formArboSelect, #children_selector{
		width:85%;
		margin:auto;
	}
	#contents #formArboSelect fieldset{
		border:0;
	}
	div.line1, div.line2, div.line3{/* prýoir autant que de ligne il y aura si on veut des styles diffýent par ligne*/
		display:inline;
	} 
	div.col1, div.col2, div.col3, div.col4, #products .short_product{/* prýoir autant que de colonne il y aura si on veut des styles diffýent par colonne*/
		float:left;
		width:28%;/*a regler suivant le nombre de produits par ligne*/
		margin:0 1% 10px 0;
		padding:5px;
		border:1px solid #ff8300;
	}
	div.familly img{ 
		float:left; 
	}
	div.familly_name{ 
		color:#ff8300;
		font-size:1.1em;
	}
/*===END===publication_methods/catalog.html===END===*/

/*===BEGIN===product/zoom_diaporama_product.html===BEGIN===*/
span.zoom_diaporama{ 	 }
/*===END===product/zoom_diaporama_product.html===END===*/

/*===BEGIN===product/zoom_gallery_product.html===BEGIN===*/
#zoom_gallery{ 
	padding:10px;
}
div.gallery_element{ 
	float:left;
	padding:5px;
 }
/*===END===product/zoom_gallery_product.html===END===*/

/*===BEGIN===product/short_product.html===BEGIN===*/
#contents .short_product h3{
		margin:0;
		color:#ff8300;
		font-size:1.1em;
	}
	.short_product img{
		float:left;
		width:49%;/*si on veut que la taille de la photo varie en fonction de la fenetre*/
		margin-right:1%;
	}
	.short_product p{
		float:left;
		width:48%;
		padding:0 0 10px 0;
	}
	.short_product input{
		width:20px;
		background:#e0e5e5;
		border:1px solid #ff8300;
	}
	.short_product .panier a{
		/*clear:both;*/
		background:url(/images/ajouteraupanier.jpg) no-repeat bottom left;
		text-decoration:none;
		padding:2px;
		display:block;
		width:90px;
	}
	.short_product .panier a:hover{
		background:url(/images/ajouteraupanier.jpg) no-repeat bottom left;	
		color:#000000;
		text-decoration:none;
		padding:2px;
		display:block;
}
	.short_product .panier .submit{/*ne s'affiche que si le js est dýactivý/
		/*clear:both;*/
		float:right;
	}
	.short_product .panier .submit input{
		width:auto;
	}
/*===END===product/short_product.html===END===*/

/*===BEGIN===product/add2cart_product.html===BEGIN===*//*Overlib*/
#overDiv{
	width: 300px;
	margin: 0;
	background:#e5e0e0;
	border: 1px solid #718589;
	
}
#overDiv p{
	margin:0;
}
#overlibheader div{
	background:#718589;
	color:#ff8300;
	font-weight:bold;
}
div.overlibcaption{
	float:left;
	width:90% ;
}
div.overlibclose{
	float:right;
	width:10%;
}
#overlibheader a{
	padding:auto ;
	background:none;
	border:none;
	color:#ff8300;
	text-decoration:none;
}
#overlibcontent{
	clear:both;
	padding:3px;
	text-align:left;
}
/*===END===product/add2cart_product.html===END===*/
/*===BEGIN===product/add2cart_confirmation_product.html===BEGIN===*//*Overlib*/
#add2cart_confirmation{
	background:#e5e0e0;
} 
/*===END===product/add2cart_confirmation_product.html===END===*/

/*===BEGIN===product/product.html===BEGIN===*/
#product{}
	#product #visuel_produit{ 
		float:left;
		width:33%;
		text-align:center;
	}
	#product #infos_produit{ 
		float:left;
		width:60%;
		padding:5px;
		margin:0 0 0 3%;
		border:3px solid #000000;
	}
	#product #infos_produit fieldset{ 
		border:0;
	}
	#product input{
		float:left;
		width:20px;
		margin:0 5px 0 0;
		background:#e0e5e5;
		border:1px solid #ff8300;
}
	#product label{
		float:left;
		color:#ff8300;
	}
	#product .panier a{
		background:url(/images/ajouteraupanier.jpg) no-repeat top left;
		color:#ffffff;
		font-size:0.8em;
		text-decoration:none;
	}
	#product .panier a:hover{
		background:url(/images/ajouteraupanier.jpg) no-repeat top left;	
		color:#000000;
		font-size:0.8em;
		text-decoration:none;
	}
	#product .panier .submit{/*ne s'affiche que si le js est dýactivý/
		/*clear:both;*/
		float:right;
	}
	#product .panier .submit input{
		width:auto;
	}
	#product .prix{
		color:#ff8300;
		font-size:1.3em;
	}
	#product #visuels_additionnels{
		text-align:center;
	}
	#product #visuels_additionnels img{
		margin:3px;
	}
/*===END===product/product.html===END===*/

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

/*===BEGIN===common_form.html===BEGIN===*/
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===common_form.html===END===*/

/*===BEGIN===creator_form.html===BEGIN===*/
div.form_creator_header{ 	 }
div.form_creator_footer{ 	 }
/*===END===creator_form.html===END===*/

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

/*===BEGIN===agenda/agenda.html===BEGIN===*/
#calendar{
	text-align:center; 
}
	#calendar_events_list{
		margin:auto;
		width:85%;
	}
	div.calendar_event{ 
		text-align:left;
		margin:15px 0 15px 0;
	}
	div.calendar_event img{
		float:left;
		border:1px solid #aab6b8;
		padding:3px;
		margin:0 5px 0 0;
	}
	#contents div.calendar_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.calendar_archives_link{ 	 }
	#calendar_archives{ 	 }
	tr.ligne0{ 	 }
	tr.ligne1{ 	 }
/*===END===agenda/agenda.html===END===*/

/*===BEGIN===agenda/agenda_detail.html===BEGIN===*/
#event{ 	 }
#chapo{ 	 }
#text{ 	 }
#infos{ 	 }
#links{ 	 }
/*===END===agenda/agenda_detail.html===END===*/

/*===BEGIN===news/news.html===BEGIN===*/
#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===news/news.html===END===*/

/*===BEGIN===news/news_detail.html===BEGIN===*/
#news{ 	 }
#chapo{ 	 }
#text{ 	 }
#infos{ 	 }
#links{ 	 }
/*===END===news/news_detail.html===END===*/

/*===BEGIN===articles/single_article.html===BEGIN===*/
#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===articles/single_article.html===END===*/

/*===BEGIN===articles/multi_articles.html===BEGIN===*/
#articles_list{ 	 }
#chapo_list{ 	 }
div.chapo{ 
	border:1px solid #AAB6B8; 
	background:#e0e5e5;
	padding: 0 1px 10px 1px;
}
	div.chapo img{
		float:left;
		margin:0 5px 0 0;
	}
	#contents .chapo h1{
		margin:0 0 5px -1px;
		padding:3px 0 3px 3px;
		background:#AAB6B8;
		border-bottom:1px solid #AAB6B8; 
		color:#ffffff;
		font-size:1em;
	}
	p.chapo{
		text-align:justify;
	}
	div.linksmore{
		float:right;
	}
p.articles_archives_link{ 	 }
#articles_archives table, #news_archives table, #calendar_archives table{width:100%; margin:0; padding:2px; border:0;}
#articles_archives table caption, #news_archives table caption, #calendar_archives table caption{ font-weight:bold; color:#ff8300;font-size:1.3em;}
#articles_archives th, #news_archives th, #calendar_archives th{ font-weight:bold; color:#ffffff; font-size:1.1em;}
#articles_archives td, #news_archives td, #calendar_archives td{ font-size:1em; }
#articles_archives tr.ligne1, #news_archives tr.ligne1, #calendar_archives tr.ligne1{ background:#ffffff; }
#articles_archives tr.ligne0, #news_archives tr.ligne0, #calendar_archives tr.ligne0{ background:#e0e5e5; }
/*===END===articles/multi_articles.html===END===*/

/*===BEGIN===articles/multi_articles_detail.html===BEGIN===*/
#article{ 	 }
	#chapo{ 	 }
	#chapo img{ 
		float:left;
	}
	#text{ 	 }
	#view_more{
		display:inline;
		clear:both;
	}
/*===END===articles/multi_articles_detail.html===END===*/

/*===BEGIN===contact/contact.html===BEGIN===*/
#contact{ 	 }
#contact_header{ 	 }
#contact_footer{ 	 }
/*===END===contact/contact.html===END===*/

/*===BEGIN===contact/contact_thanks.html===BEGIN===*/
#contact{ 	 }
#contact_thanks{ 	 }
/*===END===contact/contact_thanks.html===END===*/

/*===BEGIN===faq/faq.html===BEGIN===*/
#faq{    }

div.faq_detail{
        padding: 0;
        margin:10px 0 10px 0;
        border:1px solid #C40101;
background: none;
}

#contents .faq_detail h4{
        margin:0;
        padding:3px;
        background:#dedefe;
        border-bottom:1px solid #C40101;
        color:#835D46;
        font-size:1em;
}

#contents .faq_detail .answer{
padding: 5px;
}

#contents .faq_detail .answer .answer_back{
text-align: right;
}

/*===END===faq/faq.html===END===*/

/*===BEGIN===form/form.html===BEGIN===*/
#forms{ 	 }
/*===END===form/form.html===END===*/

/*===BEGIN===last_elements/last_elements.html===BEGIN===*/
#last_elements_list{ 	 }
div.last_element{ 	 }
div.date{ 	 }
div.linksmore{ 	 }
/*===END===last_elements/last_elements.html===END===*/

/*===BEGIN===links/links.html===BEGIN===*/
#links_list{ 	 }
div.link_element{ 	 }
/*===END===links/links.html===END===*/

/*===BEGIN===medias/diaporama.html===BEGIN===*/
#customised_diaporama{ 	 }
/*===END===medias/diaporama.html===END===*/

/*===BEGIN===sitemap/sitemap.html===BEGIN===*/
#sitemap{ 	 }
/*===END===sitemap/sitemap.html===END===*/

/*===BEGIN===homepage/homepage.html===BEGIN===*/
#presentation{ 	
	width:85%;
	padding:5px;
	margin: 5px auto;
	background:#e0e5e5;
	border:1px solid #aab6b8;
}
	#presentation img{
		float:left;
		margin-right:5px;
	}
#conteneur_familles, #conteneur_rubriques, #argumentation{
	display:inline;
	margin:0 1%; 
	padding:0;
}
#conteneur_familles img, #conteneur_rubriques img, #argumentation img{
	float:left;
	border:1px solid #aab6b8;
}
#conteneur_rubriques #rubrique1, #conteneur_rubriques #rubrique2, #conteneur_rubriques #rubriques, 
#argumentation #argumentaire, #argumentation #argumentaires,
#conteneur_familles #famille1,  #conteneur_familles #famille2,  #conteneur_familles #familles{
	float:left;
	width:46%;/*�modifier selon le nombre d'objets par ligne*/
	margin:10px 1% 0 0; 
	padding:1%; 
	border:1px solid #AAB6B8; 
	background:#e0e5e5;
}
/*===END===homepage/homepage.html===END===*/

/*===BEGIN===polls/poll.html===BEGIN===*/
#poll{
	width:85%;
	padding: 0;
	margin: 0 auto;
}
	#poll hr, #poll_stats hr, #poll_coments hr, #poll_others hr{
		visibility:hidden;
	}
	#poll .row ul li{
		list-style:none;
		list-style-position:outside;
	}
	#poll .notes{
		font-size:0.9em;
		padding:5px;
		text-indent:2em;
		color:#718589;
		font-style:italic;
	}
	#contents #poll  form fieldset .row label{
		float:inherit!important;
		width:15em;
		margin:0;
	}
#poll_stats{}
	#poll_stats .poll_html_graph{
		width:60%;
		margin:0 0 0 20%;
	}
	#poll_stats .poll_graph{
		text-align:center;
		height:auto;
	}
	#poll_stats .poll_html_graph div{
		border:1px solid #718589;
		margin:1px 0 0 5px;
		background:#718589 /*url(images/monimage.jpg) repeat-x top left*/;
	}
/*===END===polls/poll.html===END===*/
/*===BEGIN===directory/directory.html===BEGIN===*/
#directory{}
	#directory_presentation{
		width:85%;
		padding:5px;
		margin: 5px auto;
		background:#e0e5e5;
		border:1px solid #aab6b8;
	}
	#directory_presentation img{
		float:left;
		margin-right:5px;
	}
	.entries{}
	.entry_desc{}
/*===END===directory/directory.html===END===*/
/*============================================================================*/




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*/
}