/* classes générales */
* {
	margin: 0px;
	padding: 0px;
}

.clear { clear: both; }

.hide { display: none; }

/* balises */
body {
	text-align: center;
	color: #555;
	background-color: #000;
	font: 11px "Tahoma", sans-serif;
}

p {
	font-size: 100%;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #AAA;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
}

label {
	font-weight: bold;
	line-height: 25px;
}

input, textarea, select, button {
	font: 11px "Tahoma", sans-serif;
	border: 1px solid #555;
	padding: 2px;
	width: 160px;
}

a {
	color: #888;
	/*text-decoration: underline;*/
}

a img {
	border: 0px;
	outline: none;
}

ul { list-style-type: none; }

/* structure du site */
#home {
	border: 1px solid #555;
	margin: 5px auto 0px;
	width: 950px;
	text-align: left;
	padding: 20px;
}

	#header {
		height: 50px;
		line-height: 50px;
		padding-bottom: 5px;
		border-bottom: 1px solid #555;
	}
	
		#header h1 {
			float: left;
			width: 450px;
			font-variant: small-caps;
			font-size: 32px;
		}
		
			#header h1 a {
				text-decoration: none;
				color: #AAA;
			}
		
				#header h1 a span {
					font-variant: normal;
					font-size: 18px;
					color: #555;
				}
			
			#header h1 a:hover {
				color: #FFF;
			}
		
		#header ul#menu {
			float: left;
			width: 450px;
			padding-top: 5px;
			text-align: right;
			list-style: none;
		}
		
			ul#menu li {
				display: inline;
			}
			
				ul#menu li a {
					margin-left: 30px;
					font-size: 15px;
					font-weight: bold;
					text-decoration: none;
					color: #555;
				}
				
				ul#menu li a:hover {
					color: #aaa;
					padding-bottom: 2px;
					border-bottom: 2px solid #555;
				}

	#container {
		margin: 20px 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #555;
	}

		#right-full {
			width: 950px;
			line-height: 15px;
			text-align: justify;
		}
			
			p {
				margin-bottom: 15px;
			}
			
			p.pics {
				text-align: center;
			}
			
				p.pics img {
					margin: 10px;
					border: 1px solid #333;
					vertical-align: middle;
				}
			p.info {
				color: #fff;
				size: 20em;
				}
			
	#footer {
		text-align: left;
		line-height: 15px;
		font-weight: bold;
	}
