/* 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 screen, handheld, projection, tty, tv  {

* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: "Perspective Sans";
	src: url('http://www.vacuumrandom.com/fontserver/persans.ttf');
}

@font-face {
	font-family: "Perspective Sans";
	font-weight: bold;
	src: url('http://www.vacuumrandom.com/fontserver/persansb.ttf');
}

@font-face {
	font-family: "Perspective Sans";
	font-style: italic;
	src: url('http://www.vacuumrandom.com/fontserver/persansi.ttf');
}
@font-face {
	font-family: "Perspective Sans";
	font-weight: bold;
	font-style: italic;
	src: url('http://www.vacuumrandom.com/fontserver/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.8em;
	background:#fff url('/img/seamlesspaper.jpg');
}
a {
	background:#fff;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	opacity:0.8;
	padding:2px 2px 0 2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
a:hover {
	color: #000;
	opacity:1;
}
ul, li {
	margin: 0 12px;
}

/* Layout */

#compo {
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}
#compo img {
	border:none;
	position:absolute;
}

#container {
	position:absolute;
	top:40px;
	left:5px;
	width:99%;
}
a.langs {
	opacity:1;
	border:1px solid #333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
a.langs:hover {
	border:1px solid #fff;
}
#header{
	position:absolute;
	top:5px;
	left:5px;
	width:720px;
	overflow:hidden;
}
#blogging {
	position:fixed;
	bottom:10px;
	right:10px;
}
#blogging a {
	padding:0;
	background:none;
}
#header a {
	display:block;
	float:left;
	background: url('/img/logo.png') no-repeat left;
	height:36px;
	width:300px;
	text-indent:-1000px;
	border:none;
}
#contenu {
	position:relative;
	float:right;
	top:0px;
	width:80%;
}	
#contenu p, #contenu h2, #contenu h3, .actuabull {
	float:left;
	background:#fff;
	margin:2px;
	opacity:0.95;
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.actuabull {
	max-width:45%;
	border:1px solid #333;
}
#gallery {
	clear:both;
	width:80%;
}
#Textes {
	clear:both;
	width:80%;
}
.screensaver, .screensaver div {
	position:absolute;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat;
}
.screensaver:hover {
	cursor:pointer;
}
.screensaver span {
	line-height:1.5em;
	padding:5px 8px 0;
	background:#fff;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.ok {
	z-index:200;
}
.no {
	z-index:1;
}

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

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



/* Notices and Errors */
div.message {
	clear: both;
	color: #f00;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #f00;
	font-weight: bold;
}
p.error {
	background-color: #f00;
	color: #fff;
	font-family: Courier, monospace;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Debugging */

.status {
	float:left;
}
.notification {
	border:3px solid #ff0000;
	background-color: #ffcdcd;
	padding:5px;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
	}