@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	width:1000px;
	padding:5px;
	border:1px solid #0E0608;
}

header {
	width:1000px;
	height:150px;
	background:#0E0608;
	margin:auto;
}

.header_left {
	width:175px;
	height:150px;
	background:url(img/bg_header_left.jpg) no-repeat #0E0608;
	float:left;
}

.header_right {
	width:722px;
	height:150px;
	background:url(img/bg_header_right.jpg) no-repeat #0E0608;
	float:right;
}

.body_center {
	margin-top:30px;
	width:945px;
	margin-left:50px;
}

.center_left {
	width:500px;
	float:left;
	height:100%;
}

.center_right {
	width:500px;
	float:right;
	height:100%;
}

.iframe  {
	margin:auto;
	width:650px;
	height:400px;
}

footer {
	width:1000px;
	height:25px;
	background:url(img/navBG.png) repeat-x 0 0 scroll;
	margin:auto;
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin-top:25px;
}

ul li {
	color: #3a3a3a;
	font: 12px Arial, Helvetica, sans-serif;
}

p {
	color: #3a3a3a;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 20px;
	margin-left:25px;
}

h1 {
	height: 35px;
	margin-top: 0;
	padding-top: 0;
	font: normal 24px Century Gothic, Arial, Helvetica, sans-serif;
	color:#436cce;
	background: url(img/h1.gif) 0px 34px repeat-x;
}

h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #436cce;
	margin-left:15px;
	text-decoration:underline;
}

.connexion_box{
	width:200px;
	margin:auto;
	margin-top:10px;
	/*padding: 10px 10px 10px 10px;*/
}

.connexion_box form input{
	width:150px;
	margin-top:10px;
}

.body_center table{
	width:800px;
	border:1px solid #000;
}

.body_center table td{
	margin:auto;
	width:400px;
	padding:5px;
	text-align:center;
}
/********************/
/********************/

#pageWrap {
	width: 1000px;
	margin:	auto;
	background:	url(img/navBG.png) repeat-x 0 0 scroll;
}

#pageBody {
	width:1000px;
	margin:auto;
}

div.hoverBtn {
	position:relative;
	float:left;
	background:	black url(img/navBG.png) repeat-x 0 0 scroll;
}

div.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	text-decoration:none;
	color:#FFF;
	background:	transparent none repeat-x 0 0 scroll;
}

div.hoverBtn div {
	display:none;
	position: absolute;
	z-index:1;
	top:0px;
	background: url(img/navHover.png) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }

