* { padding: 0; margin: 0; font-family: tahoma; font-size: 11px; }
a {color: #205494;}
a img {border: none;}

body {background: #fff url("/public/img/back.jpg") repeat-x;}
.clear {clear: both; height: 1px; line-height: 1px;}

.all { width: 860px; margin: 10px auto;}
.header { height: 110px; position: relative;}
.header .small_menu {float: right; font-size: 10px;}
.header .small_menu a { text-decoration: none; }

.top_menu {position: absolute; left: 170px; top: 62px;}
.top_menu ul { list-style: none; }
.top_menu ul li { display: inline-block; float: left; margin-right: 20px; padding: 3px 4px;}
.top_menu a {text-decoration: none;}
.top_menu .last {background: #9B9B9B; margin-right: 0;}
.top_menu .last a {color: #fff;}


.content{ float: right; width: 640px; padding: 25px; background: #c2d4ea; color: #000;list-style: none; min-height: 400px;}
.content ul, .content ol {list-style: none;}
.content li {margin-bottom: 20px;}
.content .titresbleus {font-size: 14px;}

.left_menu { float: left; width: 145px; margin-left: 15px; height: 300px; }
.left_menu a {line-height: 14px; margin-top: 8px; display: inline-block;}


.scoll_menu { clear: both; height: 45px; padding: 15px 0; }
.scroll_holder {display: inline-block; width: 602px; height: 45px; letter-spacing: -2px; overflow: hidden;position: relative;}
.scroll_big {  width: 1205px; height: 45px;  position: absolute; top: 0; left: -602px;}
.scroll_item, .scroll_item a{ float: left; display: inline-block; width: 200px; height: 45px; margin: 0; letter-spacing: 0px; font-size: 16px; text-decoration: none;}
.scroll_item img{ width: 45px; float: left;}


.footer {background-image: url("/public/img/footer.jpg"); height: 49px;}
.footer p {text-align: center; padding: 10px; font-size: 9px; color: #205494;}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      {  float: left; zoom: 1; }
ul.dropdown a:hover		            {  }
ul.dropdown a:active                { }
ul.dropdown li a                    { display: block;
	 								   }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {  position: relative; }
ul.dropdown li.hover a              {  }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;  background: #C2D4EA; margin: 0;}
ul.dropdown ul li 					{ font-weight: normal; 
									   float: none; display: block; margin: 0;}
									
ul.dropdown ul li a					{ border-right: none; display: block; padding: 2px 4px;}
ul.dropdown ul li a:hover {background: #205494; color:  #C2D4EA;}