/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
*
* PHP versions 4 and 5
*
* CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
* @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
* @package       cake
* @subpackage    cake.app.www.css
* @since         CakePHP(tm)
* @version       $Revision: 7945 $
* @modifiedby    $LastChangedBy: gwoo $
* @lastmodified  $Date: 2008-12-18 21:16:01 -0500 (Thu, 18 Dec 2008) $
* @license       http://www.opensource.org/licenses/mit-license.php The MIT License
*/
@media print {
	
* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: "Perspective Sans";
	src: url('/files/fonts/persans.ttf');
}

@font-face {
	font-family: "Perspective Sans";
	font-weight: bold;
	src: url('/files/fonts/persansb.ttf');
}

@font-face {
	font-family: "Perspective Sans";
	font-style: italic;
	src: url('/files/fonts/persansi.ttf');
}
@font-face {
	font-family: "Perspective Sans";
	font-weight: bold;
	font-style: italic;
	src: url('/files/fonts/persansbi.ttf');
}

/* General Style Info */
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	color: #000;
	font-family: "Perspective Sans", helvetica, verdana, sans-serif;
	font-size:0.7em;
}
a {
	color: #333;
	text-decoration:none;
}
.langs {
	display:none;
}

/* Layout */
#container {
	position:absolute;
	top:40px;
	left:5px;
	width:90%;
}
#header{
	position:absolute;
	top:5px;
	left:5px;
	font-size:3em;
	font-weight:bold;
}
#blogging {
	display:none;
}
#contenu {
	position:relative;
	float:right;
	top:0px;
	width:90%;
}	
#contenu p, #contenu h2, #contenu h3, .actuabull {
	float:left;
	background:#fff;
	margin:2px;
	padding:5px;
}
.actuabull {
	width:45%;
}
	#compo {
		display:none;
	}
#gallery {
	clear:both;
}
#Textes {
	clear:both;
}

/* Custom */
.thumb {
	display:block;
	border:none;
	float:left;
	padding:0;
	margin:2px;
}
a img {
	border:none;
	padding:0;
}

a.thumb {
	border:1px solid #BBB;
	padding:0;
}
.selected {
	opacity:none;
}
}