/*--------------------------------------------------------------------
Styles Babylone 5.2
--------------------------------------------------------------------*/
/* formulaire */
.bab-form { width: 390px; }
.bab-form-colonne-gauche { width: 120px; }
.bab-form-erreur { color: #F99; font-weight: bold; }
.bab-form-text
{
	background: #FFF;
	border: 1px solid #BBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 230px;
}
.bab-form-text-demi { width: 150px; }
.bab-form-submit
{
	background: #903;
	border: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
/*----------------------------------------------------------------------
--------

------------------------------------------------------------------------
------*/
body
{
	background: #CCC url(bg.png) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
body#content {
	background: #FFF;
	padding: 20px;
}
a { color : #0373BB; text-decoration: none; }
a:hover  {
	background-color : #0373BB;
	color : White;
}
a img { border: 0; }
hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	height: 1px;

}
#main {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
}
/*
#sidebar .icon {
	background: url(menu-icons.gif) no-repeat;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	height: 47px;
	width: 47px;
}
#sidebar .icon span { display: none; }
#sidebar .icon-home { background-position: 0 0; }
#sidebar .icon-contact { background-position: -48px 0; }
#sidebar .icon-home:hover { background-position: 0 -48px; }
#sidebar .icon-contact:hover { background-position: -48px -48px; }
*/
#sidebar, #page { float: left; }
#sidebar
{
	color: #FFF;
	padding: 0 10px 10px 10px;
	width: 200px;
}
#sidebar h1
{
	background: url(cps-logo.png) center top no-repeat;
	height: 130px;
	margin: 0;
	padding: 0;
}
#sidebar h1 span { display: none; }
#sidebar ul
{
	clear: left;
	margin: 0;
	margin-top: 20px;
	padding: 0;

}
#sidebar li
{
	list-style-type: none;
	margin: 0;
	padding: 0;


}
#sidebar li a
{
	background: #A47;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	padding: 6px;
	margin-bottom: 6px;
}
#sidebar li a:hover
{
	background: #FFF;
	color: #888;
}
#adresse
{
	background: #A47;
	font-size: 9px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#page { width: 740px; }
#content
{
	min-height: 500px;
	padding: 20px;
}
#content h1
{
	border-bottom: 3px solid #814;
	color: #AAA;
	font-size: 30px
}
#content h2
{
	color: #777;
	font-size: 22px;
}
#content h3
{
	color: #999;
	font-size: 18px;;
	font-weight: normal;
}
.articleFils
{
	border: 1px solid #CCC;
	border-bottom-color: #999;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
}
.articleFils a
{
	display: block;
	text-align: right;
}
.page-previous
{
	font-size: 12px;
	margin-right: 20px;
	text-align: right;
}
#footer
{
	border-top: 1px solid #bbb;
	font-size: 10px;
	margin: 0 20px 20px 20px;
}
#footer, #footer a { color: #999; }
#footer a:hover
{
	background: 0;
	color: #666;
}