/* CSS Document */

#global
	{
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	}

#page
	{
	border:6px solid #000;
	top: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 14px;
	position: relative;
	width: 1000px;
	float: left;
	
	}
	

	
#en_tete
	{
	top: 0px;
	background: url(images/head.jpg);
	visibility: visible;
	position: relative;
	width: 1000px;
	height: 210px;
	
	
		}

#menu_top
	{
	position: relative;
	marging-left: 20px;
	left: 0px;
	width: 1000px;
	height: 35px;
	float:left;
	}
	

#contenu_site
	{
	background-color:#F4F4F4;
	position: relative;
	width: 1000px;
	float:left;
	}

#fenetre_gauche
	{
	position: relative;
	width: 1000px;
	float:left;
	}

#fenetre_gauche a
	{
	color: #777;
	text-decoration:underline;

}
#fenetre_gauche a:hover 
	{
	color:#BD9133;
	text-decoration: none;
	}
	
#corps_texte
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#292929;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 700px;
	float:left;
	}
	
#menu_droit  
	{
	position: relative;
	width: 165px;
	float: left;
	}

#pied_page
	{
	background-color:#F4F4F4;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
	position: relative;
	width: 1000px;
	height: 30px;
	float:left;
	}

#image_gauche
	{
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	}


body {
	margin: 0px auto;
	padding: 0;
	border: none;
	background-color: #ddd;
	background-image: url(images/bgd_degrad.jpg);
	
}


	
#gallery_oeuvre
	{
	background-color: #f3f3f3;
	position: relative;
	width: 700px;
	}

#navig_gallery
	{
	background-color: #f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
	color:#bbb;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	width: 700px;
	height: 25px;
	float:left;
	padding: 9px;
	}

#navig_gallery a 
	{
	color: #bbb;
	text-decoration: none
	}

#navig_gallery a:hover 
	{
	color:#000;
	text-decoration: none
	}
