/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: url(http://www.moulinflorian.com/IMG/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:title { color:#FC3; text-decoration: line-through; background-color: none; }
a:link { color: black; text-decoration: none; background-color: none; }
a:active { color: #FFA500; text-decoration: line-through; background-color: none;}
a:visited { color: #FC0; text-decoration: none; background-color: none; }
a:hover { color: #FFA500; text-decoration: none; background-color: none;}

a img { border: none; }

#menu {
	width: 175px;
    float: left;
	overflow: auto;
    top: 0px;
    bottom: 100px;
	left: 28px;
	padding-right: 5px;
	padding-top: 5px;
	position: fixed;
    height: auto;
	z-index: 9999;
	background-image: transparent url(http://www.moulinflorian.com/www/IMG/fondmenu.png) repeat scroll left top; 
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	background-color: none;
	color: none;
	font-family: Helvetica; sans-serif;
	font-size: 15px;
	font-style: bold;
	padding: 0px 2 0px 2px;
	
}

#content {
    height: 100%;
    margin: 60px 80px 0 215px;
    width:550px;
	top: 0;
}

.container {
    padding: 25px 5px 25px 5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.moulinflorian.com/www/IMG/fondmenu.png) repeat scroll left top;
	margin:0;
	padding:0;
}

#content p { width: auto; margin-top: 25px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }