/* CSS Document piaf ananas */

html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:285px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(images/entete.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
} 
#headerAll{
	position:relative;
	height:285px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(images/enteteAllemand.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
} 
#headerSpain{
	position:relative;
	height:285px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(images/enteteSpain.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
} 

.aright{
	float:right;
	text-align:right;
	margin-right:15px;
}
 
#leftcol{
	width:400px;
	float:left;
	position:relative;
	margin-left: 15px;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:520px;
	padding-bottom: 25px;
 }
 
#footer{
	height:15px;
	clear:both;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
 } 
 
.inter {
	margin-right:25px;
	margin-left:15px;
	float: left;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E7C470;
}
a:hover {
	text-decoration: none;
	color: #E7C470;
}
a:active {
	text-decoration: none;
	color: #E7C470;
}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


