body {
	background-image: url(../images/coin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	margin-left: 150px;
}
#contenu {
	margin-top: 0px;
	float: left;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	width:50%;
	text-align: justify;
	padding-bottom:100px;
}
#navbar {
	float: left;
	margin-top: 0px;
	width: 150px;
}
#navcontainer {
	float: right;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	background-color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom:2px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding: 3px;
	width: 100px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FF3300;
color: #000000;
}
#navlist a.accueil {
	background-color:#666666;
	border-color:#666666;
	color:#000000;
}

#navlist a.accueil:hover {
	color:#FF3300;
	background-color:#CCCCCC;
}

#navlist a.active {
	background-color:#FFFFFF;
	color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

#navlist a.active:hover {
	color:#666666;
}

#navlist .bar{
	background-color: #0066FF;
	height: 2px;
	margin-top: 1px;
	margin-bottom:2px;
}
#header .rootlink {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#header .rootlink:hover {
	color: #999999;
}
#contenu .titre {
	font-size: 24px;
	font-weight: bold;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
#figures {
	margin-left: 210px;
	background-image: url(../images/figures.jpg);
	height: 190px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.petitTexte {
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	margin-left: 150px;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: both;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	width: 50%;
	text-align: justify;
}
.tresPetitTexte {
	font-size: 10px;
}

#logos {
	text-align: center;
}
#logos img {
	vertical-align: middle;
	margin-right: 2px;
	margin-top: 2px;
}
#contact {
	list-style-type: none;
}
#contact li {
	margin-bottom: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

