/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* Print */

body {
	background: none !important;
}
.art-header-clip,
.art-sidebar1,
.art-sidebar2,
.art-nav,
.art-print,
.art-print-with-separator,
.art-rss-tag-icon,
.footer-primary,
.footer-copyright ul,
.top_section .lang
{
	display: none !important;
}

.jqTransformSelectWrapper div span
{
	display: none;
}

.art-header, .art-footer
{
	width: 100% !important;
	height: auto !important;
}

.art-header
{
	padding-bottom: 20px;
}

.art-sheet 
{
	margin-top: 0 !important;
}

div.art-logo 
{
	top: 5px !important;
	position: relative !important;
}

.art-content
{
	width: 100%  !important;
}

.art-footer-body
{
	padding: 0 !important;
}

.art-footer-text
{
	min-height: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* Print */

body {
	background: none !important;
	color:#000000!important;
}

.header,
.sidebar2,
.nav,
.print,
.print-with-separator,
.rss-tag-icon,
.footer-primary,
.footer-copyright ul,
div.mobileswitch,
/* cg31 skin */
.vmenublock,
.footer-links,
.social-network,
.backtop,
.art-page-wai-links, 
#logo a,
.breadcrumb,
.left_sidebar,
#access .menu,
.page_title,
.site-search-area,
.art-print,
.art-pdf,
.art-sharethis,
.footer
{
	display: none !important;
}

*{
	box-shadow:transparent;
}

#logo img{
	display:block!important;
}

.content_right{
	float:left;
	width:100%;
}

.boxed_wrapper{
	bax-shadow:0 0 0 #ffffff;
}

.content_right a[href]:after {
  content: " (" attr(href) ")"; /* affichage des URL des liens */
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-all;
  -ms-word-break: break-all;
  white-space: normal; 
  text-transform:none;
  font-size:10px;
  color:#000000;
}

h1, h2, h3, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
}

blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}

p, blockquote {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}

div.logo 
{
	top: 5px !important;
	float:left;
	position: relative !important;
}
div.logo:after{
	content: " ";
	display:block;
	clear:both;
}