/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
body, h1, h2, h3, h4, li, p, ul { margin: 0; padding: 0; }
body { background: #444 url(bg.png) center top no-repeat; }
a { color: #F90; text-decoration: none; }
a:hover { color: #FC0; }
a img { border:0; }
hr {
	border: 0;
	border-bottom: 1px solid #888;
	height: 1px;
}
.clear { clear: both; }
/*------------------------------------------------------------------------------
Typographie
------------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAA;
}
h1, h2, h3, p, ul { margin-bottom: 8px; }
h1, h2, h3, #menu a { text-transform: uppercase; }
h1, h3, #menu a { font-family: "Century Gothic", Arial, Helvetica; }
h1 {
	color: #FFF;
	font-size: 21px;
	font-weight: normal;
	line-height: 20px;
	margin: -30px 0 20px 10px;
	z-index: 30;
}
h2 {
	background: #333;
	border-left: 15px solid #F90;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
}
h3, #menu a {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #F90;
	padding-top: 10px;
}
#content { line-height: 120%; }
#content p { text-align: justify; }
ul { margin-left: 13px; }
ul li { list-style-type: square; }
/*------------------------------------------------------------------------------
Blocs
------------------------------------------------------------------------------*/
#main {
	left: 50%;
	margin-left: -480px;
	position: relative;
	top: 30px;
	width: 960px;
}
#site {
	background: #000;
	border: 1px solid #666;
	border-bottom: 0;	
	border-top-color: #AAA;
}
/*----------------------------------------------------------------------------*/
#menu {
	background: url(menu-bg.png) repeat-x;
	height: 60px;
	margin: 0;
	padding-left: 20px;
}
#menu li { display: inline; list-style-type: none; }
#menu li a {
	color: #CCC;
	display: block;
	float: left;
	line-height: 14px;
	padding: 27px 5px 19px 5px;
}
#menu li a:hover, #menu li a.selected {
	background: #222 url(menu-on.png);
	color: #FFF;
}
/*----------------------------------------------------------------------------*/
#bandeau { z-index:20; }
#content {
	margin: 0px 20px 20px 20px;
}
/*----------------------------------------------------------------------------*/
#sideBar {
	margin: 0 20px 20px 0px;
}
#logo {
	display: block;
	padding-bottom: 10px;
}
#chapeau {
	font-size: 12px;
	margin-bottom: 20px;
}
/*----------------------------------------------------------------------------*/
.news {
	border-top: 1px solid #555;
	font-size: 9px;
	line-height: 11px;
	padding: 8px 0 8px 0;
}
.news img {
	float: left;
	margin-right: 8px;
}
.news h4 {
	font-size: 11px;
}
.news .suite {
	float: right;
	margin-top: 8px;
}
/*----------------------------------------------------------------------------*/
#footer {
	background: url(footer-bg.png) center top no-repeat;
	color: #000;
	padding-top: 10px;
	padding-bottom: 50px;
}
#footer ul {
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-left: 0;
	text-align: right;
	width: 670px;
}
#footer ul li {
	list-style-type: none;
}
#footer p {
	float: right;
	font-size: 9px;
	width: 280px;
}
#footer a { color: #000; }
#footer a:hover { color: #999; }
/*------------------------------------------------------------------------------
Formulaire de contact
------------------------------------------------------------------------------*/
#contact{
	/*text-align:center;*/
}
#contact .textField{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #CCC;
	background-image:url(input-fond.png);
	background-repeat:repeat-x;
	padding:3px;
	width:144px;
}
#contact .textFieldError{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #F90;
	background-image:url();
	background-color:#FDB;
	padding:3px;
	width:144px;
}
#contact .errorMsg{
	color:#F90;
	font-weight:bold;
}
#contact textarea{
	border:1px solid #CCC;
	background-image:url(input-fond.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#000;
}
#contact .sendButton{
	background: #F90;
	border: 0;
	border-top: 1px solid #FC8;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	width: 100px;
}