@charset "utf-8";
/* CSS Document */
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em;
	font: 75% georgia, sans-serif;
	background: #faebd7 ;
	color: #555753;
}
h1#header
{
height: 200px;
margin-top:-5px;
background: url(img/logo1.jpg) no-repeat center;	
}

h1#header a span {
display: none ;
}
pre
{
overflow: auto ;
}

h2 {
text-align:center;
font-size:18px;
color:#0033FF;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
 a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
div#conteneur
{
	width: 850px;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #778899 ;
	background: #fff ;
	-moz-border-radius: 10px 10px 10px 10px;
	font-size:11px;
}
div#conteneur p
{
text-align: justify;
padding:7px;
}
div#conteneur a {
color:#000099;
}

div#conteneur h2
{
padding-left: 25px ;
line-height: 25px ;
text-align:left;
font-size: 1.4em ;
background: url(img/estepona.jpg) no-repeat left bottom ;
color:#660000;
border-bottom: 1px solid #8B4513 ;
}
#menu {
  float:left;
  width:98%;
  background:# url("/Menu/menu-onglets/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-top:20px;
  margin-bottom:20px;
  }
#menu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url(Menu/norm_left.gif)no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  } 
#menu a {
  float:left;
  display:block;
  background:url(Menu/norm_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#333;
  }
#menu #current {
background-image:url(Menu/norm_left_on.gif);
  }
#menu #current a {
background-image:url(Menu/norm_right_on.gif);
  color:#333;
  padding-bottom:5px;
  }
  div#footer {
  text-align:center;
  }
.pics {
height:240px;
margin-top:20px;
margin-bottom:20px;
text-align:center;
}
.marco1 { 
padding:2%;
text-align:center; 
background-color: #f5f5f5;  
border-bottom: 1px solid #999999; 
border-right: 1px solid #999999; 
float: left; 
margin-left:5%;
width:42%;
font-size:90%; 
color: #7F8E29; 
font-style:italic;
max-height:230px; 
}
.marco1 img {
min-width:95%;
max-width:95%;
max-height:200px;
}
.marco2 { 
padding:2%;
text-align:center; 
background-color: #f5f5f5;  
border-bottom: 1px solid #999999; 
border-right: 1px solid #999999; 
float: right; 
margin-right:5%;
width:42%;
font-size:90%; 
color: #7F8E29; 
font-style:italic;
max-height:230px; 
}
.marco2 img {
min-width:95%;
max-width:95%;
max-height:200px;
}
.footer {
font-family:Tahoma, Arial;
color:#666666;
font-size:8px;
font-weight:bold;
text-align:center;
}
.center {
	text-align:center;
}