* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #b09960 url(../img/bkg.jpg) repeat-x;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	behavior: url("css/csshover3.htc");
}

#page {
	margin: 0 auto;
	width: 980px;
	position: relative;
	background: url(../img/bkg_page.jpg) no-repeat;
	text-align: left;
}

#entete {
	height: 240px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

/* !MENU */

#menu {
	position: absolute;
	top: 85px;
	left: 310px;
	width: 640px;
	height: 30px;
	padding: 10px;
	background: url(../img/bkg_menu.gif) no-repeat;
}


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

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	border-right: 1px solid #b09960;
}

#menu li a:hover {
	background: #b09960;
	color: #665937;
}

#menu li a.dropdown {
	padding-right: 26px;
	background: url(../img/bkg_dropdown.gif) no-repeat 95% 50%;
}

#menu li a.dropdown:hover, #menu li:hover a.dropdown {
	background: #b09960 url(../img/bkg_dropdown.gif) no-repeat 95% 50%;
	color: #665937;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #b09960;
	width: 240px;
	padding: 5px 0;
	z-index: 10000;
}

#menu li:hover ul {
	display: block;
}

#menu li li {
	clear: left;
}

#menu li li a {
	border-right: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 220px;
}

#menu li li a:hover {
	background: #665937 url(../img/bkg_ssmenu.gif) repeat-x;
	color: #fff;
}

#pied {
	clear: both;
	padding: 80px 0 10px 0;
	background: url(../img/bkg_pied.gif) no-repeat center 20px;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	color: #0d0c07;
	text-align: center;
	font-size: 11px;
}

#pied h2 {
	position: absolute;
	left: -10000px;
	top: -10000px
	
}

/* !TITRES & PARAGRAPHES */

h1, h2, h3, h4, p, ul, form {
	margin: 20px;
}

h1 {
	position: absolute;
	top: 150px;
	right: 0;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-align: right;
	color: #665937;
	font-variant: small-caps;
}

h1 a {
	color: #ffb400;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	color: #ffb400;
}

h3 strong {
	color: #fff;
	font-weight: normal;
}

p {
	line-height: 20px;
}

ul {
	padding-left: 17px;
	list-style-type: square;
}

li {
	margin: 10px 0;
}

p strong, li strong {
	color: #ffb400;
}

a {
	color: #000;
	font-weight: bold;
}

.col12, .col22 {
	float: left;
	width: 489px;
}

.col12 {
	border-right: 1px dotted #ffcc99;
}

#listeAnimations {
	list-style-type: none;
	padding: 0;
}

#listeAnimations li {
	float: left;
	width: 139px;
	font-size: 12px;
	margin: 0 10px 5px 0;
	padding: 0;
}

#encart_animations {
	position: relative;
	width: 450px;
	height: 215px;
	background: url(../img/encart_animations.png) no-repeat;
	margin: 20px;
}

#encart_animations a {
	position: absolute;
	top: 74px;
	width: 124px;
	height: 120px;
	padding: 1px;
	overflow: hidden;
}

#encart_animations a span {
	position: absolute;
	top: -1000px;
}

#encart_animations a:hover {
	border: 1px solid #ffb400;
	padding: 0;
}

#encart_animations a#team {
	position: absolute;
	left: 19px;
}

#encart_animations a#incentive {
	left: 154px;
	width: 140px;
}

#encart_animations a#soiree {
	right: 19px;
}

.hr {
	clear: both;
	border-bottom: 1px dotted #ffcc99;
	margin: 0 20px 10px 20px;
	padding-top: 10px;
	overflow: hidden;
	height: 0;
}

/* FORMULAIRE */

form {
	clear: both;
}

fieldset {
	float: left;
	width: 582px;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 1px solid #b09960;
}

legend {
	background: #000;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

fieldset div {
	clear: left;
	margin: 8px 0;
}

fieldset div label {
	float: left;
	display: block;
	width: 35%;
	border-bottom: 1px dotted #665937;
	padding-top: 6px;
	margin-right: 5px;
	color: #000;
}

fieldset div label.oblig {
	font-weight: bold;
	color: #ffb400;
}

fieldset div label span {
	font-size: 10px;
	color: #000;
}

fieldset textarea, fieldset input {
	width: 95%;
	border: 1px solid #665937;
	background: #eee;
	line-height: 20px;
	padding: 0 2px;
}

fieldset div input, fieldset div textarea {
	width: 60%;
}

fieldset div input.button {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	border: none;
	padding: 5px 20px;
}
