﻿/*------------------------------------------------------------------

	Css Print

---------------------------------------------------------------------


/***** [typo]   *****************************************************/
body {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, .title, .title2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p {
	text-align: justify;
	}
	
img {border:none}
/***** [ Container ] ************************************************/

#container {
	width: auto;
	margin: 2% 5% 0 5%;
	overflow: visible;
	padding: 0;
	}
	

/***** [ Header Top] ***************************************************/

h1#logo {
	float: none;
	margin-left: 0;
	}

ul#nav1 {
	display: none;
	}
	
	
/***** [ Header] ***************************************************/

#header {
	display: none;
	}	
	
/***** [ Content ] **************************************************/
	
#content {
	float: none;
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: solid 1px #c6c6c6;
	width: auto;
	}

#content.wide_content {
	width: auto;
	}

#content #nav2 {
	height: 1px;
	border-top: solid 1px #c6c6c6;
	border-bottom: none;
	}
#content #nav2 li {
	display: none;
	}
#content p.desc {
	min-width: 200px;
	}
	
a.more  {
	display: none;
	}
	
a.more2, #sidebar a.more2 {
	display: none;
	}
a.back_top {
	display: none;
	}
a.back_top span {
	display: none;
	}
	
ul#news_images li a img {
	right:0;
	}
	
/* liste de pagination */
ul.pagination {
	display: none;
	}
	
/*listes */
#content ul#news_images.deux li a {
	color: #40494f;
	}
	
/* blocs */
#content #content_container {
	background: none;
	overflow: visible;
	}
#content .col2, #content .col3  {
	display: none;
	}
#content .col1, #content .col4 {
	width: auto;
	float: none;
	}
#content #video {
	display: none;
	}
#content .block {
	padding: 0;
	}
	
/* titres */
.sIFR-flash {
	display: none;
	}
	
h3 {
	text-transform: uppercase;display: block;
	}
	
/***** [ Sidebar ] **************************************************/

#sidebar {
	display: none;
	}
	
/***** [ Footer ] **************************************************/

#footer {
	display: none;
	}

/***/
.color2, a.color2 { color:#40494f; }
