/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}
a:link, a:visited {
	
	background-color: transparent;
}
a:hover, a:active {
	
	background-color: #E2F9FE;
}
 
.rightimg {
	float:right;
} 
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(images/entete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: -1px;
}
#navigation {
	position: absolute;
	top: 175px;
	left: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 760px;
	text-decoration: none;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-decoration: none;
}
#navigation li {
	display: inline;
	text-decoration: none;
}
#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;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#languages {
	text-align: right;
}
#languages a:hover, a:active {
	text-_vf.html: underline;
}
#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;
}
#sidebar li {
	list-style: none;
}

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

#mticontent {
	position: absolute;
	top: 250px;
	width: 760px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: auto;
}

#content h1 {
	text-align: center;
	
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	
	color:#3300CC;
	background-color: transparent;
}
#content h3 {
	font-size: 100%;
	
	background-color: transparent;
}
#content ul {
	list-style: none;
}
#content li {
	list-style: none;
}

#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;
}

