body {
	color:#003;
	background-color:white;
	/*background-image:URL(logo_ventg.gif);*/
	/*background-repeat: no-repeat;*/
	background-position: top;
	background-attachment: fixed;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:rgb(163,0,45);
	}
h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:rgb(163,0,45);
	font-weight:600;
	}
h3 {
	font:bold 20px/24px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:rgb(163,0,45);
	font-weight:600;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	/*font:14px/20px verdana, arial, helvetica, sans-serif 700;*/
	font-size:14px;
	text-decoration:none;
	/*font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;*/
	}
a:link {color:#09c;}
/*a:visited {color:#07a;}*/
a:hover {
	font-size:14px;
	color:rgb(163,0,45);
	}					/*background-color:#eee;*/

#navigator {
position:absolute;
	width:150px;
	top:120px;
	left:10px;
	border:1px dashed black;
	/*background-color:#eee;*/
	/*padding:10px;*/
	z-index:2;
background-color:#eee;			/*#7ea8cf;		bleu rgb(0,149,217)*/
border: 1px #666666 solid;
/*margin-top: 100px;
width: auto;
margin-left: 37.5%;
margin-right: 37.5%;*/
text-align: center;
padding: 8px;}

.housebutton {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.housebutton a {							/*width:98%; boutons agrandissent sur hover!!*/
text-decoration: none;
padding: 4px;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;}

.housebutton a:hover {background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;}
 
.stylebutton {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.stylebutton a {background-color: #fdcb89;
font-weight: bold;
text-decoration: none;
padding: 4px;
color: #594730;
border-top: 2px #ffe5c3 solid;
border-left: 2px #ffe5c3 solid;
border-bottom: 2px #7f6645 solid;
border-right: 2px #7f6645 solid;
display: block;}

.stylebutton a:hover {border-top: 2px #7f6645 solid;
border-left: 2px #7f6645 solid;
border-bottom: 2px #ffe5c3 solid;
border-right: 2px #ffe5c3 solid;
background-color: #bf9967;}

.bigbutton {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.bigbutton a {background-color:#a3002d;
font-weight: bold;
text-decoration: none;
padding: 4px;
color:rgb(253,167,20); 									/*#594730;*/
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #00286b solid;
border-right: 2px #00286b solid;
display: block;}

.bigbutton a:hover {border-top:#00286b 2px  solid;			/*#7f6645*/
border-left:#00286b 2px  solid;
border-bottom:#cce3ff 2px  solid;									/*#ffe5c3*/
border-right:#cce3ff 2px solid;
background-color: #4a88be;
	}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#image {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding-top:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#I {position:relative; top:100%; left:-250px} 
#navAlpha {
	position:absolute;
	width:150px;
	top:120px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:120px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
#header {
	margin:20px 0px 30px 0px;
	padding:17px 0px 10px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	font-size:18px;
	/*color:rgb(163,0,45);*/
	color:white;
	border-style:solid;
	border-color:rgb(253,167,20);
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:rgb(0,149,217);

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
#headerOverlap {
	position:absolute;
	top:0px;
	left:80%;
	width:135px;
	height:125px;
	background-image: url(images/logo.gif);
	background-position:center left;
	background-repeat:no-repeat;
	z-index:1;
	}

#basdepage {
	clear:both;
	padding:50px 0px 100px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
	}
#copyrightText {
	position:relative;
	left:-1.5em;
	}
