/*******	copyright claude©bastide pour BOURGES CREATION DEVELOPPEMENT	********/
/********************************************************************************************/
/***************		STYLES GÉNÉRAUX		*****************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000099;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html, body a:link {
	color: #FF0000;
	text-decoration: none;
}
html, body a:hover {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
html, body a:visited {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 115%;
	text-align: center;
	color: #009900;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
}
h2 {
	font-size: 110%;
	font-variant: small-caps;
	text-decoration: none;
	text-transform: capitalize;
	line-height: normal;
	padding-left: 10px;
}
h3 {
	font-size: 105%;
	font-style: italic;
	font-variant: small-caps;
	color: #009900;
	text-decoration: none;
	line-height: normal;
	padding-left: 10px;
}
h4 {
	font-size: 105%;
	font-style: italic;
	text-decoration: none;
	line-height: normal;
	padding-left: 10px;
}
p {
	line-height: normal;
	text-decoration: none;
	text-indent: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/*********************		BANDEAU PRINCIPAL		******************/
#bandeau {
	float:left;
	background-image: url(../Images/BCDlogook.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
	/*width: 800px;*/
	width: 80%;
	margin: 20px 0px 0px 45px;
	padding: 0px;
	/*left: 50px;*/
	/*top: 0px;*/
	/*clear:left;*/
}
#bandeau h1 {
	font-size: 120%;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding-left: 80px;
	padding-top: 90px;
}
/****************		BARRE DE MENU		**************/
#nav {
	clear: both;
	/*float:left;*/
	margin-left: 10px;
	width: 820px;
	/*width: 80%;*/
	height:40px;
	border-bottom: 2px solid;
	border-color: #006600;
}
#nav #current, #nav #current a {
	background:url(navbar_down.gif) no-repeat;
}
#nav li {
	list-style: none;
	float: left;
	/*margin-bottom: 0px;*/
	margin-left: 1px;
	width: 100px;
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
}
#nav a {
	display:block;
	padding-top: 10px;
	text-decoration: none;
	color: #000099;
	background:url(navbar.gif) no-repeat;
}
#nav a:hover {
	padding-top: 10px;
	background-color: #FFF;
	color: #006600;
	background:url(navbar_down.gif) no-repeat;
	}
/*****************		COLONE DE GAUCHE (ACCES MEMBRES)		************/
#leftcol{
	/*clear: both;*/
	clear: left;
	float:left;
	z-index: 1;
	/*width: 150px;*/
	width: 15%;
	margin-left: 30px;
	/*margin: 0px 0px 0px 0px;*/
	/*border-top: 2px solid;*/
	/*border-color: #006600;*/
	background-color:#FFFFFF;
	}
#leftcol p {
	font-size: 95%;
	text-indent: 0px;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}
#leftcol h2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 105%;
	line-height: 20px;
	color:#CC0000;
	white-space: nowrap;
	text-align:center;
	padding-left: 0px;
}

/*****************		COLONE DE GAUCHE (LIENS COMMERCIAUX)		************/
#leftcolcom{
	clear: left;
	float:left;
	z-index: 1;
	width: 15%;
	margin-left: 30px;
	background-color:#CCCCCC;
	text-align: left;
	}
#leftcolcom p {
	color:#FF0000; /*provisoire*/
	font-size: 95%;
	text-indent: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#leftcolcom h1 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
	/*line-height: 20px;*/
	color:#CC0000;
	/*white-space: nowrap;*/
	text-align:center;
}
#leftcolcom h2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 105%;
	/*line-height: 20px;*/
	color:#CC0000;
	/*white-space: nowrap;*/
	text-align:center;
}
#leftcolcom a {
	display: block;
	border: #FF0000 medium;
	text-decoration: none;
	color: #000099;
}
#leftcolcom a:hover {
	color: #CC0000;
	font-style: italic;
	}
/****************		CONTENU CENTRAL		****************/
#content{
	/*z-index: 1;*/
	margin-left:20%;
	/*margin-top: 52px;*/
	margin-top: 10px;
	/*margin-right: 50px;*/
	width: 680px;
	background-image: url(../Images/fond_blanc_700.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	text-decoration: none;
	float: left;
	height: 50px;
	width: 95%;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	border: medium dotted #FF0000;
	/*margin-top: 130%;*/
}

/*#footer {
	padding: 1.5em 3em;
	background: #A0C63A;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #333;
	text-decoration: underline;
}*/

