/*Configuration générale */

* { margin: 0; padding: 0;}

html
{
overflow:auto;
font-size: 100%;
} 

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
}

body {
	background-color:#20abf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: scroll ;
	min-height:100%;
	height:100%;
	width:100%;
	overflow:hidden;
}

table, th, td, input, select { font-size: 100%; } /* IE hack */

h1 { font-size: 2.0em; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

h6 { font-size: 1.0em; }

p, td { font-size: 1.1em; }

ol, ul, li { font-size: 1.0em; }



a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color:ivory;
}

a:hover {
	color:#CF27DB;
}

a:active {
	color:#04952B;
}

#menuhorizontal {
position : relative;
float:right;
top:20%;
right:10%;
font-family: Verdana,sans-serif;
white-space:nowrap;
font-size: 0.8em;
}

#menuhorizontal li {
display:block;
float:left;
list-style-type:none;
margin:2px;
padding:0;
text-transform: uppercase;
}

#menuhorizontal a {
display:block;
float:left;
padding:5px 6px 5px 6px;
background:#fff;
border-bottom: 3px solid #908B72;
color: #908B72;
font-weight: normal;
text-decoration: none;
}

#menuhorizontal a:hover, #menuhorizontal a#active {
color:#D1481B;
background: #EAE8E1;
border-bottom: 3px solid #D1481B;
font-weight: normal;
text-decoration: none;
}

#contenu {
	width: 65%;
	height:55%;
	margin: 18% 0 0 35%;
	overflow:auto;
	color:ivory;
}

#contenu h2 {
	color: #fb8800;
	margin: 25px 9px 0 0;
}

#sous-contenu {
	position:relative;
	float:right;
	right:20%;
	top:3%;	 
	font-size: 1.0em;
	border-style : outset;
	border-width : 5px;
	border-color : red;
	padding:5px;
}

#mentionslegales
{
	color:#400040;
	font: small-caps 1.0em/15px Georgia,serif;
	font-weight: bold;
	text-align: center;
}

#pied {
	position:relative;
	float:left;
	width:500px;
	height:50px;
	left:52%;
	bottom:-20px;
	color:ivory;
	font-size: 1.0em;
}

