html, body
{
	width: 100%;
	font-family : Helvetica, Arial, sans-serif;
	color: #ffffff;
}

form,p,h1,h2,h3,h4
{ 
	padding:0;
	margin:0;
}

#page_accueil
{
	background-color: #000000;
}

#accueil
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 400px;
	margin-left: -400px;
	margin-top: -200px;
	z-index: 1;
}

#page_body
{
	background: #000000 url(../images/fond.png) repeat-y center;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}



#bandeau_photographie
{
	position: relative;
	height: 244px;
	width: 1000px;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#menu_photographie
{
	position: relative;
	width: 761px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

#bouton_photographie
{
	padding: 0 17px 0 16px;
	font-weight: bolder;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #ffffff;
}

#actif_photographie
{
	background-color: #4e5b52;
	padding: 0 24px;
	font-weight: bolder;
	font-size: 20px;
	color: #ffffff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #4e5b52;
}

#bouton_photographie:hover
{
	background-color: #262c28;
	border-bottom: 3px solid #4e5b52;
}

#galerie_photographie
{
	position: relative;
	width: 1000px;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#galerie_photographie img
{
	border: 1px solid #ffffff;
}

#galerie_photographie img:hover
{
	border: 1px solid #4e5b52;
}

#gris_photographie
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0.6;
	filter: alpha(opacity=60); 
	background-color: #000000;
	z-index: 100;	
}

#gris_ie_photographie
{
	position: absolute;
	background-image: url(../images/fond_gris.gif);
	background-repeat: repeat;
	left: 50%;
	top: 0;
	width: 1004px;
	height: 1000px;
	margin-left: -502px;
	margin-top: 0;
	z-index: 100;	
}

#gris2_ie_photographie
{
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale src='../images/fond_gris.png');
	left: 50%;
	top: 50%;
	width: 1004px;
	height: 1000px;
	margin-left: -502px;
	margin-top: -500px;
	z-index: 100;
}

#affiche_photographie
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 740px;
	margin-left: -370px;
	margin-top: -370px;
	z-index: 1000;
}

#bandeau_cuisine
{
	width: 1000px;
	height: 244px;
	padding: 0;
	margin: 0 auto;
}

#choix_cuisine
{
	background-color: #333333;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 840px;
	padding: 0;
	margin: 0 auto;
}

#choix_cuisine input
{
	font-size: 8pt;
	line-height: 10pt;
	background: #cb671c;
	border: 1px solid #ffffff;
	font-weight: bolder;
}

#choix_cuisine input:hover
{
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	background: #cb671c;
	border: 1px solid #ffffff;
	font-weight: bolder;
}

#recette_cuisine
{
	width: 840px;
	padding: 0;
	margin: 0 auto;
}

#bandeau_admin
{
	background: url(../images/bandeau_admin.png);
	position: relative;
	height: 118px;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}

#bandeau_admin p
{
	position: relative;
	top: 92px;
	left: 155px;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

#bandeau_admin a
{
	color: #000000;
	text-decoration: none;
}

#bandeau_admin a:hover
{
	background: #858585;
	color: #ffffff;
	text-decoration: none;
}

#principal_admin
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	z-index: 1;
}

#principal_admin table
{
	font-family : Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#principal_admin a
{
	color: #000000;
	text-decoration: none;
}

#principal_admin a:hover
{
	color: #4F81BD;
	text-decoration: underline;
}

#principal_admin th a:hover
{
	color: #000000;
	text-decoration: none;
}

#bas_admin
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	z-index: 1;
}

#cuisine
{
	position: relative;
	width: 990px;
	margin: 5px;
	padding: 0;
	z-index: 1;
}
