@charset "utf-8";
/* MBSMS Home CSS Document */

@media screen {
   * { 
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#033E6B;
	}
	
	body {
		background-color:#FFFFFF;
		margin-top:0;
		padding:0;
		text-align:center;
		height:100%;
	}
	
	img {
		border:none;
	}
	
	ul li {
		list-style-type:square;
		text-align:left;
	}
	
	ol li {
		text-align:left;
	}
	
	#main {
		margin:0 auto;
		width:1000px;
	}
	
	#top {
		clear:both;
		width:1000px;
		height:149px;
		background:url(images/backtop.gif) top left no-repeat;
	}
	
	#top_top {
		clear:both;
		width:990px;
		height:115px;
		padding:6px 0 0 6px;
	}
	
	#logo {
		float:left;
		width:295px;
		height:120px;
		vertical-align:middle;
		text-align:center;
	}
	
	#teaser {
		float:right;
		width:690px;
		height:120px;
		vertical-align:middle;
		text-align:center;		
	}
	
	#top_bottom {
		clear:both;
		width:1000px;
		height:20px;
	}
	
	#login {
		float:left;
		width:245px;
		height:20px;
		text-align:left;
		padding:3px 0 0 2px;
	}
	
	#login input.field {
		width:102px;
		height:12px;
		padding:0.2em 0.2em 0.2em 0.2em;
		border:none;
		background:url(images/backlogin.gif) top left no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px; 
		color:#0B61A4;
	}
	
	#login input.button {
		vertical-align:bottom;
	}
	
	#login input.button:hover {
		cursor:pointer;
	}		
	
	#menu_top {
		float:left;
		width:559px;
		height:20px;
		text-align:center;
	}
	
	#menu_top ul {
		font-family:Arial, Helvetica, sans-serif;
		margin-top:3px;
	}
	
	#menu_top li {
		list-style-type: none;
		display: inline;
		font-size:12px;
		font-weight:bold;
	}
	
	#menu_top a {
		font-size:10px;
		text-decoration:none;
		color:#033E6B;
	}
	
	#menu_top .actif{
		font-size:10px;
		text-decoration:none;
		color:#0B61A4;
	}
	
	#menu_top ul li a:hover {
		font-size:10px;
		text-decoration:underline;
		color:#0B61A4;
	}	
	
	#search {
		float:right;
		width:190px;
		height:25px;
	}
	#search input.field {
		width:150px;
		height:12px;
		padding:0.2em 0.2em 0.2em 0.2em;
		border:none;
		background:url(images/backsearch.gif) top left no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px; 
		color:#0B61A4;
		margin-top:3px;
	}
	
	#search input.button {
		vertical-align:top;
		margin-top:2px;
	}
	
	#search input.button:hover {
		cursor:pointer;
	}	

	#master_top {
		clear:both;
		width:1000px;
		height:7px;
		background:url(images/backmastertop.gif) top left no-repeat;
	}
	
	#master_repeat {
		width:1000px;
		background:url(images/backmasterepeat.gif) top left repeat-y;
	}
	
	#master_repeat2 {
		width:1000px;
		background:url(images/backmasterepeat2.gif) top left repeat-y;
	}

	#master_bottom {
		clear:both;
		width:1000px;
		height:8px;
		background:url(images/backmasterbottom.gif) top left no-repeat;		
	}
	
	#menu_left {
		float:left;
		width:230px;
		height:439px;
		padding:0 2px 0 5px;
	}

	#content {
		float:left;
		width:550px;
		padding:0 6px 0 8px;
	}
	
	#news {
		float:right;
		width:190px;
	}
	
	#bottom	 {
		clear:both;
		width:1000px;
		height:26px;
		background:url(images/backbottom.png) top left no-repeat;
	}
}
