/* CSS Document */

/*** menu général **/
.menu ul {
	background:url(../images/barre_nav_presentation.gif) no-repeat top right;
}
.menu .menutop {
	background:url(../images/bg_menu_top_presentation.gif) no-repeat right;	
}

/*** bloc interne haut ***/

.interne-top {
	background:url(../images/bg_interne_top_presentation.gif) repeat-x bottom;
}
.interne-top {
	border-bottom:1px solid #FCA600;
}

.interne-top h1 {
	background:url(../images/h1_espace_adherents_interne.gif) no-repeat bottom;
	width:300px;
	margin-left:148px;
}

.interne-top h2 {
	background:url(../images/h2_presentation_interne.gif) no-repeat center bottom;
}

.interne-top .visu {
	background:url(../images/perso_presentation.gif) no-repeat 35px 6px;
}

/*** sousmenu ***/
.smenu {
	border-left:1px solid #fcc28c;
	background-color: #FEF0D4;
	margin:0px;
}
.smenu-pied {
	background:url(../images/bg_smenu_presentation.gif) no-repeat top #FFFFFF;
}
.smenu ul li {
	background:url(../images/bg_liste_smenu_presentation.gif) no-repeat center bottom;
}
.smenu ul li.selected {
	background-color:#fadca0;
}

fieldset table {
	width: 80%;
	border: 1px solid;
	border: 0;
	width: auto;
}

fieldset .emailform td, fieldset .emailform th {
	text-align:left !important;
	font-size:12px !important;
	padding:5px !important;
}


