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

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(images/bande_grise.jpg);
	background-repeat: repeat-y;
	min-height: 700px;
}

a:link {
	color: #004b8e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004b8e;
}
a:hover {
	text-decoration: underline;
	color: #ef4131;
}
a:active {
	text-decoration: none;
	color: #ef4131;
}

#container {
	padding: 0;
	margin-left: 50px;
	background-image: url(images/turbines.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 100%
}

#top {
	height: 101px;
	background-color: #004b8e;
	text-align: left;
	background-image: url(images/menu/top_texture.jpg);
	background-repeat: repeat-x;
}

.logo {
	float: left;
}

#menu {
	height: 18px;
	background-color: #bdbec0;
	position: absolute;
	margin-top: 82px;
	margin-left: 175px;
}

#menu ul {
	margin-top: 3px;
	margin-left: 0;
	pading: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
}

.selected {
	padding: 3px 10px;
	color: #fff;
	background-color: #ef4131;
	text-decoration: none;
}

#sousmenu {
	position:absolute;
	width:100px;
	height:93px;
	z-index:1;
	left: 177.0;
	top: 123.0;
	visibility: visible;
}
 

#corps {
	width: 945px;
}

#corpsHome {
	min-height: 600px;
}

#textblock {
	max-width: 600px;
	padding-left: 215px;
	margin-top: 25px;
}

#textblock p {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#textblock ol {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#textblock ul {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	

.gras {
	font-weight: bold;
}

#subMenu {
	float: left;
}

#rightSide {
	float: right;
	margin-top: 25px;
	padding-left: 25px;
	margin-right: 25px;
}

.plain {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.mapLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px;
	border-bottom-color: #004b8e;
	border-bottom-style: solid;
}

.mapLine a {
	text-decoration: none;
}

.sideMap {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	border-left: 1px;
	border-left-color: #004b8e;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-color: #004b8e;
	border-bottom-style: solid;
}

.sideMap a {
	text-decoration: none;
}

.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.retrait {
	padding-left: 25px;
}

.small_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subMenuSelect {
	color: #ef4131;
	font-size: 10px;
}
