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

	
	@font-face {
	font-family: typobub;
	src: url("http://www.zouheirnsiri.com/ndxz-studio/typobub.otf");
	}

bodytexte {
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, sans-serif;
	background: #fff;
}	
	
body {
	font-size: 10px;
	line-height: 13px;
	font-family: Georgia, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #ff3000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5B5B5B; }
a:hover { text-decoration: none; font-weight: bold; color: #ff9000 }

a img { border: none; }

#menu {
    border-radius: 20px 20px 0 20 px;
	opacity: 0.95;
	width: 195px;
    overflow: auto;
    top: 0;
    bottom: auto;
	left: 0;
	margin-left: 30px;
    position: fixed;
	background-color: #fff;
	
}

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

#menu ul li.section-title { 
    font-family: typobub, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

bodynom { 
    font-family: typobub, Verdana, sans-serif;
	font-size: 13px;
	color: #ff3000;
	text-decoration: none;
	
}

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

.container {
	margin-top: 15px;
	margin-left: 27px;
	padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 6px 0;
}

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


.new {
	
	color: #6D30D5;
	font-size: 7px; 
	text-transform: uppercase;
	-webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
    animation: mymove 2s infinite;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    30% {color: orange;}
}

/* Standard syntax */
@keyframes mymove {
    30% {color: orange;}
}

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

#once { clear: left; }