
/*******************************************************************************************/
/* STYLES GENERAUX  */
/*******************************************************************************************/
/* Pleine page */
#overview {
	width:951px;
	margin:0 auto;
}
/* Page centrale */
#top {
	padding:0;
	width:951px;
	height:178px;
	/*border-left:1px solid #a0d2ea;*/
	background:transparent url(../images/bg_peoples.png) no-repeat 119px 0;
}
#logo_site {
	background:#e4e4e4 url(../images/logo_site.png) no-repeat 0 0;
	padding:178px 0 0 0;
	display:block;
	overflow:hidden;
	width:118px;
	height:0 !important;
	float:left;
}
#nav_top {
	padding-top:119px;
}
#nav_top li {
	display:inline;
	float:left;
	width:119px;
	text-align:center;
}
#nav_top li a {
	display:block;
	height:47px;
	padding-top:12px;
	background:#00528a url(../images/bg_nav_top.png) no-repeat 0 -60px;
	font:bold 1.3em "Trebuchet MS",Arial,sans-serif;
	color:#8dbdde;
	line-height:1em;
	text-decoration:none;
}
#nav_top li.on a {
	background-position: 0 0;
	text-decoration:none;
	color:#fff;
}
#nav_top li a:hover {
	text-decoration:none;
	color:#fff;
}


#page {
	position:relative;
	padding:0;
	background-color:#fff;
}
#header {
	width:834px;
}
#corner_top {
	position:absolute;
	z-index:100;
	top:-60px;
	left:828px;
	width:124px;
	height:129px;
	background:transparent url(../images/corner_top.png) no-repeat 0 0;
	_background:transparent url(../images/corner_top.gif) no-repeat 0 0;
}

#content {
	position:relative;
	font-size:1.15em;
	line-height:1.3em;
	width:951px;
	padding:0;
}
#col1, #col2, #col3 {
	display:block;
	float:left;
	padding-bottom:10px;
}
#col1 .pan {
	padding:22px 20px 0 20px;
}
#col2 .pan {
	padding:10px 14px;
}
#col3 .pan {
	padding:0;
	float:left;
}
h1 {
	color:#ee690c;
	font:bold 1.8em "Trebuchet MS",Arial,sans-serif;
	text-transform:uppercase;
}
h2 {
	font:bold 1.7em "Trebuchet MS",Arial,sans-serif;
	line-height:0.9em;
	padding:10px 0;
}
#col1 h2 {
	color:#a3c538;
}
#col2 h2 {
	color:#ee690c;
}
h3 {
	color:#282828;
	background:transparent url(../images/bullet_big_round.png) no-repeat 0 22px;
	font:bold 1.4em "Trebuchet MS",Arial,sans-serif;
	padding:20px 0 10px 20px;
	line-height:1em;
}
h4 {
	color:#b7b7b7;
	font:bold 1.2em "Trebuchet MS",Arial,sans-serif;
	text-transform:uppercase;
}
h5 {
	color:#282828;
	font:bold 1.4em "Trebuchet MS",Arial,sans-serif;
	padding:10px 0;
	line-height:1em;
}
h6 {
	color:#7d7d7d;
	font-weight:bold;
	font-size:0.9em;
	display:block;
}
div.pan {
	position:relative;
}
.pan p {
	padding:5px 0 5px 20px;
}
.pan ul {
	margin:0;
	padding-left:20px;
}
.pan ul li {
	margin:0;
	padding:10px 0 0 15px;
	background:transparent url(../images/bullet_square.png) no-repeat 0 15px;
}
.pan ul li b, .pan ul li strong {
	color:#7da300;
	font-weight:bold;
}

table.tableborder {
	border: 1px solid #4a82d4;
	width: 550px;
	border-collapse: collapse;
}

table.tableborder th, table.tableborder td {
	border: 1px solid #4a82d4;
	text-align: center;
}

.links {
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.85em;
}
.date {
	color:#7B7B7B;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}
img.align_right {
	float:right;
	padding:5px 0 5px 5px;
}
img.align_left {
	float:left;
	padding:5px 5px 5px 0;
}
.bt {
	text-align:right !important;
	display:block;
	padding:10px 0;
}
.read_more {
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	background:transparent url(../images/bullet_read_more.png) no-repeat 0 50%;
}

input, textarea, select {
	font:bold 1.2em "Trebuchet MS",Arial,sans-serif;
	color:#8dbdde;
}
.warning {
	color:#F00;
	font-weight:bold;
	display:block;
	clear:both;
	text-align:left;
	float:left;
	padding:2px 7px;
}
tr.submit td input {
	color:#FFF;
	background:#00528a url(../images/bg_button.png) repeat-x;
	font:bold 1em "Trebuchet MS",Arial,sans-serif;
	color:#8dbdde;
	line-height:1em;
	text-decoration:none;
	padding:3px 10px;
	border:none;
	width:100px;
}
tr.submit td input.large {
	width:130px !important;
}

/* Authentification */
#authenticate {
	border:2px solid #CCC;
	padding:20px;
	width:300px;
	margin:20px auto;
}
#authenticate table {
	border:0px solid black;
	width:100%;
}
#authenticate td {
	padding:5px;
	font-weight:bold;
	text-align:right;
}
#authenticate td b {
	padding-top:3px;
	white-space:nowrap;
	display:block;
}

/* Contact */
#contact td { text-align:left; }
#contact b {
	text-align:right;
	display:block;
	padding-top:3px;
}
#contact input, #contact textarea, #contact select { width:250px; }
#contact select {
	width:262px;
	display:block;
}
#contact tr.submit td { text-align:right; }


#corner_bottom {
	position:absolute;
	z-index:110;
	bottom:0;
	height:199px;
	width:118px;
}
* html #corner_bottom {
	bottom:227px;
}

#footer {
	width:833px;
	height:21px;
	background:transparent url(../images/bg_footer.png) repeat-x 0 0;
	padding:7px 0 0 0;
	text-align:center;
	clear:both;
	margin-left:118px;
}
#footer, #footer a {
	color:#d0d0d0;
	font:bold 1em Verdana,Arial,sans-serif;
}
#footer a {
	text-decoration:underline !important;
	padding:3px 5px;
}
#footer a:hover {
	color:#fff;
}
#bottom {
	height:50px;
	clear:both;
}




