/* CSS AMF */

@import url("style.css");

*{
	margin:0;
	padding:0;	
}
html, body{
	width:100%;
	height:100%;	
}
br{
	line-height:8px;
}

a{
	color:#F68F0E;
	text-decoration: none;
}
a:hover{
	color:#F68F0E;
	text-decoration: underline;
}
/* ----------------------------------------------
		STRUCTURE
---------------------------------------------- */		

body{
	background: #FFFFFF url(../images/bg_page.jpg) repeat-x;
	font-size: 62.5%;	
}
div#content{
	width:790px;
	margin: 0 auto 0 auto;
	min-height:620px;
	background: #FFFFFF url(../images/bg_content.jpg) no-repeat;
	position: relative;
}
div#page{
	width:750px;
	margin:0 auto 0 auto;
	padding-top:80px;
	overflow: auto;
}
div#left{
	float:left;
	width:250px;
}
div#right{
	width:465px;
	float:left;
	padding:5px 5px 20px 10px;
	font-size:1.1em;
	letter-spacing: 1px;
	line-height: 20px;
}
img#logoAMF, div#menu, div#zone_flash{
	margin-left:3px;
}
div.blocNews{
	width:250px;
	display: inline;
	float:right;
	background-color: #E1DFDC;
	margin:0 0 15px 15px;
	padding:5px;
	border:solid 1px #BFB6A5;
}
div#bloc_verset{
	margin:0 0 15px 15px;
	padding:5px;
	border:solid 1px #BFB6A5;
	background-color: #E1DFDC;
	font-size: 1.2em;	
}
div.blocNews h2, div#bloc_verset h2{
	font-size:1.1em;
	letter-spacing: 0.3em;
	font-weight: normal;
}
div#footer{
	width:750px;
	margin:0 auto 0 auto;
	padding:0 0 25px 0;
	text-align: right;
	border-top:solid 1px #ccc; 
}
div#contact{
	background: #fff url('../images/contact.jpg') top right no-repeat;	
	height: 500px;
}
div#TickerDIV{
	height: 80px;
	font-weight: normal;
}
ul#TickerUL{
	margin:0 10px 0 10px;
	padding:0;
	height: 50px;
	list-style-type: none;
}
ul#TickerUL li{
	margin:0;
	padding:0;
	list-style-type: none;
	background: none;
}
ul.listNews{
	list-style-type: none;
}
ul.listNews li{
	padding:5px;
	margin-bottom:25px;
	border: dashed 1px #6C5E53;
	background: none;
}

ul.onglet{
	list-style-type: none;
	overflow: hidden;	
	zoom:1;
	margin-bottom:10px;
}

ul.onglet li{
	float:left;	
	margin-right:10px;
	background: none;
}

ul.onglet li a{
	display:block;
	border: solid 1px #999;
	background-color: #f1f1f1;
	padding:2px 8px 2px 8px; 
	color:#333;
	text-decoration: none;
}

#body ul.onglet li a:hover{
	color:#fff;
	background-color: #333;
}

#body ul.onglet li.actu a{
	background-color: #999;	
}
span.blocLienMenu{
	display: block;	
	text-align: right;
}
span.blocLienMenu2{
	display: block;	
	text-align: left;
	margin-bottom:20px;
}
#body a.lienMenu, #body div#TickerDIV a{
	color:#6C5E53;
	text-decoration: none;
}
#body a.lienMenu:hover, #body div#TickerDIV a:hover{
	background-color: #6C5E53;
	color: #FFFFFF;
	text-decoration: none;

}