body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image:url(theme/background-image2.jpg);
    background-attachment:fixed;
    background-color:#666;
	text-align: center;
	margin: 0 0 30px;
	/* fichier pour internet explorer 
      behavior: url(csshover.htc);*/ 
	}

#page {
	background: url(theme/layout_middle-1000px.png);
	text-align: left;
	margin: 0px auto;
	/* The entire template's width is set in this class. */
	width: 1000px;
	}

#top_layout {
	background: url(theme/layout_top-withoutcross-1000px.png);
	width:1000px;
	height:40px;
	margin: 30px auto 0;
}

#header {
	text-align:left;
	width: 930px;
	padding:0px;
	margin:0px;
	position: relative;
	height: 200px;
	background-image: url(theme/header-topmenu.jpg);
	}
	
#souscategories {
	width: 450 px;
	position : relative;
	top:-23px;
	padding:0px;
	height: 25px;
	}
	
#footer {
	font-size: .9em;
	line-height: 1.5em;
	color: #FFF;
	width:1000px;
	height:40px;
	background-image: url(theme/layout_bottom-1000px.png);
	text-align: center;
	}

#footer a {
	color: #FFF;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	font-weight: bold;
	}
#galerie_archive {
	text-align:center;
	}

.primary {
	width: 950px;
	_width: 950px; /* IE Hack */
	padding: 15px 0 10px;
	margin: 0 10px 0 30px;
	_margin: 0 20px 0 15px; /* IE Hack */
	}

.primary img {
	margin-left: 5px;
	padding:2px;
	max-width: 100%;
	}
	
.primary a img {
	margin-left: -5px;
	padding:2px;
	max-width: 100%;
	}
	
.primary a:hover img {
	margin-left: -5px;
	padding:2px;
	max-width: 100%;
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em Lucida Grande,Verdana, Helvetica, Arial, Sans-Serif;
        text-shadow: 0px 1px #eee;
        font-weight:bold;
	color: #000;
	margin: 0;
	}

ul.menu li a:hover {
    background-image:url(theme/menu-item-bg.png);
	color: #white !important;
	text-decoration: none;
    text-shadow: 0px 1px #000;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: white !important;
    background-image:url(theme/menu-item-bg.png);
	text-decoration: none;
    text-shadow: 0px 1px #000;
	}
	
ul.menu li.sub_page_item a {
	font: 1em Lucida Grande,Verdana, Helvetica, Arial, Sans-Serif;
    text-shadow: 0px 1px #eee;
    font-weight:bold;
	color: #000;
	}
	
ul.menu li.sub_page_item a:hover {
    background-image:url(theme/menu-item-bg.png);
	width:250px;
	color: #white !important;
	text-decoration: none;
    text-shadow: 0px 1px #000;
	}
.admintab {
	position: absolute;
	right: 0px;
	_padding: 5px 15px 6px; /* IE hack */
	}

a img,:link img,:visited img { border:none }

/*Sous Menu à onglets */

ul.souscategories {
	/*background-image:url(theme/AW_InactiveTabCenterFill-carbon.png);*/
	margin: 0;
	padding: 0;
	position: relative;
	left: auto;
    right:auto;
	width: 90%;
	}

ul.souscategories li {
	display: inline;
	margin: 0;
	}

ul.souscategories,
ul.souscategories li a {
	padding: 5px 15px 6px;
	}

ul.souscategories li a {
	font: 1em Lucida Grande,Verdana, Helvetica, Arial, Sans-Serif;
        text-shadow: 0px 1px #eee;
        font-weight:bold;
	color: #000;
	margin: 0;
	background-image:url(theme/AW_InactiveTabCenterFill.png);
	}

ul.souscategories li a:hover {
    background-image:url(theme/AW_ActiveTabCenterFill.png);
	color: #black !important;
	text-decoration: none;
    text-shadow: 0px 1px #eee;
	}
	
ul.souscategories li.souscategoriesactif a {
    background-image:url(theme/AW_ActiveTabCenterFill.png);
	color: #black !important;
	text-decoration: none;
    text-shadow: 0px 1px #eee;
	}	


/*- Sidebar Subpages Menu */

#sidebar {
	width:1000px;
	padding:4px;
}

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}


/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
        text-shadow: 0px 1px 5px #666;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	width: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1:hover {
	text-decoration: underline;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}

.itemtext h3 { /* For use on Pages */
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	}

.secondary div div div {
    margin: 0;
    }
	
.primary .metalink a, .primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #888;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

/*- Primary Contents */

.primary .item {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.primary .item .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #ccc;
	}

/*- Links */

.primary a:hover, .primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
        color:#ffff88;
        text-shadow: 0px 0px 3px #ffff88;
	}

h2 a:hover, h2 span a:hover {
	color: #ffff88 !important;
	}

a {
	color: #ffff66;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #ffff55;
	}
	
/*LIGHTBOX 2 <<<<<<<<<<<<<<<<*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; //background-color: #000;  background-image: url(theme/gris-semitransp.png); width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2/images/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2/images/next.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Lucida Grande, Verdana, Helvetica, sans-serif; //background-color: #000;   background-image: url(theme/gris-semitransp.png); margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #ccc; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: transparent;}

