*, html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
}

.clear {
	clear: both;
}

a.plus {
	border: 0;
	margin: 20px;
	list-style: none;
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}

a.plus {
	background: url(images/croix.png) no-repeat;
	width:46px;
	height: 46px;
	display: block;
}

.loader {
	background: url(images/ajax-loader.gif) no-repeat !important;
	width:46px;
	height: 46px;
	display: block;
}

#wrapper {
	
}

/** En-tête **/

#header {
	height: 81px;
	position:absolute; 
	z-index:2;
	top:0; 
	left:0;
	width:100%;
}

#header #logo {
	float: left;
	font-size: 50px;
	line-height: 80px;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 5px;
	width: 550px;
}

#header #home {
	position: absolute;
	right: 50px;
	top: 25px;
	background: url(images/picto_home.png) no-repeat;
	width: 29px;
	height: 29px;
	display: block;
}

#header #info {
	background: url('images/ico-info.png') no-repeat;
	display: block;
	height: 28px;
	width:28px;
	position: absolute;
	right: 20px;
	top: 25px;
}

#header #fontSize {
	background: url('images/ico-fontsize.png') no-repeat;
	display: block;
	height: 19px;
	width:38px;
	position: absolute;
	top: 30px;
	right: 90px;
}

/** Sommaire, article **/

#sommaire, #article {
	position:absolute; 
	z-index:1;
	top:83px; 
	bottom:0; 
	left:0;
	width:100%;
	overflow:auto;
}

#scrollSommaire, #scrollArticle {
	position:absolute; 
	z-index:1;
	width:100%;
	padding:0;
}

/** Sommaire **/
#sommaire h2 {
	font-size: 28px;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
	margin: 0;
}

/** Les imanquables **/
#immanquables {
	margin-bottom: 10px;
}

#immanquables, .blocCat {
	float: left;
	height: 404px;
	width: 100%;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.blocCat {
	height: 260px;
}

#blocPages {
	height: 210px;
}

#blocComments {
	height: 180px;
}

#scrollImmanquables, .scrollCat {
	width:2100px;
	height:100%;
	float:left;
	padding:0;
}

#immanquables .image1 {
	display: block;
	background: #fff;
	width: 306px;
	height: 404px;
}

#immanquables .image2 {
	display: block;
	background: #fff;
	width: 351px;
	height: 196px;
}

.overlay {
    background: #000;
    opacity : 0.5; 
    z-index: 998;
}

.cOverlay {
    padding: 10px;
    z-index: 999;
}

.bOverlay {
    left: 0;
    overflow: hidden;
    position: relative;
}

.overlay, .cOverlay  {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
}

.cOverlay h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	word-wrap: break-word;
}

.thumbnail {
	display: block;
	width: 200px;
	height: 112px;
	overflow: hidden;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
    color: #59554B;
    font-size: 14px;
    font-family: "Gill Sans";
	margin: 0 20px;
}

table td {
	padding: 0 5px;
	vertical-align: top;
}

table tr.vbottom td {
	vertical-align: bottom;
}

td.border-right {
	border-right: 1px solid #ccc;
}

td.border-left {
	border-left: 1px solid #ccc;
}

table.liste{
	margin-top: 5px;
}

table.liste td {
	width: 220px;
	padding: 5px 10px;
}

table.liste td img {
	margin-bottom: 5px;
}

table h3 {
	font-size: 13px;
	color: #59554B;
	text-transform: uppercase;
}

table .bloc {
	width: 150px;
}

/** Article **/
#contentArticle {
	width: 450px;
	margin: 0 auto;
	padding: 20px 0;
}

#article {
	font-size: 16px;
}

#article a {
	color: #333;
}

#article h1 {
	font-size: 2em;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}

#article h2 {
	font-size: 1.8em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
}

#article h3 {
	font-size: 1.7em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}

#article h4 {
	font-size: 1.6em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}

#article h5 {
	font-size: 1.4em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}

#article .entry-date, #article .author {
	color: #333;
	font-size: 0.9em;
}

#article .meta-prep-author, #article .meta-sep {
	color: #666666;
	font-size: 0.9em;
}

#article p {
	margin: 10px 0;
}

hr.sep {
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid #CDCDCD;
}

#article img, iframe {
	max-width: 450px;
	height: auto;
}

#article ul, ol {
	list-style-position: inside;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright,
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/** Commentaires **/
.commentlist li {
	list-style:none;
}
.commentlist li {
	margin: 10px 0;
}

/** Pied de page **/
#footer {
	height: 28px;
}

/** DropDown **/
#popup_info, #popup_size {
    position: absolute;
    background-color: #fff;
    padding: 20px 0px 0px;
    background: -webkit-canvas(menu_background) no-repeat;
    -webkit-transition: opacity 300ms ease-out;
	z-index:999;
	width:300px;
	display: none;
}

#popup_info div.content, #popup_size div.content {
	width:265px;
    margin: 7px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    border-radius: 5px;
	padding: 5px 10px;
	min-height: 100px;
	max-height: 300px;
    background: -webkit-gradient(linear, 0% 50%, 0% 51%, from(#fff), to(#edeff3));

	position:relative;
	z-index:1;
	overflow:hidden;
	height: 250px;
}

#popup_size div.content {
	padding: 0;
	width:285px;
	height: auto;
}

#popup_size li a {
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #000;
}

#scrollPopup {
	float:left;
	width:100%;
	padding:0;
}

.buttonIphoneStyleRight, .buttonIphoneStyleLeft {
	display: block;
	width:142px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
	color: #fff;
    background: -webkit-gradient(linear, 0% 10%, 0% 51%, from(#444), to(#000));
}

.buttonIphoneStyleRight.selected, .buttonIphoneStyleLeft.selected {
	background: -webkit-gradient(linear, 0% 10%, 0% 51%, from(#666), to(#444));
}

.buttonIphoneStyleLeft {
	border-radius: 5px 0 0 5px;
	margin: 0px 0px 7px 7px;
	float: left;
	border-right: 1px solid #000;
}

.buttonIphoneStyleRight {
	border-radius: 0 5px 5px 0;
	margin: 0px 7px 7px 0px;
	float: right;
}

/** Picto facebook Twitter **/
.partager {
	float: left;
	line-height: 23px;
	margin-right: 20px;
}

.twitter {
	background: url('images/picto_twitter.png');
	width: 24px;
	height: 23px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
}
.facebook {
	background: url('images/picto_facebook.png');
	width: 24px;
	height: 23px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
}

/** Font-size **/
#extra-small {
	font-size: 12px;
}

#small {
	font-size: 14px;
}

#medium {
	font-size: 16px;
}

#large {
	font-size: 18px;
}

#extra-large {
	font-size: 20px;
}