/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 
 background: #1D1D20 url(../img/full_bg/full_bg3.jpg) no-repeat top center;
 
 <?= "img_".rand(0,1000).".gif"; ?>
 
 */

/* General Style Info */
body {
	color: #1a1a1a;
	font-family: arial,verdana;
	font-size:11px;
	margin: 0;
	padding: 0;
	background: #1D1D20 url(../img/full_bg/rotate.php) no-repeat top center;
	height: 100%;
}
a img {
	border:none;
}

a {
	color: white;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {

}
h2 {

}

h3 {

}
h4 {

}
ul, li {
	margin: 0;
}

/* Layout */
#nav {
	width: 950px;
	margin: auto;
}

#content{
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: -20px;
	display: block;
	width: 950px;
}

#footer {
	clear: both;
	height: 25px;
	width: 930px;
	line-height: 25px;
	padding: 0px 10px;
	background: url(../img/footer.gif);
	margin: auto;
	color: white;
}

#footer span.orange {
	color: #ff6000;
}

div.block {
	width: 950px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* flickr */
ul#thumbs li{
	display: inline;
	margin: 10px;
}

/*conseiller*/

div#conseiller {
	float: left;
	width: 190px;
	height: 75px;
	margin: 60px 0px 0px 60px;
}

div#conseiller div#picture, li#conseiller div#picture{
	float: left;
	width: 75px;
	height: 75px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px white solid;
}

div#conseiller div#infos, li#conseiller div#infos{
	float: right;
	width: 90px;
	height: 75px;
	padding: 0px 10px;
	display: block;
	font-size: 11px;
}

div#conseiller div#infos h1, li#conseiller div#infos h1{
	color: #004494;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

div#conseiller div#infos h3, li#conseiller div#infos h3{
	color: #004494;
	padding: 0;
	margin: 0 0 5px 0; 
	font-size: 14px;
	font-weight: bold;
}

div#conseiller div#infos a, div#conseiller div#infos a:hover, li#conseiller div#infos a, li#conseiller div#infos hover{
	color: #004494;
	text-decoration: underline;
}

div#footer a.hidden {
	display:block;
	float:right;
	height:25px;
	margin:0 0 0;
	padding:0;
	text-decoration:none;
	width:120px;
}