/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: none;
	background-color: #E2F9FE;
}
 
.rightimg {
	float:right;
} 
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(images/entete.png);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation {
	position: absolute;
	top: 175px;
	left: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 700px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
	background-color: #000CCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#sidebar {
	position: relative;
	text-align: right;
	top: 122px;
	left: 0;
	width: 210px;
	padding-left: 5;
	font-size: 0.9em;
}
#sidebar ul {
	list-style: none;
	color: blue;
}

#content {
	position: absolute;
	top: 230px;
	width: 560px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 230px;
}

#content h1 {
	text-align: center;
	text-decoration: none;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
#content h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
    font-style:italic;
	text-decoration: none;
	color:#1A05FF;
	background-color: transparent;
}
#content h3 {
	font-size: 100%;
	text-decoration: none;
	background-color: transparent;
}
#content ul {
    font-size:95%;
    font-style:italic;
}

#content hr {
    color:blue;
    border-width: 75%;
}

iframe{
border:2px solid red;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 0 10px 255px;
	text-align: center;
	font-size: 70%;
	color: #001A92;
	background-color: transparent;
	left: -171px;
	top: 760px;
}

.thumbnail:hover {
    position:relative;
    width:150px;
    height:auto;
    display:block;
    z-index:999;
}
