/* GENERAL */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #4b4b4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/deco/body.gif);
	background-repeat: repeat;
}
p, h1, form, input {
	margin: 0;
	padding: 0;
}
a {outline:none;}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/deco/general.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#general_intro{
	margin:0 auto;
	padding:110px 0 0 0;
	width:100%;
	background-image: url(../images/deco/general.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* - - DEBUT HEADER */
#header{
	width:990px;
	height:250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/deco/headerBIS.png);
}
#flashheader {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 110px;
	color: #FFFFFF;
}

#header h2 {
	font-size: 24px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px;
}
.adresseHeader {
	color: #666666;
	margin-left: 260px;
	font-size: 12px;
	font-weight: bold;
	left: 0px;
	top: 25px;
}

#homelink {
	position: absolute;
	height: 100px;
	width: 160px;
	left: 0px;
	top: 0px;
	border:none;
	outline:none;
}
#homelink img {
	border:none;
	outline:none;
}
/* FIN HEADER
- - DEBUT BARNAV */
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#menu li {
	float:left;
	margin: 0px;
	position: relative;
}
#menu li a {
	display: block;
	min-width:100px;
	_width:100px;
	margin: 0;
	color: #4b4b4d;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	background-color: #F8B009;
	padding: 0 10px;
	white-space: nowrap;
}
#menu li ul.submenu {
	list-style-position: outside;
	list-style-type: none;
}
#menu li ul.submenu li {
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 0px;
	float: Aucune;
	display: block;
	clear: both;
}
#menu li ul.submenu li a {
	width: 150px;
	text-align: left;
	display: block;
	text-indent: 20px;
}
div#smenu1, div#smenu2 {
	position: absolute;
	left: -40px;
	top: 20px;
	display: none;
	z-index: 200;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #4b4b4d;
	background-repeat: repeat-x;
}



/* FIN BARNAV

/*Contenu de page  CONTENT */
#content_intro {
	width: 990px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 460px;
	background-color: #4b4b4d;
	color: #FFFFFF;
	text-align: center;
}
#content {
	width: 1000px;
	background-color:#4b4b4d;
	background-image: url(../images/deco/page_fond.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #4b4b4d;
	border-left-color: #4b4b4d;
}
.orange {color: #F8B000}
#content h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F8B000;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #A0A2A5;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F8B000;
}
#content h2 a {
	color: #F8B000;
	text-decoration: none;
}
#content h2 a:hover {
	color: #666666;
	text-decoration: none;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F8B008;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 20px;
}
#content p {
	text-indent: 20px;
	color:#333333;
	margin-bottom: 10px;
}
#content p a {
	color: #F8b000;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#colGaucheInside ul, #colDroit ul {
	padding:0;
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 30px;
}
#colGaucheInside ul li, #colDroit ul li {
	line-height: 17px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
#content li a {
	color: #F8b000;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline;
}
#colGauche {
	background-image: url(../images/deco/colGauche_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 360px;
	margin: 0px;
}
#colGaucheInside {
	background-image: url(../images/deco/colGauche_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

#colGauche img {
}
#colGauche a img {
	margin: 0px;
	padding: 0px;
}





#colDroit {
	width: 595px;
	margin: 0 0 0 385px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#colDroit p, #colDroit li{
	color: #FFFFFF;
}


#colDroit img {
	text-align: center;
}

#introPage {
	margin: 0px;
	padding-bottom: 10px;
}
#artCentre {
	float: left;
	width: 280px;
	margin: 0px;
	padding-right: 0px;
}
#artDroit {
	width: 290px;
	margin: 0 0 0 300px;
}


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 20px 0;
	width:990px;
	background-color:#4b4b4d;
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8b000;
}
#partnerLinks {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#partnerLinks td {
	text-align: center;
	vertical-align: middle;
}




#footer_intro {

	margin:0 auto;
	padding:0;
	width:773px;
	height:70px;
	background-color:#AFAFAF;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/intro_footer.jpg);
	background-repeat: no-repeat;
}

#footer a{
	color:#f8b000;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
}
#footer_adresse {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#footer_menu {
	color: #000000;
	margin-right: 150px;
}

/*classe clear*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#credits {

	margin:0 auto;
	padding:0;
	width:773px;
	height:70px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/page_footer.jpg);
	background-repeat: no-repeat;
}
#colContact {
	width: 465px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 525px;
	color: #FFFFFF;
}
#colContact p {
	color: #FFFFFF;
}
#colAcces {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#colAcces a {
	color: #FFF;
	text-align: right;
	text-decoration: none;
}
#colAcces a:hover {
	color: #FFCC00;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}
#colAcces p {
	color: #FFFFFF;
}
#flash_anim {
	height: 400px;
	width: 990px;
}
#colGaucheInside img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
#EcoSticker {
	position: absolute;
	top: 25px;
	right: 0px;
}
#EcoSticker img {
	border-style: none;
}
#creditImpotsInfo {
	background-color: #999999;
	width: 250px;
	margin: 20px;
	padding: 10px;
}
.white {
	color: #FFFFFF;
}
#creditImpotsInfo a {
	color: #F8B000;
	text-decoration: none;
}
#creditImpotsInfo a:hover {
	text-decoration:underlibne;
}
