/*
qwac v2 by clement boutignon 28-02-2011
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family:arial;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
MAIN
*/


a:link{
color: #68e731;
}
a:hover{
color: #68e731;
}
a:visited{
color: #68e731;

}

#top {


width:100%;
height: 60px;
background: #fff url('img/border.png') repeat-x right top;
padding: 30px 0 0 0;
}

#header {
width:1024px;
height:55px;
margin: 0 auto 0 auto;
background: url('img/qwac-logo.jpg') no-repeat;
position:relative;

}

#header a
{
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 55px;
}
 
#header a span
{
display: none;
}

#content {
width:1024px;
height:466px;
margin: 0 auto 0 auto;
padding: 10px 0 0 0;

}
#content p.pspace {
margin: 30px 0 10px 0;
}

#footer {

width:100%;
background: #fff url('img/border.png') repeat-x right top;
padding: 11px 0 0 0;
position:absolute;
bottom: 0;
margin: 0 0 0 0;
}

#footer p {
text-align:center;
float:right;
width: 141px;
margin: -15px 220px 0 auto;
padding: 0 0 0 0;
background: #fff;
font-size:11px;
}

/* #content img {
border: 1px solid #EFEFEF;
} */

#wrapper {
height:100%;

position: relative;	
}

#sub-1{
display:none;
height: 400px;
}

#sub-0{

height: 400px;
}



#sub-fr {
float:left;
width:333px;
height:100px;
}

#sub-en {
float:left;
width:333px;
height:100px;
}

#sub-es {
float:left;
width:333px;
height:100px;
}

#sub-ex {
float:left;
width:100%;
}

div#sub-ex p {
float:left;
width:100px;
margin: 50px 0 0 0;
}
div#sub-ex img {
float:left;

}

div#sub-ex p.pspace {
float: left;
width: 100%;
}

DIV#loader {
  
width:1024px;
height:466px;
}

DIV#loader.loading {
  background: url(img/spinner.gif) no-repeat center center;
}

