body.bodyPage {
	text-align: center;
	margin: 10px 0 0 0; padding: 0;
	background: #666 url('images/bg.jpg');
	font-family: Verdana, Arial;
}

body.bodyIndex {
	text-align: center;
	margin: 0; padding: 0;
	background: #666 url('images/accueil/bg.jpg');
	font-family: Verdana, Arial;
}

ul, li, p, div, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: underline;
}

img, a img {
	border: 0;
}

/********************
***** ACCUEIL *******
********************/
div#loader{
	height: 100%; width: 100%;
	position: fixed;
	top: 0px; left: 0px;
	background-color: #000;
	z-index: 1;
}

div#loader div{
	width: 900px;
	margin: auto;
	margin-top: 330px;
	font-weight: bold;
	font-size: 2em;
	color: #a6172b;
}

div#loader .skipIntro{
	margin: 5px 5px 0 0;
	font-size: 0.8em;
	color: #a6172b;
	text-align: right;
}
	
div#cadre_top {
	background: transparent url('images/accueil/cadre_top.png') no-repeat;
	border: 0;
	margin: auto;
	width: 1000px;
	height: 659px;
	text-align: left;
}

div#diapo {
	position: relative;
	top: 377px;
	left: 319px;
	width: 363px;
	height: 282px;
}

div#diapo a {
	position: relative;
	display: block;
	width: 360px;
	height: 282px;
	left: 3px;
}

div#diapo img {
	display:none;
	position:absolute;
	width: 363px;
	left: 282px;
	top:0; left:0;
	z-index: -1;
}

div#cadre_bottom {
	background: transparent url('images/accueil/cadre_bottom.jpg') no-repeat;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 209px;
	text-align: left;
}

div#cadre_bottom img#pas0 {
	display: none;
}

div#cadre_bottom img#pas1 {
	position: relative;
	top: 147px;
	left: 505px;
}

div#cadre_bottom img#pas2 {
	position: relative;
	top: 130px;
	left: 375px;
}

div#cadre_bottom img#pas3 {
	position: relative;
	top: 80px;
	left: 390px;
}

div#cadre_bottom img#pas4 {
	position: relative;
	top: 40px;
	left: 270px;
}

div#cadre_bottom img#pas5 {
	position: relative;
	top: 10px;
	left: 290px;
}

div#cadre_bottom img#pas6 {
	position: relative;
	top: -180px;
	left: 190px;
}

#total {
	width: 976px;
	margin: 0 auto;
}

/***********************
******** HEADER ********
***********************/

#header {
	height: 250px;
	color: #fedd06;
	padding-left: 33px;
}

#header #logo {
	float: left;
	width: 420px;
	height: 165px;
	margin-top: 15px;
}

#header #menu {
	float: left;
	width: 266px;
	height: 236px;
	background: transparent url('images/bg_menu.png') top left no-repeat;
	margin: 0;
	padding: 3px 0 0 0;
}

#header #langbox {
	float: left;
	width: 224px;
	height: 144px;
	background: transparent url('images/bg_langbox.png') top left no-repeat;
	margin: 0;
	padding: 3px 0 0 0;
}

/***********************
********* MENU *********
***********************/

#menu dl{
	width: 150px;
	margin-left: 60px;
}

* html #header #menu dl {
	margin-left: 3px;
}

#menu dt a {
	display: block;
	height: 23px;
	line-height: 23px;
	color: white;
	font-style: italic;
	text-align: center;
}

#menu dd {
	display: none;
	position: absolute;
	margin: -23px 0 0 150px;
	border-top: 1px solid #211608;
}

* html #header #menu dd {
	margin-left: 75px;
}


#menu li a {
	display: block;
	color: white;
	width: 280px;
	height: 20px;
	line-height: 20px;
	background: #381b0c;
	text-align: center;
	border: 1px solid #211608;
	border-width: 0 1px 1px 1px;
	padding: 2px;
	font-size: 0.7em;
}

#menu li a:hover {
	background: #463622;
}

/***********************
******* LANGBOX ********
***********************/

#langbox a {
	display: block;
	height: 23px;
	line-height: 23px;
	color: white;
	font-family: Verdana;
	font-style: italic;
	text-align: center;
}

/***********************
******** PROMOS ********
***********************/

#promoBlock {
	height: 100%; width: 100%;
	position: fixed;
	top: 0px; left: 0px;
	background: rgba(0, 0, 0, .75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0000000,endColorstr=#c0000000);
	z-index: 1;
}

#promoBlockClose {
	text-align: right;
	font-size: 0.8em;
}

#promoBlockClose a {
	color: black;
	text-decoration: none;
}

#promoBlockContent {
	margin: 250px auto 0 auto;
	padding: 2px 2px 50px 2px;
	width: 800px;
	background: transparent url('images/bg.jpg');
	color: white;
	border: 1px solid black;
}

#promoBlockTitle {
	margin: 0 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid white;
}

#promoBlockText {
	margin: 0 20px;
}

#promo {
	background: transparent url('images/bg_promos.png') top left no-repeat;
	margin: 10px auto;
	width: 420px;
	height: 29px;
	line-height: 27px;
	color: white;
	text-align: center;
}

#promo #promoName {
	text-decoration: none;
}

#promo #promoContent {
	position: absolute;
	display: none;
	background: #666 url('images/bg.jpg');
	width: 418px;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
	font-size: 0.9em;
}

* html #promo #promoContent {
	margin-left: -209px;
}

/***********************
******** CONTENT *******
***********************/

p#chemin {
	font-size: 0.8em;
}

p#chemin a {
	text-decoration: none;
}

p#chemin a:hover {
	text-decoration: underline;
}

#content {
	background: transparent url('images/bg_content.png') top left repeat-y;
	width: 620px;
	min-height: 500px;
	padding: 10px 178px;
	text-align: left;
	color: white;
	font-size: 0.9em;
}

*html #content {
	width: 976px;
	height: 500px;
}

#content h1 {
	font-size: 1.3em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	height: 106px;
	background: transparent url('images/bg_titre_acceuil.jpg') top left no-repeat;
	margin: 0 0 20px 0;
	padding-top: 0px;
	line-height: 180px;
}

*html #content h1 {
	padding-top: 90px;
	line-height: 0px;
}

#content h2 {
	font-size: 1.1em;
	color: white;
	margin: 15px 0;
	text-decoration: underline;
}

/***********************
******** OTHERS ********
***********************/

#content p.construction {
	background: transparent url('images/construction.png') top left no-repeat;
	font-size: 1em;
	margin-top: 15px;
	padding: 0 0 0 50px;
	height: 50px;
	line-height: 50px;
}

#content p.facebook {
	background: transparent url('images/facebook.png') top left no-repeat;
	padding: 10px 10px 10px 40px;
}

#content p.facebook a {
	color: #203166;
}

#content p.italic {
	font-style: italic;
}

#content p.center {
	text-align: center;
}

div.info, div#errormsg{
	border: 1px solid black;
	background: white;
	padding: 5px;
	margin-bottom: 5px;
	color: black;
	font-size: 0.9em;
}

.error {
	border: #900 1px solid;
	background: #fcc;
}

table.formTable {
	width: 620px;
	background: #463622;
	padding: 0;
	font-size: 0.9em;
	color: white;
}

table.formTable td {
	padding: 5px;
}

table.formTable td.legend {
	width: 150px;
	background: #381b0c;
	vertical-align: top;
}

div.aff {
	border: 1px solid #211608;
	background: #463622;
	padding: 10px;
}

input.formBtn {
	background: transparent url('images/formbtn.png') no-repeat;
	width: 100px;
	height: 25px;
	border: 0;
	margin: 10px 0 0 0;
	color: white;
}

input.formBtnPaypal {
	background: transparent url('images/formbtnpaypal.png') no-repeat;
	width: 150px;
	height: 25px;
	border: 0;
	margin: 10px 0 0 0;
	color: white;
}

/***********************
****** ANIMATION *******
***********************/

#content img#icon {
	position: relative;
	top: -42px; left: -65px;
	float: left;
}

#content div.animMenu {
	font-size: 0.9em;
	width: 280px;
	text-align: center;
}

#content div.animMenu p {
	margin: 25px 0;
}

#content div.animMenu p a, #content div.animMenu p a.unselected {
	text-decoration: none;
	font-weight: normal;
}

#content div.animMenu a:hover, #content div.animMenu a.selected {
	text-decoration: none;
	font-weight: bold;
}

#content table.animImg {
	width: 270px;
	margin-left: 30px;
}

#content table.animImg tr td{
	text-align: center;
	height: 135px;
	width: 130px;
	padding: 0;
	text-align: center;
}

#content table.animImg a {
	
}

#content table.animImg img {
	border: 1px solid black;
}

/***********************
****** DATEPICKER ******
***********************/

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	text-align: center;
	border: #029 1px solid;
	background: #e9e9e9;
	color: #bdbddd;
	font-size: 0.9em;
	padding: 3px;
} 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #029;
	color: #029;
	width: 20px; height: 18px;
	line-height: 15px;
}
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	border: 1px solid #029;
	background: #bdbddd;
	color: #029;
	line-height: 15px;
}
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	line-height: 15px;
	border: 1px solid #029;
	background: #bdbddd;
	color: #029;
	cursor: pointer;
}
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	border: #029 1px solid;
	background: #bdbddd;
	text-align: center;
	color: #029;
}
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	text-align: center;
	color: #029;
	font-weight: bold;
}
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	font-weight: bold;
}
 
/* the forward/backward buttons at the top */
.dpButton {
	margin: 0; padding: 0;
	border: #029 1px solid;
	background: #bdbddd;
}
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	margin: 0; padding: 0;
	border: #029 1px solid;
	background: #bdbddd;
}


/***********************
******** FOOTER ********
***********************/

#footer {
	margin: 50px 0 10px 0;
}

#footer p#address {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
}

#footer p#copy {
	text-align: right;
	font-size: 0.8em;
	padding: 2px 5px;
}