﻿/* body {font-family: verdana, arial, sans-serif; font-size:76%; } */
body {font-family: verdana, arial, sans-serif; font-size:76%; behavior:url(css/csshover.htc); background-color:#D4F2F2}
/* fait foirer cellpadding * {margin:0; padding:0;} */
* {margin: 0; }

div#mainwrapper {width:776px; margin-left:auto; margin-right:auto; margin-top:0px; text-align:left;}

div#header {
	position:relative;
	font-size: 11px;
	border-left: 2px solid #339966;
	border-right: 2px solid #339966;
	border-top: 1px solid #ABE5E4;
	border-bottom: 1px solid #339966;
/* vert draws line on bottom edge of div */	padding-bottom: 6px;
	width: 100%;
	height: 88px;
	background-image: url('../images/globe.jpg');
	background-repeat: no-repeat;
	background-position-x: left;
	background-color: #259BDA;
}
 	
div#contentarea {border-left:2px solid #339966; border-right:2px solid #339966; width: 100%; height:100%; background-color:#FFEECC}

div#footer {
	position:relative;
	width: 100%;
	height: 32px;
	border-left: 2px solid #339966;
	border-right: 2px solid #339966;
	border-top: 1px solid #339966;
	border-bottom: 1px solid #339966;
	background-color: #259BDA;
}
div#footer p {
	font-size: 0.86em;
	color: #7A2A2A;
	margin-left: 10px;
	padding-top: 2px;
}

div.clearfloats {clear:both;}
		
div.nav {width:12em; margin-left:15px; margin-right:0; margin-top:1.0em; margin-bottom:0; padding-left:0; padding-right:0; padding-top:.64em; padding-bottom:0 }
div.nav ul {margin:0; padding:0; border:0; list-style-type:none;}
div.nav li {width:100%; 	/* makes the div full width */
	border-bottom:2px solid #ffcc66; padding-top:0.07em; padding-bottom:0.07em; background-color:#ffffff;}
div.nav li:first-child {border-top:2px solid #ffcc66;}
div.nav a {	width:100%; 	/* makes the div full width */
	text-decoration:none; color: #264A92;} /* bleu foncé */
div.nav a:hover {color: #26704B;} /*vert foncé*/
div.nav li:hover {	background-color:#FFEECC;  /*sets the background of the menu items */ }
* html div.nav ul {border-top:2px solid #ffcc66;}

/* the horizontal menu starts here */
div#hmenu{
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	/* border-top:1px solid #339966;	vert draws line on top edge of div */
	border-bottom:1px solid #339966;	 /* vert draws line on bottom edge of div */
	border-left:2px solid #339966; 
	border-right:2px solid #339966;
	font-size:1.1em;	/* SET FONT-SIZE HERE */
	background-color:#66cccc; /* turquoise  colors the div */
	padding-top:1px
	}
div#hmenu ul {
	margin:0 0 0 0px;/* indents ul from edge of container */
	}
div#hmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#ABE5E4; /*sets the background of the menu items */
	}
div#hmenu li:hover { 
	background-color:#FCF4E4; /*sets the background of the menu items */
	}
div#hmenu a {
	display:block;
	padding:0 29px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#26704B;	/* sets the type color vert foncé */
	}
div#hmenu a:hover {
		color: #264A92; /*bleu foncé*/
	}
/* the horizontal menu ends here */

table#priceTable {
	font-size:1.0em; 
	color:#3366CC; 
	background-color:#FCF4E4; 
	}

table#GridView1{
	font-size:1.0em; 
	color:#3366CC; 
	background-color:#FCF4E4; 
	}
	
.priceTableHeader {
 	background-color: #ABE5E4; 
 	font-size: 1.1em;
 	color: #CC9933;
 	}


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#hmenu ul {
	float:left; /* makes the ul wrap the li's */
	 /* border-left:1px solid #339966;adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
* html a {
	display: block;
} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#hmenu ul li ul {
	border-top:1px solid #339966;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
* html  table#priceTable {
	margin-left:25px;  /* IE doubles the given value above - why? */
	}
/* end of hack zone */


/* 
gold 		cc9933
brun clair 	cc6666
brun 		993333
vert 		339966
vert foncé		26704B
turquoise très clair D4F2F2
turquoise clair ABE5E4
turquoise 	66cccc
bleu 		3366cc
bleu foncé  264A92
bleu clair  5680D6
bleu très très clair E6EDFA
ocre très très clair FEF9F0
ocre très clair FCF4E4
ocre clair 	FFEECC ou #FFEAC1
ocre 		ffcc66
*/
