/**
* CSS
* 
*M2M V.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	margin-left:30px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


/* LINKS */
a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a:link { 
	text-decoration: none; 
	color: #888; 
}
a:active { 
	text-decoration: none; 
	color: #FFF; 
	background-color:#0CC;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover { 
	text-decoration: none; 
	color: #FFF; 
	background-color:#0CC;
}
a img { 
	border:none;
}
a img:hover {
	background:none;
}

/*MENU*/

#menu {
	background: url('/files/base.jpg') ; 
	background-repeat: repeat;
	position:fixed;
  
	width:185px;
	margin-top:20px;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
	-moz-border-radius:25px;
	border:2px;
}

#menu li { padding-bottom: 1px; }

#menu ul {
	line-height:150%;
	list-style:none;
}

#menu ul li.section-title {
	border-bottom: 1px dashed #000;
	color:#000;
	font-size:12px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:3px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}

#menu ul li.section-title:hover {
	border-bottom: 1px dashed #0CC;
	color:#000;
	font-size:12px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:3px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}

#menu li.active a { 
	color:#FFF;
	text-decoration: none;
	background:#0CC;
}
#menu .container {
	padding:0 15px 0 15px;
	
}

#menu p:first-child {
	padding:40px 0 10px 0;
}
#menu p a:hover {
	background:none;
}

#menu p {
	padding:12px 0 15px 0;
	color:#999;
}

/*CONTENT */

#content {
    height:auto;
    margin: 0 0 0 220px;
	top: 0;
}

.container {

    padding: 0 0 0 0;
	
}


#content p { 
	background-color:#FFF;
	margin:0 0 5px 0;
	padding:15px 15px 15px 15px;
	width:450px;


}

#content p:first-child {
	padding:40px 15px 15px 15px;
	
}



/*p.nav { font-size: 12px;
		font-style:italic;
		letter-spacing: -0.5px; }*/

h1 { color: #333333;
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: lighter;
		margin-top: 9px; }
		
/*lien téléchargement CV */		
h2 {
	color:#333333;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	margin-top: 150px;	
}
		
h3 {
	color: #666666;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	margin-top: 9px;
	text-align:left;
}
		
h4 { color: #333333;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: lighter;
		margin-top: 9px; }
		
/*EXHIBIT*/

/* ANCIEN
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }*/

/*NEW*/
#img-container {
	background-color:#FFF;
	margin:0 25px 5px 0;
	/*padding:15px 15px 15px 15px;*/
}
#img-container p {
	background:none;
	margin:0;
	/*padding:10px 0 0 0;*/
	width:400px;
}


/* Iframed */

#iframe {
	height:100%;
	width: 100%;
	overflow:visible;
	position:fixed;
}



#once { clear: left; }
#img-container p.nav {font-size: 11px; color: #333333}


ul.credit { font-family: arial; font-size: 9px; color: #888888; }
a.credit { color:#888888; }
