@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clearer{
	clear:both;
}

/*  # * # * # * # * # * # ____ Layout */
body{
	background-color:#383838;
	font-family:Arial;
	font-size:11px;
	color:#383838;
}
#container{
	width:1024px;
	margin:0 auto 0 auto;
}
#header{
	width:1024px;
	height:153px;
	margin:0 auto 0 auto;
	background:url(../img/header.jpg) #383838 top center no-repeat;
}
#container_login{
	padding:30px 0 0 280px;
	width:120px;
}
#header #pas_membre{
	margin:0 0 0 114px;
	width:316px;
	text-align:center;
}
#menu_onglets{
	margin:-68px 0 0 472px;
}
#contenu{
	width:763px;
	margin:0 auto 0 auto;
	background:url(../img/bg.jpg) repeat-y;
	padding:0 129px 0 132px;
}
#copyright{
	margin:25px 0 0 0;
	padding:15px 0 10px 0;
	text-align:center;
	border-top:1px solid #0e560c;
	font-size:10px;
}
#footer{
	width:1024px;
	height:21px;
	background:url(../img/footer.jpg) bottom center no-repeat;
}



/*  # * # * # * # * # * # ____ Menu_onglets */
#menu_onglets div{
	margin:0 8px 0 0;
	float:left;
	width:96px;
	height:56px;
}
#menu_recette{
	background:url(../img/menu_recette.jpg) top center no-repeat;
}
#menu_recette:hover{
	background:url(../img/menu_recette.jpg) bottom center no-repeat;
}
#menu_forum{
	background:url(../img/menu_forum.jpg) top center no-repeat;
}
#menu_forum:hover{
	background:url(../img/menu_forum.jpg) bottom center no-repeat;
}
#menu_livres{
	background:url(../img/menu_livres.jpg) top center no-repeat;
}
#menu_livres:hover{
	background:url(../img/menu_livres.jpg) bottom center no-repeat;
}
#menu_deco{
	background:url(../img/menu_deco.jpg) top center no-repeat;
}
#menu_deco:hover{
	background:url(../img/menu_deco.jpg) bottom center no-repeat;
}
#menu_recette_actif{
	background:url(../img/menu_recette_actif.jpg) top center no-repeat;
}
#menu_recette_actif:hover{
	background:url(../img/menu_recette_actif.jpg) bottom center no-repeat;
}
#menu_forum_actif{
	background:url(../img/menu_forum_actif.jpg) top center no-repeat;
}
#menu_forum_actif:hover{
	background:url(../img/menu_forum_actif.jpg) bottom center no-repeat;
}
#menu_livres_actif{
	background:url(../img/menu_livres_actif.jpg) top center no-repeat;
}
#menu_livres_actif:hover{
	background:url(../img/menu_livres_actif.jpg) bottom center no-repeat;
}
#menu_deco_actif{
	background:url(../img/menu_deco_actif.jpg) top center no-repeat;
}
#menu_deco_actif:hover{
	background:url(../img/menu_deco_actif.jpg) bottom center no-repeat;
}



/*  # * # * # * # * # * # ____ Forms */
#container_login form input{
	width:120px;
	height:18px;
	margin-bottom:6px;
	font-family:Arial;
	font-size:11px;
	color:#05bc16;
	border:1px solid #05bc16;
}
#container_login form input#head_login_submit{
	height:22px;
	background-color:#05bc16;
	border:2px solid #0e560c;
	color:#0e560c;
	font-weight:bold;
}


/*  # * # * # * # * # * # ____ Links */
#header #pas_membre a:link, #header #pas_membre a:visited{
	text-decoration:none;
	color:#05bc16;
}
#header #pas_membre a:hover, #header #pas_membre a:active{
	text-decoration:underline;
	color:#05bc16;
}
#copyright a:link, #copyright a:visited{
	color:#383838;
	text-decoration:none;
}
#copyright a:hover, #copyright a:active{
	color:#383838;
	text-decoration:underline;
}