/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/
* {
margin : 0;
padding : 0;
}

body {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;/* font of all the text in your website except for sections overwritten.
	Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: #001070; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	line-height : 120%;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('http://www.quaidevalmy.fr/fontes/tradegot-webfont.eot');
    src: url('http://www.quaidevalmy.fr/fontes/tradegot-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.quaidevalmy.fr/fontes/tradegot-webfont.woff') format('woff'),
         url('http://www.quaidevalmy.fr/fontes/tradegot-webfont.ttf') format('truetype'),
         url('http://www.quaidevalmy.fr/fontes/tradegot-webfont.svg#TradeGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TradeGothic';
    src: url('http://www.quaidevalmy.fr/fontes/tradegotboltwo-webfont.eot');
    src: url('http://www.quaidevalmy.fr/fontes/tradegotboltwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.quaidevalmy.fr/fontes/tradegotboltwo-webfont.woff') format('woff'),
         url('http://www.quaidevalmy.fr/fontes/tradegotboltwo-webfont.ttf') format('truetype'),
         url('http://www.quaidevalmy.fr/fontes/tradegotboltwo-webfont.svg#TradeGothicRegular') format('svg');
    font-weight: bold;
    font-style: bold;

}

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


/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
	color: #001070;
}

a:active {
	text-decoration: none;
	color: #001070;
}

a:visited {
	text-decoration: none;
	color: #001070; }
	
a:hover { 
	text-decoration: underline;
	color: #001070; }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 999;
left : 0;
width: auto;
margin: 20px 0px 0px 40px;
font-size: 12px;
font-weight: bold;
line-height : 170%;
font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:bold;
letter-spacing:1px;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: #001070;
font-weight:bold;
font-style:bold;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: #001070;
text-decoration:underline;
}
#top-section p {
text-align: left;
}

/* MENU */

#menu {
	position: fixed;
	width : 100%;
	/*opacity: 0;*/
	min-height:80px;
	z-index : 900;
	letter-spacing:1px;
}

#menu:hover { 
/*opacity: 1;*/}

#menu .container { padding: 2px 0px 0px 300px; }

#menu ul {
	float: left;
	width: 250px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: none;
	margin: 23px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#menu ul li.section-title { /* property of the section titles */
	color: #001070;
	font-weight:bold;
	font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	font-size: 12px;
	padding: 0px 0px 4px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	width: auto;
	margin: 0px 0px 4px 0px;
}

#menu ul.une li.section-title { 
	margin: 0px 0px 0px -50px;
}

#menu ul.une li a:link { 
}

#menu ul li.active a:link{  
	text-decoration: underline;
}

#menu p {
	color: #001070;
	width: auto;
	font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: #001070;
}

#menu ul a:active {
	text-decoration: none;
	color: #001070;
}

#menu ul a:visited {
	text-decoration: none;
	color: #001070;
}

#menu ul a:hover {
	color: #001070;
	text-decoration:underline;
}

#menu ul a:hover {
	color: #001070;
	text-decoration:underline;
}


#menu ul.une li a:link {
padding-left: 0px;
}



#menu ul.deux li+li a:link{
margin-left: +50px;
}

#menu ul.deux li+li+li a:link{
margin-left: +20px;
}



#menu ul.trois li a:link{
margin-left: +30px;
}


#menu ul.trois li+li a:link{
margin-left: 0px;
}


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 80;
right : 0;
top : 0;
margin : 0 0 0 0;
padding : 25px 40px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
}
.bottom-section p{
text-align : right;
font-size: 10px;
line-height:70%;
}
/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 100;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 40px 14px 0px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align : right;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */

#content {
	float: left;
	height: 400px;
	display: inline;
	margin: 0px 0px 0px 40px;
	padding: 80px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
}

.container {
    padding: 0px 0px 0px 0px;   
}

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 100%;
	margin: 0px 0px 5px 0px;
	position: static;
}
p {
	font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
}




#content a:link {
	font-family: 'TradeGothic', "Arial narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: -20px;
	line-height: 80%;
	font-size:1500%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}

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

#img-container p {
	width: auto;
	//margin: 0px 0px 0px 0px;
//	padding: 0px 0px 0px 0px;
}

#langues p{
text-align:right;
padding: 20px 25px 0px 0px;
font-size:11px;
}
/* End Fonts / Typefaces */

#once { clear: left; }