body { 
	color: #f6d16d;
	background-color: white;
}

a:link { 
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover { 
	color: #ff9020;
	text-decoration: none;
}
#contenu  a:link img{ 
	border-color: #000;
	border-style: solid;
	border-width:1px;	
}
#contenu a:visited img{
	border-color: #000;
	border-style: solid;
	border-width:1px;	
}
#contenu a:hover img{ 
	border-color: #ff9020;
	border-style: solid;
	border-width:1px;
}

#main {
	width: 995px;
	left: 50%;
	position: relative;
	margin-left: -497px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	width:995px;
	height:229px;
	background-image: url(../images/entete2.png);
	background-repeat: no-repeat;
	position: relative;	
}
#navigation {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	width: 995px;
	z-index: 10;
}
#menuDeroulant
{
	width: 995px;
	height: 21px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 58px;
	border: 0px 0px 0px 0px;
}
#menuDeroulant li
{
	float: left;
	width: auto;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 21px;
	color: #000;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 1px 9px;
	/*border-right: 1px solid #000;*/
	text-decoration: none;
}
#menuDeroulant li a:hover { 
	color: #ff9121;
	/*background-color: #fff;*/
}
#menuDeroulant li a:active {
	/*background-color: #fff;*/
	color: #ff9121;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: 103px;
}
#menuDeroulant .sousMenu li
{
	float: none;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: block;
	
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #000;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #ff9121;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	color: #ff9121;
	background-image: none;
	background-color: #000;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

#contenu {
	position: relative;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 2px;
	padding: 20px 15px 0px 15px;
	width: 965px;
	border-top: 1px dotted #000;
}

.image-gauche {
	float: left;
	margin: 0px 10px 0px 0px;
}
.image-droite {
	float: right;
	margin: 0px 0px 0px 10px;
}
#footer {
	position: relative;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 25px;
	padding: 10px 15px 0px 15px;
	width: 965px;
	border-top: 1px dotted #000;
	clear:both;
	text-align:center;
}