body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #1f1b13;
	background-image: url(../images/bg_gen.jpg);
}


/********* MENU TOP *********/

#menu_top {
	width: 700px;
	height: 45px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cac9c7;
	font-size: 10px;
	font-weight: bold;
}

/********* LIENS *********/

A:link, A:visited, A:active { text-decoration: none; color: #3eaad2 }
A:hover { color: #faa52e; text-decoration: underline}

A.menulink:link, A.menulink:visited, A.menulink:active { text-decoration: none ; color: #cac9c7}
A.menulink:hover { color:#c97b04; text-decoration: none}

A.membrelink:link, A.membrelink:visited, A.membrelink:active { text-decoration: none ; color: #656565}
A.membrelink:hover { color:#faa52e; text-decoration: none}



/********* INTRO *********/

#intro {
	width: 700px;
	height: 640px;
	background-image: url(../images/bg_accueil_intro.gif);
}
#intro_news {
	width: 700px;
	height: 115px;
	background-image: url(../images/bg_accueil_news.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#intro_flash {
	padding: 6px;
}

.intro_news_text {
	padding-left: 26px;
	vertical-align: top;
	padding-top: 6px;
}

/********* BANDEAU *********/

#banner {
	width: 700px;
	height: 159px;
	background-image: url(../images/bandeau_page_00.jpg);
}

/********* CONTENU PRINCIPAL *********/

#main_container {
	width: 700px;
	background-image: url(../images/bg_titres.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content {
	padding-left: 44px;
	padding-right: 44px;
	margin-top: 10px;
}

#end_content {
	width: 700px;
	height: 58px;
	background-image: url(../images/bas_de_page.jpg);
	background-repeat: no-repeat;
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	line-height: 17px;
	text-align: justify;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9f9f9f;
}

.text_yellow {
	font-family: Verdana;
	font-size: 11px;
	color: #faa52e;
}
.txt {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

/********* PAGES SPECIFIQUES *********/

#left_strip {
	float: left;
	width: 46px;

}
#right_content {
	padding-right: 12px;
	margin-top: 20px;
}
.membre_fiche {
	background-image: url(../images/bg_membres.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 8px;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #646464;
	font-size: 11px;
}

.membre_image {
	float: left;
}
.membre_texte {
	padding-left: 63px;
	padding-top: 30px;
	width: 116px;
	visibility: visible;
	z-index: 1;
}
.vignette_membre {
	float: left;
	margin-right: 8px;
}
/********* TABLEAUX *********/

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666257;
	text-align: left;
}
.td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	background-color: #f7f7f7;
}
.td2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	background-color: #FFFFFF;
	height: 32px;
	vertical-align: top;
}

.td3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	background-color: #fdfaec;
}


/********* FORMULAIRES *********/
input,textarea,checkbox,select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #797979 ; 
	background-color: #f7f7f7;
	border: 1px solid #efcf9e;
}
.button {
	border: 1px solid #ff9900;
	font-weight:bold;
	background-color: #f6e4c9;
}


/********* FOOTER *********/

#footer {
	width: 700px;
	height: 98px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8a85;
	font-size: 10px;
}

#footer2 {
	width: 700px;
	height: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8a85;
	font-size: 10px;
}
A.footerlink:link, A.footerlink:visited, A.footerlink:active { text-decoration: none ; color: #8c8a85}
A.footerlink:hover { color:#c97b04; text-decoration: none}

/********* SCRIPT PNG *********/

 img, div, body, td, tr { behavior: url(iepngfix.htc) }
