div
{
	margin:0;
	padding:0;
}

body
{
	background:url('../images/background.png');
	font-family:arial, verdana, serif ;
}

h1
{
	font-size:1.3em;
	color:#008DAF;
	text-align:center;
}

h2
{
	font-size:1.1em;
	color:#008DAF;
}

#home
{
	margin : auto ;
	width:800px;
	height:20px;
	color:white;
	font-size:0.8em;
	text-align:right;	
}

#home a
{
	text-decoration:none;
}

#conteneur
{
	margin:auto ;
	width:800px;
	background-color:#39363f ;
}

	#logo
	{
		height:90px ;
		width:190px ;
		background:url('../images/logo.png') no-repeat ;
		background-position : center center;
		background-color:#39363f ;
	}
	
	#menu
	{
		padding-top:20px;
		margin-bottom:10px;
		position:relative;
		height:34px;
		width:600px;
	}
		.ligne
		{
			border-top: 1px solid white;
		}
		
		.menu
		{
			float:left;
			height:20px;
			border-right:1px white;
			cursor:pointer;
		}
			
		#menu a
		{
			text-decoration:none;
			font-size:0.8em;
		}
			
			.s_menu
			{
				position:absolute;
				z-index:8;
				top:34px;
				padding:5px;
				background-color:#319a3b;
				display:none;
			}
			
		#menu1
		{
			position:absolute;
			left:0px;
			z-index:4;
			width:130px;
		}
		
			#titre1
			{
				background:url('../images/menu_graphisme.png') no-repeat;
			}
			
			#s_menu1
			{
				background-color:#009ee0;
				width:130px;
			}
			
			#s_menu1 .ligne:hover a, #s_menu1 .ligne1:hover a
			{
				color:black;		
			}
			
		#menu2
		{
			position:absolute;
			left:130px;
			z-index:4;
			width:120px;
			margin-left:10px;
		}
			#titre2
			{
				background:url('../images/menu_internet.png') no-repeat;
			}
			
			#s_menu2
			{
				background-color:#799c13;
				width:110px;

			}
			
			#s_menu2 .ligne:hover a, #s_menu2 .ligne1:hover a
			{
				color:black;		
			}
			
			.titre
			{
				position:absolute;
				top:0px;
				z-index:8;
				height:34px;
				width:100%;
				margin-top:2px;

			}
		
		#menu3
		{
			position:absolute;
			left:250px;
			z-index:4;
			width:170px;
			margin-left:10px;
		}
			#titre3
			{
				background:url('../images/menu_photographie.png') no-repeat;
			}
			
			#s_menu3
			{
				background-color:#fdc300;
				width:160px;

			}
		
			#s_menu3 .ligne:hover a, #s_menu3 .ligne1:hover a
			{
				color:black;		
			}
		
		#menu4
		{
			position:absolute;
			left:420px;
			z-index:4;
			width:180px;
			margin-left:10px;
		}
			#titre4
			{
				background:url('../images/menu_contact.png') no-repeat;
			}
			
#gauche
{
	width:190px;
	padding-top:10px;
	background-color:#39363f ;
	float:left;
}

	.posrelative
	{
		position: relative;
	}

#contenu
{
	position:relative;
	z-index:2;
	width:580px;
	min-height:400px ;
	background-color:#1f1e26 ;
	margin-left:190px;
	padding:10px 10px 10px 20px ;
}

	.titre_bleu
	{
		color:#008DAF;
	}
	
	.gris
	{
		color:gray;
	}

#footer
{	
	width:800px;
	height:20px ;
	font-size:0.7em ;
	text-align:center ;
	vertical-align:middle;
	background-color:gray ;
}

h3
{
	color:white;
	
}

h4
{
	color:#009ee0;
}

p
{
	text-align:left;
	color:white ;
	font-size:0.8em;

}

a
{
	color:white ;
	text-decoration:underline;

}

a:visited
{
	color:white;
	text-decoration:underline;
}

a img
{
	border:none;
}

.image_centree
{
	text-align:center ;
}
	

	