@charset "utf-8";
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #603;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #CC3;
	line-height: 60px;
	text-decoration: underline overline;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #330;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #663;
}

.relieftxt {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #906;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#F5F4F5
	
}

.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/oenalia-head.jpg);
	background-repeat:no-repeat;    /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	height: 134px;
	*/
	height: 150px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	text-align:left;
	height: 134px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #333;
	z-index:5;
	text-align: left;
}
.oneColFixCtrHdr #mainContent h1 {
	z-index:inherit;
	text-align:right;
}


#menu-top {
	width:650px;
	height:60px;
	float: right;
	z-index: 10;
	padding-left:350px;
	padding-top:100px;
	font-style: normal;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.a href {text-decoration:underline;color : #947FAC }

.ixt-itallique {
	font-style: italic;
	text-transform: none;
	color: #666;
}
.souligné {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	color: #333;
}
#diaporama {
	text-align: center;
}

.barre_horiz_rose {
	color: #900;
}
.Tableau_base {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

