body {
	margin: 10px 0 0 0;
	background:url(images/top_tall.jpg) top left repeat-x;
	height:100%;
	width:100%;
	position: absolute;
}

h1{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td		{
		font-family:tahoma;
		font-size:11px;
		color:#3D3D3D
		}
a		{
		color:#0A465F;
		font-weight:bold;
		text-decoration:underline;
		}
a:hover	{
		text-decoration:none;
		}		
#f1	input{
		width:146px;
		margin: 0 0 0 10px;
		padding: 3px 0 0 3px;
		}
textarea{
		width:196px;
		height:95px;
		overflow:auto;
		font-family:tahoma;
		font-size:11px;
		color:#3D3D3D;
		padding:1px 0 0 5px;
}

#form input{
		width:196px;
		padding:1px 0 0 5px;
}
		
input 	{
		font-family:tahoma;
		height:21px;
		font-size:11px;
		color: #3D3D3D;
		padding:2px 0 0 0px;
		}
ul		{
		margin:0px;
		padding:0px;
		list-style:none;
		}
ul	li	{
		background:url(images/list2.gif) bottom left no-repeat;
		padding-left:11px;
		height:18px;
		}
ul a	{
		color:#055678;
		font-weight:normal;
		}
.priv 	{
		color:#0B2834;
		text-align: center;
		}
.priv a	{
		color:#0B2834;
		font-weight:normal;
		}		

#main {
	min-height: 100%;
	width: 880px;
	position: relative;
	margin: 0 auto;
	font-family:tahoma;
	font-size:11px;
	color:#3D3D3D;
}
		
#header {
	background: url(images/logo.jpg) no-repeat top center;
	width: 850px;
	height: 370px;
	text-align: center;
}

#header img {
		position: relative;
		margin: 122px auto;
}

#menu {
		position:relative;
		margin: -88px 0 0 0;
		display:block;
		height:78px;
		font-size:20px;
		font-weight:bold;
		background:url(images/m2_mini.jpg) repeat-x top left;
		font-family:Arial,Verdana,Helvitica,sans-serif;
}

#menu  ul{
		margin:0;
		padding:0;
		list-style-type:none;
		width: auto;
}

#menu  ul li{
		display:block;
		background: none;
		float:left;
		margin:0px 1px 0 0;
}

#menu  ul li a{
		display:block;
		float:left;
		color:#e6e8e9;
		text-decoration:none;
		padding:22px 20px 0 20px;
		height:78px;}
		
#menu  ul li a:hover,#menu ul li a.current{
		color:#fff;
		background: url(images/m2bis_mini.jpg) repeat-x top left;
}

/*accueil*/
#contenu_left {
		float: left;
		width: 250px;
		padding: 10px 12px 15px 12px;
		
}
#letter {
		width: 240px;
		background: #295765;

}
#contenu_right {
		float: right;
		width: 560px;
		margin:20px 0 30px 10px;
		padding: 10px;
		background:#EBEBEB;
}

/*Page avec colone droite grise, colonne gauche blanche*/
#contenu_left_b {
		float: left;
		width: 550px;
		padding: 10px 10px 30px 0px;
		
}

#contenu_right_g {
		float: right;
		width: 250px;
		margin:10px 0 30px 10px;
		padding: 10px;
		background:#EBEBEB;
}
/*Page avec colone gauche grise, colonne droite blanche*/
#contenu_left_g {
		float: left;
		width: 250px;
		padding: 10px 12px 15px 12px;
		background:#EBEBEB;
}

#contenu_right_b {
		float: right;
		width: 560px;
		margin:20px 0 30px 10px;
		padding: 10px;

}


#footer {
		position: relative;
		bottom: 0;
		margin-top: 30px;
		width: 100%;
		padding-top: 10px;
		height: 55px;
		background:#EBEBEB;
		font-family:tahoma;
		font-size:11px;
		color:#3D3D3D;

}
.clear {
		clear: both;
}

#blanc {
		background: #FFFFFF;
}

/*contact*/

ieldset { 
	border:0;
	margin:0;
	padding:0; 
	}
	
label { 
	display:block; 
	}
#contact input.text,textarea { 
	width:300px;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
	}
	
#contact input.submit { 
	padding:2px 5px;
	font:bold 12px/12px verdana,arial,sans-serif; 
	}
	
#contact h1 { 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 20px; 
	}
	
#contact h2 { 
	text-decoration: underline; 
	font-weight: bold;  
	font-size: 16px;
	}
	
#contact h3 { 
	text-decoration: underline; 
	font-weight: bold;  
	font-size: 13px;
	}
	
