html, body {
	height: 100%;
}

body {
	background-image: url(../im/bg_site.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #7c8d9b;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	display: block;
	margin: 0px;
}

.center {
	margin: 0 auto;
}

/********************************
*								*
*			FINADORM bar		*
*								*
*********************************/

#bar {
	height:30px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

#bar_content {
	padding-top:8px;
}

#bar_content strong {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

#bar_content a {
	color: #8c8c8c;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#bar_content a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}

a {
	color: #78828C;
	/*outline:none;*/
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	color: #78828C;
	cursor:pointer;
	text-decoration: underline;
}

h1 {
	color: #78828C;
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 0px 0px 15px 0px;
	color: #78828C;
	letter-spacing: -1px;
	font-size: 18px;;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 span {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}

h3 {
	padding: 15px 0px 0px 0px;
	color: #78828C;
	letter-spacing: -1px;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	padding: 15px 0px 0px 0px;
	color: #78828C;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.puce {
	vertical-align:middle;
	float: left;
	margin-right: 2px;
}

.hide {
	display: none;
}

/********************************
*								*
*			contenu				*
*								*
*********************************/

#global {
	height: 100%;
}

#header {
	width:990px;
	height: 260px;
	margin: 0px auto;
}

#header p {
	color: #333333;
}

#logo {
	float: left;
	margin-top: 40px;
}

#pastille {
	float: left;
	width: 101px;
	height: 99px;
	padding: 20px 0px 0px 60px;
}

#diapo {
	float: right;
	width: 770px;
	height: 260px;
	text-align: center;
}

#diapo img {
	margin: 0px auto;
}

#main {
	width: 964px;
	margin: 0px auto;
}

/********************************
*								*
*				menu			*
*								*
*********************************/

#menu {
	position: absolute;
	z-index:999;
	left: 50%;
	margin-left: -482px;
	margin-top: 20px;
	text-align:left;
	width: 180px;
}

/**********************************
*																	*
*							 site 							*
*																	*
***********************************/

#site {
	position: relative;
	z-index:10;
	/*display:block;*/
	text-align:left;
	width: 786px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	margin: 0px 0px 0px 0px;
	margin-left: 178px;
}

#site_top {
	width: 786px;
	height: 7px;
	line-height: 7px;
	background-image: url(../im/site_top_bg.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	font-size:1px;
}

#site_content {
	width: 740px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding: 10px 23px 10px 23px;
	background-image: url(../im/site_content_bg.gif); 
	background-repeat: repeat-y; 
	background-position: top center;
	overflow: hidden !important;
	overflow: visible;
}

.col_left {
	float: left;
	width: 360px;
	padding: 0px 10px 0px 0px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

.col_right {
	float: left;
	width: 360px;
	padding: 0px 0px 0px 10px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#site_bottom {
	width: 786px;
	height: 53px;
	background-image: url(../im/site_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/**********************************
*																	*
*							footer							*
*																	*
***********************************/

#footer {
	width:766px;
	margin: 0 auto;
	color:#a3acb4;
	padding: 6px 10px 10px 10px;
	text-align: center;
	font-size: 10px;
}

ul#menu_footer {
	list-style: none;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

ul#menu_footer li {
	display: inline;
}

ul#menu_footer li a {
	color:#d0d0d0;
	text-align:center;
	font-size: 10px;
	line-height: 18px;
}

#footer p {
	color:#FFFFFF;
	text-align:center;
	font-size: 12px;
	padding: 20px 0px 15px 0px;
	line-height: 20px;
}

#footer p a, #footer p a:hover {
	color: #FFFFFF;
	font-size: 12px;
	outline:none;
	cursor:pointer;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/********************************
*								*
*			BOUTONS				*
*								*
*********************************/

.btn_short_bg {
	width: 100px;
	height: 21px;
	float: right;
	padding-left:7px;
	margin: 8px 10px 5px 10px;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	background-image: url(../im/btn_short_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.btn_long_bg {
	width: 155px;
	height: 21px;
	margin: 0px 0px 5px 8px;
	padding-left:10px;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	background-image: url(../im/btn_long_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.btn_short_bg a, .btn_long_bg a, .btn_short_bg a:visited, .btn_long_bg a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.btn_short_bg a:hover, .btn_long_bg a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

.btn_more_actus_bg {
	width: 76px;
	height: 19px;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	background-image: url(../im/btn_more_actus_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.btn_more_actus_bg a {
	color: #666666;
	font-size: 9px;
	line-height:18px;
	text-decoration: none;
}

.btn_more_actus_bg a:hover {
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}

/**********************************
*																	*
*							CONTENU							*
*																	*
***********************************/

.margintop10 {
	margin-top: 10px;
}

.paddingtop15 {
	padding-top: 15px;
}
	
.paddingleft15 {
	padding-left: 15px;
}

.paddingright15 {
	padding-right: 15px;
}

.paddingbottom15 {
	padding-bottom: 15px;
}

#page_wrapper {
	overflow: hidden !important;
	overflow: auto;
}

.page_title {
	overflow: hidden !important;
	overflow: auto;
}

.page_title img {
	float: right;
}

.page_spacer {
	height: 40px;
	margin: 0 auto;
	background-image: url(../im/page_spacer.gif); 
	background-repeat: repeat-x; 
	background-position: center center;
	clear: none !important;
	clear: both;
}

.page_content {
	width: 720px;
	margin: 0 auto;
}

.page_content_pres {
	width: 720px;
	margin: 0 auto;
}

.page_content_pres em {
	font-style:italic;
	font-size:11px;
}

.page_content_bloc {
	width: 720px;
	margin: 0px 0px 15px 0px;
	clear: both;
	overflow: hidden !important;
	overflow: visible;
}

.page_content_bloc_top {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/720_metal_bg_top.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	font-size:1px;
}

.page_content_bloc_content {
	width: 720px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	background-image: url(../im/720_metal_bg_content.gif); 
	background-repeat: repeat-y; 
	background-position: top center; 
	overflow: hidden !important;
	overflow: visible;
}

.page_content_bloc_content_title {
	width: 718px;
	height: 42px;
	margin: 0px 0px 5px 1px;
	background-image: url(../im/puce_content_title.gif); 
	background-repeat: no-repeat; 
	background-position: top left; 
}

.page_content_bloc_content_title p {
	color: #777777;
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	padding: 7px 0px 0px 28px;
}

.page_content_bloc_bottom {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/720_metal_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/**********************************
*																	*
*						 MULTIPAGE						*
*																	*
***********************************/

#multipage {
	width: 360px;
	margin: 0 auto;
	color: #78828C;
	font-size: 12px;
	padding: 10px 0px 15px 0px;
}
/*
#multipage span {
	background-color: #CCFFFF;
}
*/
#multipage span p {
	font-size: 12px;
	line-height:16px;
	float: left;
	margin: 2px 0px 0px 0px;
}

#multipage span img {
	float: left;
	margin: 0px 5px 0px 5px;
}

#multipage span a {
	color: #78828C;
	font-size: 12px;
	text-decoration: none;
}

#multipage span a:hover {
	text-decoration: underline;
}

#multipage ul {
	list-style:none;
	text-align: center;
	padding: 2px 0px 0px 0px;
}

#multipage li {
	display: inline;
	text-align: center;
	color: #78828C;
}

#multipage li a {
	padding: 2px 4px 2px 4px;
	color: #78828C;
	font-size: 12px;
	line-height:16px;
	text-decoration: none;
}

#multipage li a:hover,
#multipage li a.active {
	padding: 1px 3px 1px 3px;
	color: #FFFFFF;
	background-color: #78828C;
	border: 1px solid #78828C;
}

/**********************************
*																	*
*					 Présentation						*
*																	*
***********************************/

.desc {
	width: 422px;
	float: left;
}

.illus {
	width: 278px;
	float: left;
}

.plan {
	width: 240px;
	float: left;
}

.logo {
	width: 120px;
	float: left;
}

.plan img {
	margin: 0px auto;
}

.illus p, .plan p {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-style: italic;
}

/**********************************
*																	*
*						 Actualités						*
*																	*
***********************************/

.actualite_top {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/actualite_bg_top.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	font-size:1px;
}

.actualite_title {
	width: 720px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	background-image: url(../im/actualite_bg_title.gif); 
	background-repeat: repeat-y; 
	background-position: top center; 
	overflow: hidden !important;
	overflow: visible;
}

.actualite_date {
	width: 718px;
	height: 42px;
	margin: 0px 0px 5px 1px;
	background-image: url(../im/puce_actus_date.gif); 
	background-repeat: no-repeat; 
	background-position: top left; 
}

.actualite_date p {
	color: #777777;
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	padding: 7px 0px 0px 28px;
}

.actualite_content {
	width: 688px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	padding: 12px 15px 10px 15px;
	background-image: url(../im/actualite_bg_content.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
	background-color: #b8d0e4;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	overflow: hidden !important;
	overflow: visible;
}

.actualite_content img {
	float: left;
	margin-right: 15px;
	border: 2px solid #FFFFFF;
}


.actualite_content_text {

}

.actualite_content_text p {
	color: #467aa2;
}

.actualite_content_text p.titre {
	color: #34648D;
	font-weight: bold;
	font-size: 16px;
}

.actualite_content_text p.reference {
	color: #274B68;
	font-style: italic;
	padding: 5px 0px 0px 0px;
}

.actualite_content_text a {
	font-size:12px;
}

.actualite_bottom {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/actualite_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/**********************************
*																	*
*						Cartographie					*
*																	*
***********************************/

.carto_content {
	width: 740px;
	margin: 0 auto;
}

#carto {

}

#carto p {
	text-align: center;
}

#carto img {
	margin: 0px auto;
}

/**********************************
*																	*
*						Ingénierie						*
*																	*
***********************************/

.page_content_bloc_IT {
	width: 720px;
	height: 220px;
	margin: 0px 0px 15px 0px;
	background-image: url(../im/page_content_bloc_IT.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*
	overflow: hidden !important;
	overflow: visible;
	*/
}

.illus_IT {
	float: left;
	width: 270px;
	height: 200px;
	padding: 20px 0px 0px 0px;
}

.illus_IT p {
	font-size: 12px;
	color: #444444;
	text-align: center;
	font-weight: bold;
}

.question_IT {
	float: left;
	width: 360px;
	height: 120px;
	margin: 18px 0px 0px 65px;
	padding: 0px;
}

.question_IT p {
	padding: 4px 0px 0px 0px;
	color: #444444;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

.reponse_IT {
	width: 270px;
	margin: 21px 0px 0px 160px;
	padding: 0px;
	float: left;
}

.reponse_IT p {
	color: #444444;
	letter-spacing: -1px;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/**********************************
*																	*
*					 Accessibilité					*
*																	*
***********************************/

.page_content_bloc_blue_top {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/720_blue_bg_top.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	font-size:1px;
}

.page_content_bloc_blue_content {
	width: 718px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	background-color: #B8D0E4;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	overflow: hidden !important;
	overflow: visible;
}

.page_content_bloc_blue_content p {
	color: #467aa2;
	padding: 0px 15px 0px 0px;
}

.page_content_bloc_blue_bottom {
	width: 720px;
	height: 5px;
	line-height: 5px;
	background-image: url(../im/720_blue_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/**********************************
*																	*
*					 Site Map					*
*																	*
***********************************/

#site_map li a
{
	color:#78828C;
	font-weight:bold;	
	font-size:12px;
}