/* @override http://www.jonathanpreteux.eu/ndxz-studio/site/sample/style.css */

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

body {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 122%;
	letter-spacing: .1em;


}

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

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

/* cadre avec projets + blancs entre eux */
#menu {
    width: 300px;
    overflow : visible; 
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed; 
    height: 100%;
}

/* LISTE des projets */
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

/* liste des sections ex: projects et infos */
#menu ul li.section-title { }

/* partie TEXTE de présentation des travaux */
#content {

    height: 100%;
    margin:  2px 0 0 405px;
}

/* TEXTE GENERAL*/
.container {
	padding: 8px 0px 0px 30px;
	margin-top: 8px;
}

/* CADRE du texte descriptif */
#content p { 
	/*determine la taille du cadre */
	width: 300px; 
	margin-bottom: 37px;
}

/* marges du CADRE du texte Jonathan says hello... */
p {
	margin: 0 0 70px 0;
}

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

/* localisation de la photo du travail PREVNEXT*/ #img-container{
	margin: 0; 
	padding: 0; 
	}
	
	
/* CADRE de PREV et NEXT  */
#img-container p{ 
	width: 325px; 
	margin: 0 20px 5px 0; 
	padding: 0 0 0 0;
	}


#once { 
	clear: left; }


/*------------rajout de ma part ---------------*/


/* Jonathan says hello & a propos de ce site */
#menu div.container p {
	width: 370px;
	text-align: center;
}

/* 
A propos de ce site
Titres des parties ABOUT ME 
Titres des liens 
Return et next
Maison d'édition
PREV NEXT et NUMBER
*/
#menu div.container p a, 
p strong,
.container p u, 
#s1 div p, 
div#TB_secondLine,
#img-container em,
a#prev, a#next, span#num  {
	font-size: 14.4px;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	text-decoration: none;
}

.container img {
	border-top : 0px;
	border-right : 0px;
	border-left : 0px;
	border-bottom : 0px;}

	

