body {
	font-family:Helvetica, Verdana, Sans-serif;
	font-size:0.9em;
}

#page {
	width:967px;
	margin:35px auto;
}

img#bandeau {
	margin-top:1px;
}

h1#header {
	width:100%;
	height:162px;
	background:url(../images/interface/header.jpg) top left no-repeat;
	text-indent:-9000px;
	display:block;
}

h1#header a {
	width:967px;
	height:162px;
	float:left;
}

ul#navigation {
	list-style-type:none;
	text-transform:uppercase;
	background-color:black;
	width:100%;
	float:left;
	text-align:center;
}

ul#navigation li a {
	display:block;
	float:left;
	height:28px;
	background:black url(../images/interface/nav_hover.jpg) 0px 42px no-repeat;
	color:white;
	padding:0 15px;
	padding-top:14px;
	text-decoration:none;
}

ul#navigation li a:hover, ul#navigation li a.selected {
	background:url(../images/interface/nav_hover.jpg) 0 0 repeat-x;
}

#contenu {
	color:#64899b;
	float:left;
	padding-bottom:8px;
}

#contenu h2 {
	text-transform:uppercase;
	color:#a8c7d6;
	font-weight:bold;
	font-size:1.3em;
	padding-top:15px;
	padding:15px 0;
}

#contenu h2 span {
	color:#64899b;
}

#contenu p {
	line-height:20px;
	padding-bottom:8px;
}

#contenu ul {
	border-left:5px solid #64899b;
}

#contenu ul li {
	background:url(../images/interface/puce.jpg) center left no-repeat;
	padding-left:39px;
	padding-right:42px;
	margin:15px 0;
	min-height:21px;
	margin-left:25px;
}

#bottom {
	background:url(../images/interface/bg_bot.jpg) top left repeat-x;
	width:100%;
	height:196px;
	margin-top:8px;
	float:left;
}

#bottom ul {
	list-style-type:none;
	width:536px;
	height:157px;
	color:white;
	margin-left:25px;
	margin-top:22px;
	float:left;
	border-right:1px solid #7e99a7;
}

#bottom ul li {
	background:url(../images/interface/puce.png) center left no-repeat;
	font-weight:bold;
	font-size:0.8em;
	padding-left:39px;
	padding-right:42px;
	margin:15px 0;
	min-height:21px;
	line-height:15px;
}

#bottom #quick {
	float:left;
	width:233px;
	height:157px;
	border-left:1px solid #c4dee9;
	margin-top:22px;
	padding-left:22px;
}

#bottom #quick h3 {
	display:block;
	width:363px;
	height:43px;
	background:url(../images/interface/titre_philosophie.png) top left no-repeat;
	text-indent:-9000px;
}

#bottom #quick p {
	background:url(../images/interface/bg_bloc_bot.jpg) top left repeat-x;
	width:313px;
	height:107px;
	padding:15px 25px;
	font-size:0.8em;
	font-weight:normal;
	color:#1a455a;
	text-align:justify;
	line-height:14px;
}

#bottom #quick p a {
	text-decoration:underline;
	color:#2e2e2e;
}

img#logo_bot {
	margin-top:23px;
	float:left;
	margin-bottom:30px;
}

p#copyright {
	float:right;
	color:#cccccc;
	font-size:0.9em;
	text-transform:uppercase;
	margin-top:34px;
}

#contenu #left {
	width:240px;
	float:left;
	padding:0 20px;
}

#contenu #left a {
	color:#64899b;
	text-decoration:underline;
}

#contenu #left a:hover {
	color:#a8c7d6;
}

#contenu #right {
	width:650px;
	float:left;
	padding-left:30px;
	border-left:1px solid #a8c7d6;
}

form#contact label {
	width:100px;
	display:inline-block;
	padding-left:10px;
	margin-bottom:15px;
}

form#contact input {
	width:200px;
	border:1px solid #808080;
	height:20px;
}

form#contact #btn_send {
	width:auto;
	float:right;
	margin-right:14px;
	margin-top:10px;
	padding:5px;
	height:30px;
}

form#contact label#label_msg {
	float:left;
	clear:both;
	width:104px;
}

form#contact textarea {
	width:520px;
	height:200px;
	border:1px solid #808080;
}

