body {
	font-family: Arial, sans-serif;
	/*background: url(img/bg.png) center center no-repeat;*/
}

a { color: #f90; }
a:hover { text-decoration: none }

h1, h2, h3, h4, h5, h6, h7, strong { color: #a91300; }

div#wrapper {
	width: 950px;
	margin: 0 auto;
}

/* HEADER */
div#header { 
	background: url(img/header_img.png) center right no-repeat; 
	width: 100%;
}
#header h1 {
	display: block;
	background: url(img/logo.png) center left no-repeat; 
	height: 105px;
}
#header h1 a {
	display: block;
	height: 105px;
}
#header h1 a span { display: none; }

/* MENU */
div#menu {
	float: left;
	width: 280px;
	background: url(img/menu_bg.png) top right no-repeat;
	margin-top: -10px;
}
	#menu h3 {
		border-bottom: 1px solid #000;
		margin: 0.5em 0 0.5em 0.5em;
		padding-bottom: 0em;
		width: 70%;
		font-weight: bold;
		font-size: 1.1em;
	}
	#menu h3 span { margin-left: 30px; }
	#menu h3 { background: url(img/menu_dot.png) 0px -60px no-repeat; }
/*	#menu h3#cours { background: url(img/menu_dot.png) 0px 0px no-repeat; }*/
/*	#menu h3#infos { background: url(img/menu_dot.png) 0px -30px no-repeat; }*/
/*	#menu h3#galerie { background: url(img/menu_dot.png) 0px -60px no-repeat; }*/
			
		#menu ul {
			list-style-type: none;
			margin: 0 0 0 1em;
			padding: 0;
		}
			#menu ul li.sp { margin-top: 0.5em; }
			#menu ul li a span { 
				margin-left: 20px; 
				font-size: 0.8em;
			}
			#menu ul li a { background: url(img/menu_dot2.png) 0px 0px no-repeat; color:#000; text-decoration: none; }
			#menu ul li a:hover, #menu ul li a.on { background: url(img/menu_dot2.png) 0px -30px no-repeat; color:#f90; }

/* CONTENU */
div#content {
	float: right; 
	position: relative;
	width: 650px;
	right: 10px;
	margin: -20px 0 0 0;
}
#content h1 { 
	display: block;
	height: 70px;
	padding: 20px 0 0 85px; 
	font-weight: normal; 
	background: url(img/title_bg.png) 0 0 no-repeat;
}
#content h2 { 
	margin: -60px 0 10px 55px; 
	font-weight: normal; 
	color: #f90; 
}
#content h3 {
	margin: .8em 0 0 0;
}
#content h4 {
	font-size: 1.05em;
	margin: .5em 0 .3em 0;
}
#content p { 
	text-align: justify; 
	margin: .3em 0 0 0; 
	line-height: 1.4em;
}
#content p.message { text-align: center; width: 100%; background-color: #a91300; color: #fff; padding: 2px; font-weight: bold; }

#news { }
#news ul { list-style: none; margin: 0; padding: 0 }
#news li { margin: .5em 0 0 0; padding: 0;}
#news h4 { font-size: 1.1em; }
#news p { font-size: 1em;}

#footer {
	clear: both;
	width: 50%;
	position: relative;
	margin: 25px auto 0 auto;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 0.7em;
}

fieldset#newsform {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Galerie */
#galerie ul {
	list-style: none;
	padding: 0;
	margin: .5em 0;
}
#galerie li { float: left; margin-right: 5px; }
#galerie ul.links { padding-bottom: 1.5em;}
#galerie ul.links a { background-color: #ccc; color: #000; padding: 5px; text-decoration: none; border: 2px solid #ccc; }
#galerie ul.links a:hover, #galerie ul.links li a.active { border-color: #f90; background-color: #ffb; }
#galerie a img { border: 2px #f90 solid; }
#galerie a:hover img { border-color: #ccc; }

/* Admin Galerie */
fieldset#rmpic ul { margin: 0.5em 0; padding: 0; list-style: none; }
fieldset#rmpic li { float: left; margin-left: 5px; }
fieldset#rmpic a { font-size: .8em; }

#newsform label, #newsform input, #newsform textarea { display: block; }
#newsform label { font-weight: bold; margin-top: 0.5em; }
#newsform input, #newsform textarea { width: 100%; }

p.link_index { font-size: 10pt; width: 25%; margin-top: 30px; padding-top: 5px; border-top: 1px dashed #ccc; }

table.horaire {	font-size: 0.85em; width:100%; }
table.horaire td { padding: 3px 2px ; vertical-align: top; border-right: 1px solid #f90; border-bottom : 1px solid #f90;}
		
table.combo {	width:250px; }
table.combo td { padding: 3px 2px ; vertical-align: top; border-right: 1px solid #f90; border-bottom : 1px solid #f90;}		

hr.clear { border: 0; clear: both; margin: 0; }
p.wrote { margin-top: 0em; margin-left: 1em; font-size: 0.8em; color: #666;}
img.news { float: right; padding: 0 0.5em 0.5em 0.5em; }

#fmcBacklinks { font-size: 11px; width: 100%; text-align: center; margin: 15px 0; }
#fmcBacklinks ul { list-style: none; padding: 0 2px; margin: 0; }
#fmcBacklinks li { display: inline; margin-left: 10px; }
#fmcBacklinks li a { color: #666; text-decoration: none; }
#fmcBacklinks li a:hover { color: #ccc; text-decoration: none; }
