/* SVN FILE: $Id$ */
/**
 *
 * 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.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

html {
	
	height:100%;	
	
}
/* General Style Info */
body {
	background: url('../img/background.jpg') no-repeat center top fixed #1a1a1a;
	color: #474747;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:11px;
	margin: 0;
	height:100%;
}
a {
	color: #df0d02;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
a:hover {
	color: #a7a7a7;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}


.a_f {
	color: #474747;
	text-decoration:none;
	font-size:11px;
}
.a_f:hover {
	color: #a7a7a7;
	text-decoration:none;
	font-size:11px;
}

.a_part {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.a_part:hover {
	color: #ccc;
	text-decoration:none;
	font-size:11px;
}



h2 {
	color:#474747;
	font-size:14px;
	display:inline;
	font-weight:bold;
		
}


h1 {
	color:#474747;
	font-size:17px;
	display:inline;
	font-weight:bold;
		
}

table {
	background: transparent;
	border: 0px

}

.error-message {
	
	color: red;
}


.valid-message {
	
	color: #2a9500;
}

#header {
	
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:864px;
	height:179px;
}

#contenu {
	
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:864px;
}

#contenair {
	
	width:835px;
	margin-left:13px;
	padding-top:10px;
}

#footer {
	
	width:864px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	background:url('../img/footer.png') repeat-y;
	
}

#boutons_footer {
	
	padding-top:18px;
	position:absolute;
}

#copyright {
	position:absolute;
	padding-top:35px;
	margin-left:270px;
}

#bouton_stats {
	
	position:absolute;
	padding-top:35px;
	margin-left:400px;"
}

#monter {
	
	position:absolute;
	padding-top:35px;
	margin-left:730px;
	
}
#gauche {

width:554px;
float:left;

}

#droite {

	width:266px;
	margin-left:13px;
	float:left;
}


#menu {
	margin-top:123px;
	margin-left:45px;
	width:790px;
	height:30px;
	position:absolute;
}

#curseur {
	
	background:url('../img/header/curseur.png') no-repeat;
	width:17px;
	height:9px;
	margin-top:163px;
	position:absolute;
	
	
}

img {
	
	border:0;
}

#linkin { height :0px;overflow:hidden; }

