/* Styles Globaux Standards : */
html, body {
	margin: 0;
	padding: 0;
	border:0 none;
	height: 100%;
	font-family: Garamond, Arial, sans-serif;
	font-size: 13pt;
	background-color: #A5FF76;
	background-image: url(img/fond.jpg);
	background-position: center;
	background-repeat: repeat-x;
	color: #000;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

img {
	border: 0 none;
}
div {
	margin: 0;
	padding: 0;
}
/*
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
*/

/* titre de la page */
h1 {
	display: inline; 
	margin: 0;
	padding: 0;
	font-family: "Script MT Bold", "Brush Script MT", "Monotype Corsiva", Fantasy;
	font-size: 24pt;
}
h2 {
	display: inline; 
	margin: 0;
	padding: 0;
	font-family: "Script MT Bold", "Brush Script MT", "Monotype Corsiva", Fantasy;
	font-size: 15pt;
	background-color: inherit;
	color: #333;
}
h3 {
	display: inline; 
	margin: 0;
	padding: 0;
	font-family: "Script MT Bold", "Brush Script MT", "Monotype Corsiva", Fantasy;
	font-size: 12pt;
	background-color: inherit;
	color: #333;
}
.textediscret {
	font-size: 10pt;
	background-color: inherit;
	color: #333;
}
.center {
	text-align: center;
}
/* anihilation des espaces */
.nospace {
	margin: 0;
	padding: 0;
	border-collapse : collapse;
	border-spacing: 0;
	border-width: 0;
	border-style: none;
}
.nospace + td {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-spacing: 0;
}
/* gestion visibilité affichage */
.onlyPrint {
	display: none;
	visibility: hidden;
}
.onlyScreen {
	display: none;
	visibility: hidden;
}
@MEDIA print {
	.onlyPrint {
		display: inline !important;
		visibility: visible !important;
	}
}
@MEDIA screen {
	.onlyScreen {
		display: inline !important;
		visibility: visible !important;
	}
}
/********************
*** Presentation ***/
#TOP {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	z-index: 30;
}
#MENU {
	position: absolute;
	left: 0;
	top: 0;
	padding:50px 25px 35px 5px;
	vertical-align: top;
	background-image: url("img/menu-trans.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 20;
}
#PAGE {
	position: absolute;
	left: 110px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	text-align: center;
	z-index: 10;
}
/* hack *************
*** Comme IE est un navigateur de merde on est obligé de faire de petits hacks...
NOTE : DTD xhtml correcte pour que ça marche bien (et css/xhtml valide évidemment)
TODO faire un petit javascript équivalant pour rendre valide la css.
*/
* html #PAGE {
	height:expression(document.body.clientHeight-65); /* 50+15=65 */
	width:expression(document.body.clientWidth-115); /* 110+5=115 */
}
* html #MENU {
	width:150px;/*sous ie6 et antérieur par defaut ça fait 100% au lieu de s'adapter */
	background-image: none;
	/* le png en background meme avec hack standard, marche pas bien, on ne peux plus cliquer sur les liens */
	/*behaviour: expression(
        this.runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu-trans.png", sizingMethod="scale")'
    );*/
}
/* fin hack ********/

/* mise en forme du menu */
#MENU ul {
	padding: 0;
	margin: 0; 
}
#MENU ul li {
		/*padding-left: 20px;*/
	list-style-type: none;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	width: 100%;
}
#MENU ul li:HOVER , * html #MENU ul li a:HOVER {
	/*background-color: #C6FFA7;*/
	background-image: url("img/green-trans.png");
	background-repeat: repeat;
	color: #333;
}
.lienliste {
	/*background-color: #C6FFA7;*/
	color: #000;
	font-family: "Script MT Bold", "Brush Script MT", "Monotype Corsiva", Fantasy;
	text-decoration: none;
}
#tableaccueil .colonelaterale {
	width: 200px;
}
#tableaccueil .marge {
	width: 6px;
}

.cadeaux {
	padding-left:15px;
	padding-right: 10px;
	text-align:center;
	display: block;
	float: none;
}
.cadeaux div {
	position: relative;
	display: block;
	width: 360px;
	height: 150px;
	float: right;
	text-align: left;
	vertical-align: middle;
}
.cadeaux img {
	float: left;
	max-width: 200px;
	max-height: 150px;
}
* html .cadeaux img {
	float: left;
	width: 200px;
	height: 150px;
}
.cadeaux span {
	display:inline;
	vertical-align: middle;
}