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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	overflow: auto;
        @font-face { font-family:Helvetica;  src:url(http://www.flopilazare.com/ndxz-studio/site/barres_noires/Helvetica.otf)}

}

y
{
  
   position: relative;
   bottom: 7px;
   font-size:30px;
   font-family: Arial, sans-serif;
}


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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none;color: #ff3300;}
a:hover { text-decoration: none; color: #000;}

#menu a:hover { text-decoration: none; background: #ffccff; color:#000;}
#menu a:visited { text-decoration: none; color: #ff3300;}
#menu a:active { text-decoration: none; color: #ff3300;}

a img { border: none; }

#menu {
    width: 250px;
    top: 0;
    bottom: 0;
	left: 0;
    position:fixed;
	overflow:auto;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	background: #000;
	color: #fff;
	margin-bottom: 5px;
	line-height: 18px;
	padding-left: 1px;
	font-size: 13px;
	
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
	margin: 10px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-family: Helvetica, sans-serif;}
h2 { font-size: 24px; font-family: Helvetica, sans-serif;}
h3 { font-size: 16px; font-family: Helvetica, sans-serif;}
h4 { font-size: 12px; font-family: Helvetica, sans-serif;}
h5 { font-size: 17px;
	 font-family: Helvetica, sans-serif;
	 line-height: 17px;
         color: #000000;
 }

 z{font-size:50px;font-family: Arial, sans-serif;}
 y{font-size:30px;font-family: Arial, sans-serif;}
 
 
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }









