/* CSS Document */


#logo_membre{
	background:url(../images/back_menu.gif) repeat-y;
	vertical-align: top;
}

#zone_membre{
	background:url(../images/zone_membre.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;

}

.text_membre{
	font:"Comic Sans MS", "Copperplate Gothic Bold";
	font-size:11px;
	font-weight:300;
	color:#0066CC;
}

.lien_membre{
	font-size: 11px;
	color: #0066CC;
	vertical-align:middle;
}

.lien_membre:hover{
	font-size: 11px;
	color: #CC0000;
	vertical-align:middle;
}

.lien_sous_menu{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	vertical-align: top;
}

.lien_sous_menu:hover{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	vertical-align: top;
}

.back_menu{
	background:url(../images/back_menu.gif) repeat-y ;
}

.titre_block{
	background:url(../images/titre_block.gif) no-repeat;
	font-family: "Comic Sans MS", "Copperplate Gothic Bold";
	font-size: 14px;
	color: #003399;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

.lien_menu{
	background:url(../images/lien_menu.gif) no-repeat;
	width: 200px;
	height: 25px;
	text-align:right;
	font-size: 12px;
	font-weight: 600;
	color: #0066CC;
}

.lien_menu:hover{
	background:url(../images/lien_menu_hover.gif) no-repeat;
	width: 200px;
	height: 25px;
	text-align:right;
	font-size: 12px;
	font-weight: 600;
	color: #CC0000;
}

.menu_h1{
	background:url(../images/menu_h1.gif) no-repeat;
	text-align:left;
}

.menu_h2{
	background:url(../images/menu_h2.gif) no-repeat;
	text-align:left;
}

.menu_h3{
	background:url(../images/menu_h3.gif) no-repeat;
	text-align:left;
}

.menu_h4{
	background:url(../images/menu_h4.gif) no-repeat;
	text-align:left;
}

.lien_menu_h{
	font-size: 14px;
	color: #0066CC;
	font-weight: 700;
}

.lien_menu_h:hover{
	font-size: 14px;
	color: #CC0000;
	font-weight: bolder;
}

.bordure_ghd_b{
	background-color: #e1f4ff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
	padding-left:6px;
}


.bordure_gd_b{
	background-color: #e1f4ff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
	padding-left:6px;
}


.bordure_gbd_b{
	background-color: #e1f4ff;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #0066CC;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
	padding-left:6px;
}