h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 80%;
	color: #666666;
	padding: 0px;
	margin-top: -15px;
	font-weight: normal;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #003366;
}
.twoColFixLtHdr #wrappertop {
	background: #cac5b6 url(/images/BKG_WrapperTop.jpg);
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 10px;
}
.twoColFixLtHdr #wrapper {
	background: #cac5b6 url(/images/BKG_Wrapper.jpg);
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #wrapperbottom {
	background: #cac5b6 url(/images/BKG_WrapperBot.jpg);
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	height: 10px;
	padding-top: 0px;
}
.twoColFixLtHdr #container {
	width: 587px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 13px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 13px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF url(/images/logo_Jaunmedia.jpg) no-repeat left bottom;
	padding: 3px 0px;  /* 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. */
	text-align: right;
	margin: 0px;
	height: 76px;
	font-size: 70%;
	color: #666666;
} 
.twoColFixLtHdr #header a:link, .twoColFixLtHdr #header a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #header a:hover {
	color: #333333;
}
.twoColFixLtHdr  #mainmenu {
	background: url(/images/BKG_MainMenu.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 120px;
	display: block;
	position: static;
	width: 587px;
}
.twoColFixLtHdr #nav {
	height: 103px;
	width: 361px;
	margin: -10px 45px 0px 0px;
	padding: 0px;
	float: right;
}
.twoColFixLtHdr  #nav  ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr  #nav  a:link, .twoColFixLtHdr  #nav  a:visited {
	margin: 3px 0px 2px;
	padding: 0px;
	color: #E6E6E6;
	text-decoration: none;
	height: 22px;
	width: 361px;
	display: block;
	text-align: right;
	font: 95% Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px dotted #CCCCCC;
}
.twoColFixLtHdr #nav a:hover {
	text-decoration: none;
	height: 22px;
	width: 361px;
	display: block;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #OneMainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #accueil {
	margin: 10px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #presentation {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px;
	border-top: thin dotted #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #presentation  img {
	margin: 0px 0px 12px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	border: 1px solid #999999;
	text-align: left;
}
.twoColFixLtHdr #presentation p {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 10px;
	text-align: left;
	vertical-align: top;
}
.twoColFixLtHdr #presentation span {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	font-size: 70%;
	color: #999999;
}
.twoColFixLtHdr #presentation a:link, .twoColFixLtHdr #presentation a:visited {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	color: #0066CC;
	text-decoration: none;
}
.twoColFixLtHdr #presentation a:hover {
	color: #990000;
}
.twoColFixLtHdr #presentation #hautdepage {
	text-align: right;
	padding: 10px 0px 0px;
	margin: 0px;
	color: #999999;
	font-size: 60%;
	text-decoration: none;
	height: 20px;
	width: 100px;
	float: right;
}
.twoColFixLtHdr #presentation #hautdepage a:link, .twoColFixLtHdr #presentation #hautdepage a:visited  {
	color: #999999;
	background: url(/images/arrow-up-double.gif) no-repeat right;
	display: block;
	padding: 0px 20px 0px 0px;
	height: 20px;
	width: 100px;
}
.twoColFixLtHdr #presentation #hautdepage a:hover {
	color: #669933;
	background: url(/images/arrow-up-double-h.gif) no-repeat right;
}
.twoColFixLtHdr #OneMainContent #galeriephoto {
	margin: 0px;
	padding: 10px 0px 20px;
	height: 600px;
	width: 550px;
}
.twoColFixLtHdr #mainFooter { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr  #mainFooter   p {
	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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 75%;
	color: #000000;
}
.twoColFixLtHdr #mainFooter a:link, .twoColFixLtHdr #mainFooter a:visited  {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr  #mainFooter  a:hover {
	color: #990000;
}
.twoColFixLtHdr #footer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: right;
	font-size: 70%;
	color: #336699;
	padding: 5px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 586px;
	height: 358px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 586px;
	height: 358px;
}

.preloadTopPage {
	background: url(/images/arrow-up-double-h.gif);
}