/* 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;
}

/* General Style Info */
body {
	background: #1684c2 url('../img/background.png') repeat-x;
	color: #000;
	font-size:11px;
	font-family:verdana,helvetica,arial,sans-serif;
	margin: 0;
}
a {
	color: #008ad7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccc;
	text-decoration:none;
	font-weight: bold;
}

.a_soft {
	color: #008ad7;
	text-decoration: none;
	font-weight: normal;

}
.a_soft:hover {
	color: #ccc;
	text-decoration:none;
	font-weight: normal;
}


.a_part {
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;

}
.a_part:hover {
	color: #fff;
	font-size:11px;
	text-decoration:underline;
	font-weight: normal;
}

.a_titre {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.a_titre:hover {
	color: #fff;
	text-decoration:none;
}




.a_copain1 {
	color: #008ad7;
	font-size:16px;
	text-decoration: none;
	font-weight: normal;

}
.a_copain1:hover {
	color: #ccc;
	font-size:16px;
	text-decoration:none;
	font-weight: normal;
}


.a_copain2 {
	color: #008ad7;
	font-size:14px;
	text-decoration: none;
	font-weight: normal;

}
.a_copain2:hover {
	color: #ccc;
	font-size:14px;
	text-decoration:none;
	font-weight: normal;
}


.a_copain3 {
	color: #008ad7;
	font-size:13px;
	text-decoration: none;
	font-weight: normal;

}
.a_copain3:hover {
	color: #ccc;
	font-size:13px;
	text-decoration:none;
	font-weight: normal;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #000;
	font-size: 16px;
	font-weight:bold;
}
h2 {
	color: #fff;
	font-family:Verdana,'lucida grande',helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight:bold;


}

.error-message {
	color:red;
}

