/*
Name: Portfolio de Lor
URL: http://portfolio.cubedeglace.com
Author: lor | http://lor.cubedeglace.com
Date: Mars 2008
*/

* {
	outline: none;
}

body {
	background-color: #003A3B;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
}

h1, h2, h3, p, ul {
	margin: 0 0 0.5em;
	padding: 0;
}

p {
	font-size: 12px;
}

a {
	color:#969F1E;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
	margin-bottom: 40px;
}

img {
	border: 0;
}

#container {
	height: 600px;
	margin: 20px auto;
	width: 950px;
}
	
#banner {
	height: 100px;
	margin: 0;
	width: 950px;
}	

#banner img {
	border: 0;
	float: left;
}

#banner ul {
	clear: both;
	height: 15px;
	list-style-type:none;
	margin-left: 235px;
	width: 735px;
}

	#banner ul li {
		border-right: #969F1E 1px solid;
		color: #969F1E;
		display: block;
		float: left;
		height: 13px;
		padding: 0 10px;
	}
	
		.last {
			border: 0 !important;
			margin: 0 !important;
		}
		

#contenthome {
	clear: both;
	margin: 0;
	width: 950px;
}

#flashcontent {
	height: 85%;
	}

	
#contenthome ul {
	list-style-type: none;
	margin: 0 0 0 100px;
	padding: 0;
}
	
		#contenthome ul li {
			float: left;
			height: 150px;
			margin: 10px 10px 0;
			width: 250px;
		}
			
				#contenthome ul li img {
					float: left;
					margin: 0;
				}
				
				#contenthome ul li a {
					background-position: 0 -150px;
					display: block;
					float: left;
					height: 150px;
					overflow: hidden;
					margin: 0;
					text-indent: -999px;
					width: 250px;
				}
				
					#contenthome ul li a:hover {background-position: 0 0;}

					#contenthome ul li a.elephantasme {background-image: url(../graphics/but_elephantasme.jpg);}
					#contenthome ul li a.denature {background-image: url(../graphics/but_denature.jpg);}
					#contenthome ul li a.roots {background-image: url(../graphics/but_roots.jpg);}
					#contenthome ul li a.airs {background-image: url(../graphics/but_dans-les-airs.jpg);}
					#contenthome ul li a.icy {background-image: url(../graphics/but_icy.jpg);}
					#contenthome ul li a.ici {background-image: url(../graphics/but_ici-et-ailleurs.jpg);}
					#contenthome ul li a.macrocosmos {background-image: url(../graphics/but_macrocosmos.jpg);}
					#contenthome ul li a.microcosmos {background-image: url(../graphics/but-microcosmos.jpg);}
			
			#contenthome ul li.contact {
				background-color: #969F1E;
				height: 140px;
				padding: 5px 5px;
				width: 240px;
			}
			
				#contenthome ul li.contact a {
					color: #FFFFFF;
					height: 40px;
					margin: 80px 0 0 0;
					text-align: right;
					width: 230px;
				}	
				
				#contenthome ul li.contact a:hover {
					color: #003A3B;
				}   
