* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #000000;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1 {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

h2 {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC9900;
}

a {
	color: #3B3B3B;
}

a:hover {
	text-decoration: none;
}

img.type1 {
	border: 1px solid #000000;
	margin: 20px 0 0 40px;
}

img.type2 {
	float: right;
	margin: 0 0 0 20px;
}

img.type3 {
	margin: 40px 0 0 20px;
}

p {
	text-align: justify;
}

blockquote {
	margin: 4px 20px 0 40px;
}

/* Header */

#header {
	width: 800px;
	height: 142px;
	margin: 0 auto;
	background: #999933 url("images/banniere.png") no-repeat top left;
}

#header h1, #header h2 {
	color: #FFFFFF;		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	text-transform: uppercase;
	float: right;
	padding: 0 20px 0 0;
	letter-spacing: -3px;
	font-weight: bold;
	font-size: 48px;
}

#header h2 {
	text-transform: capitalize;
	float: right;
	clear: right;
	padding-right: 20px; 
	font-weight: normal;
}

/* Page */

#page {
	width: 800px;
	min-height: 480px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-top: 20px solid #000000;
	background: #FFFFFF url(images/sidebar.gif) repeat-y;
}

#content {
	float: right;
	width: 500px;
	margin: 0 50px;
}

#content p {
	padding-left: 40px;

}

#content h1 {
	margin: 20px 0;
	padding-left: 20px;
	border-bottom: 1px solid #FFCC00;
}

#content h2 {
	margin: 20px 0 10px 0;
	padding-left: 40px;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 200px;
	background: #0066CC;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#niv2 {
	background: #999933;
	list-style: none;
	border-left : 10px solid #FFFFFF;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #FFFFFF;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	background: #003399;
}

#menu .active a {
	background: #FFFFFF;
	color: #CC9900;
	font-weight: bold;

}

#niv2 .active a {
	background: #666666;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 770px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #000000;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

/* Formulaire */

fieldset {
	padding: 1em 1em 0.5em;
	margin: 0 0 2em;
	border: solid 3px #3b3b3b;
}

legend {
	padding: 0.25em 0.5em;
	margin: 0.5em 0;
	font: small-caps 900 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3b3b3b;
}

textarea {
	display: block;
	width: 99%;
	border: solid 1px #ccc;
	overflow: auto;
	line-height: 1.5em;
	background: #eee;
}

label[for=nom], label[for=mail] {
	float: left;
	display: block;
	width: 10em;
	padding-right: 0.5em;
	text-align: right;
}

#form-ou input {
	width: 18em;
	border: solid 1px #ccc;
	background: #eee;
}

input {
	vertical-align: middle;
}

#form-ou input:focus, textarea:focus {
	border-color: #000;
	color: #000;
	background: #f7f7f7;
}
	
