/* CSS Document */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;	
}

#page {
	top:10px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 14px;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 860px;
	height: auto;
	 }

li {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: black;
 display : list-item;
 list-style-image : url(IMG/puce.gif);
 list-style-position: outside;
}

#bandeau {
	position: relative;
	width: 850px;
	height: 131px;
	background-image:url(IMG/bandeau2.gif);
	background-repeat: no-repeat;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
#bandeau-russe {
	position: relative;
	width: 850px;
	height: 131px;
	background-image:url(IMG/bandeau-russe.gif);
	background-repeat: no-repeat;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
#bande-gauche {
	float:left;
	width: 138px;
	height:auto;
	 }
#haut-g {
	position: relative;
	width: 128px;
	height:100px;
	background-image:url(IMG/gauche-haut2.gif);
	background-repeat: no-repeat;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding:5px;
	font-size: 10px;
	 }

#nestor {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
	 
#services {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
	 
#contacts {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
	 
#clients {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
	 
#meteo {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }
	 
#locations {
	position: relative;
	width: 138px;
	height:auto;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	 }

#bas-g {
	position: relative;
	width: 138px;
	height:110px;
	background-color:#E5EBB4;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	
	 }
	#bas-g-russe {
	position: relative;
	width: 138px;
	height:105px;
	background-color:#E5EBB4;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	
	 } 
#texte {
	width:665px;
	height:404px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	float:left;
	margin-left: 7px;
	background-color: #FFFFFF;
	background-image:url(IMG/fond.gif);
	background-repeat:no-repeat;
	overflow:auto;
	scrollbar-base-color:#FF;
	scrollbar-3dlight-color:#B5D65A;
	scrollbar-arrow-color:#B5D65A;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#B5D65A;
	scrollbar-track-color:#FFFFFF;
	padding: 20px;
	 }
	 
#textec {
	width:705px;
	height:444px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	float:left;
	margin-left: 7px;
	scrollbar-base-color:#FF;
	scrollbar-3dlight-color:#B5D65A;
	scrollbar-arrow-color:#B5D65A;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#B5D65A;
	scrollbar-track-color:#FFFFFF;
	 }
	 
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 622px;
	height: auto;
	border-top: 10px;
	padding-left: 230px;
	margin-top: 10px;	
	 }
#footer-russe {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
	height: auto;
	border-top: 10px;
	text-align:center;
	margin-top: 10px;	
	 }	 
.spacer {
	clear: both;
	height: 0.1px;
	overflow: hidden;	
}
	 