@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Canard Intime
Theme URI: http://www.magazine.fr/
Description: Theme created by Magazine.
Version: 1.0
Author: magazine
 
Creation Theme by Magazine || http://www.magazine.fr
 
*/




/* ------------------------ BASE ------------------------ */




* {
	margin : 0;
	padding : 0;
	border : 0;
}


body {
	margin : 0;
	padding : 0;
	background-color : #DDD;
	background-image:url(images/bg_blog.gif);
	background-repeat: repeat;
	font-family: Lucida Grande, Arial, Verdana, Geneva, Helvetica, Sans-serif;
	font-size:10pt;
	line-height:140%;
	color:#444;
}


A {
	outline-style:none;
	text-decoration:none;
	color:#222;
	outline: none; /* hack FF pour envlever pointillés autour des liens */
}

A:hover {
	outline-style:none;
	text-decoration:none;
	color:#FF6600;
}

A:visited {
	outline-style:none;
	text-decoration:none;
}


/* HACK POINTILLES SUR FIREFOX */ 

:focus {
	-moz-outline-style: none; /* hack FF pour envlever pointillés autour des liens */
}



/* ------------------------ MAIN ------------------------ */


#global {

	width:1100px;
	margin: 0 auto 0 auto;
	
}


#mainWrap{
	width:950px;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
			min-height:1150px;
    		height:auto !important;
    		height:1150px;

}


		#main {
			background-color:#fff;
			width:920px;
			margin:0 auto 0 auto;

		}

/* ------------------------ HEADER ------------------------ */


			#preHeader{
				
				height:45px;
				color:#000;
				margin: 15px 0px 0px 80px;
				width:200px;
			}
			
					#logoMagazine {
					height:45px;
					width:130px;
					background-image:url(images/logo_magazine_02.png);
					background-repeat:no-repeat;
					background-position:center;
					float:left;
					}
					
					
					#logoSeparator{
					height:45px;
					width:10px;
					background-image:url(images/logo_separator.png);
					background-repeat:no-repeat;
					background-position:center;
					float:left;
					}
					

					#logoNf2 {
					height:45px;
					width:50px;
					background-image:url(images/logo_nf2_02.png);
					background-repeat:no-repeat;
					background-position:center;
					float:right;
					}


			#header {
				width:920px;
				margin:0 auto 0 auto;
				
			}
			
			
			#headerBottom{
				height:30px;
				width:1100px;
				margin: 10px auto 0 auto;
				background-image:url(images/bg_header_02.png);
				background-repeat:no-repeat;
				background-position:bottom;
			}
			
					#blogDesc {
						height:5px;
						color: #ccc;
						font-style:italic;
						font-size:8pt;
						overflow:hidden;
						text-indent: -9999px;
					}
			
			
					#subTitle {
						font-family:Georgia, "Times New Roman", Times, serif;
						font-variant:small-caps;
						/*text-transform:uppercase;*/
						text-align:center;
						font-size:12pt;
						letter-spacing:2pt;
						
					}
			
/* ------------------------ POST & PAGE & CONTENT ------------------------ */			
			
			
			#content {
				padding: 20px 75px 20px 30px;
				float: right;
				width: 590px;
				margin-bottom: 0 auto 0 auto;
			}
			
			#page {
				padding: 20px 75px 20px 30px;
				float: right;
				width: 590px;
				margin-bottom: 0 auto 0 auto;
			}
			
						.page_content {
								color:#444;
								margin:0px 0 10px 0;
								text-align:left;					
						}
						
						.page_content p {
								line-height:150%;				
						}
			
			
					.post {
			
					}
					
					
							.postmetadata {
								font-size:8pt;
								height:15px;
								/*background-image:url(images/bg_metadata.gif);
								background-repeat:repeat-x;
								background-position:top;*/
								
							}
							
							
									.postmetadataText {
										font-size:8pt;
										color:#888;		
										padding:4px 0px 0px 2px;							
									}
									
									#content IMG {
									/*border: 1px solid #ccc;*/
									/*padding:5px;*/
									margin:0px 15px 10px 0;
									/*background-color:#FFFFFF;*/
									width:100%;
									height:auto;
									}					
									
									.alignleft{
									float:left;
									}	
							
							
							.post_content {
								color:#444;
								margin:15px 0 30px 0;
								text-align:left;					
							}
							
							
		.navigation {
								
		}
		
		
		.textColor {
			color:#888;	
		}
		
		.separatorColor {
			color:#FF6600;	
		}


/* ------------------------ PAGE TEMPLATE ------------------------ */	


.pageDescGallery {
			width:220px;
			min-height:20px;
			background-image:url(images/bg_postdesc.gif);
			background-repeat:repeat;	
			position:absolute;
			margin:0 0px 0 380px;
		}

.pageContentGallery {
			color:#444;
			text-align:left;	
			float:left;
	}	

	.retourGalerie{
			margin-top:10px;
			float:left;
			clear:both;
		}
		
		.blockGallery{
			
		}

/* ------------------------ NAVIGATION ------------------------ */	


.navigation a:hover{
	color:#FF6600;	
}



/* ------------------------ DESCRIPTIF ------------------------ */	

						
		
		.spacerDesc{
			height:10px;
		}
		
		.postDesc {
			min-height:20px;
			background-image:url(images/bg_postdesc.gif);
			background-repeat:repeat;			
		}
		
				.postDescText {
					padding:4px 0 0 5px;	
					font-family: Georgia, Times, serif;
					font-size:10pt;
					font-style:italic;
					
				}
				
		
		
		.postDescBorder {
			height:4px;	
			background-image:url(images/bg_postdesc_border.gif);
			background-repeat:repeat;	
			overflow:hidden;		
		}
		
		
		.post-meta li{	
			min-height:18px;
			line-height:130%;
			text-decoration:none;
			list-style-type:none;
			list-style:none;
			color:#000;
		}
		
		.post-meta-key {
			font-weight:bold;
			font-style:normal;
			color:#000;
		}
		
		
		
		.pageDesc {
			width:310px;
			float:right;		
		}
		
		
			.loupe {
			height:20px;
			width:80px;
			font-size:8pt;		
		}	
		
		.loupe a{
			background-image:url(images/loupe_off.gif);
			background-repeat:no-repeat;
			background-position:left;
			color:#F60;
			padding-left:16px;
			
		}
		
	

		.loupe a:hover{
			background-image:url(images/loupe_on.gif);
			background-repeat:no-repeat;
			background-position:left;
			color:#666;
			padding-top:5px;
		}	

		
		a.more-link{
			color:#FF6600;
			margin:8px 0 5px 0;
			line-height:200%;
			/*font-style:italic;*/
			text-decoration:underline;
			text-align:right;
		}
		
		a:hover.more-link{
			padding-left:5px;
		}
							
/* ------------------------ SIDEBAR ------------------------ */



.sidebar {	
	padding: 20px 5px 0 60px;
	float: left;
	width: 150px;
	height:auto;
	/*border-right:1px solid #DDD;*/
	color:#777;
}

		.sidebar a {	
			color:#aaa;
			font-size:9pt;
		}
		
		.sidebar li a:hover {	
			color:#666;
			font-size:9pt;
		}
		
		.sidebar UL LI {
			list-style:none;	
		}
		
		
				.sidebar li {
					line-height:100%;
					margin:5px 0 10px 0;
				}
				

.formBouton{
	height:16px;
	font-size:9pt;
	color:#FF6600;
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formBg{
	background-image:url(images/bg_form.gif);
	background-repeat:no-repeat;
	height:20px;
	width:130px;
}

.formField{
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:3px 0 0 10px;
	color:#bbb;
}

.indent{
	text-indent:10px;
}

.separator{
	/*border-top: 1px solid #DDD;*/
	background-image: url(images/separator.gif);
	background-repeat:no-repeat;
	background-position: left center;
	width:150px;
	height:20px;
}


.calendar {
	width:140px;
}


.calendar table td{
	padding:1px 1px 1px 3px;
}

.calendar CAPTION {
	color:#FF6600;
	margin-bottom:5px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing:1pt;
	font-size:10pt;
}

.calendar a {
	color:#666;
}

.calendar a:hover {
	color:#FF6600;
}

.calendar tbody {
	color:#ccc;
}


#today {
	font-weight:bold;
	color:#FF6600;
}


.sidebarRandom {
	margin-top:8px;
}

.sidebarLink{
	font-style:italic;
	font-size:9pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
}

.sidebarLink h2{
	font-style:normal;
	font-size:9pt;
}

.sidebarLink a {
	font-style:normal;
	line-height:160%;
	font-family: Lucida Grande, Arial, Verdana, Geneva, Helvetica, Sans-serif;
	color:#666666;
}

.sidebarLink li a:hover {
	color:#ff6600;
}

.sidebarLink img {
	border: 1px solid #ccc;
	padding:5px;
	background-color:#fff;
}

.sidebarLink a:hover img {
	background-color:#ff6600;
}

/* ------------------------ FOOTER ------------------------ */


#footer {
	font-size: 7pt;
	width:950px;
	height:50px;
	margin:0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(images/bg_footer.png);
	background-repeat:no-repeat;
	clear: both;
	color:#aaa;
}

#footer a{
	color:#888;
}

#footer a:hover{
	color:#FF6600;
}


/* ------------------------ COMMENT ------------------------ */


.commentsTemplate  {
	
}


.commentsTemplate textarea {
	margin:10px 0 2px 0;
	padding:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-image:url(images/bg_comment_textarea.png);
	background-repeat:no-repeat;
}

.commentsTemplate input {
	margin:0 0 10px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
 
.comments-template h2, .comments-template h3{
	font-size: 12pt;
}
 
.commentmetadata {
	font-size: 8pt;
	color:#666;
}

.commentlist p{
	font-size: 9pt;
	color:#FF6600;
	margin: 2px 0 2px 0;
}

.commentlist {
	list-style:none;
	list-style-type:none;
}
 
 
.commentlist li {
	/*background-color:#fbfafb;
	border-bottom:2px dotted #ccc;*/
	background-image:url(images/bg_postdesc_border.gif);
	background-repeat:no-repeat;	
	background-position:bottom;
	padding:4px 4px 12px 4px;
	margin: 5px 0 10px 0;
} 
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea p{
	
}

.cadre_commentaires {
	/*border-bottom: 2px dotted #ccc;*/
	/*border-top: 1px solid #ccc;*/
	margin : 10px 0 10px 0;
	padding: 10px 0 10px 0;
}


.commentsPost {
	text-align:right;
	color:#888;
	font-size:8pt;
	margin:10px 0 5px 0;
}

.commentsPost a {
	color:#bbb;
}

.commentsPost a:hover {
	color:#222;
}

.commentInput{
	padding:1px 0 0 5px;
	height:20px;
	background-image:url(images/bg_comment_input.png);
	background-repeat:no-repeat;
}

.commentSend{
	background-color:#fff;
	color:#FF6600;
}


/* ------------------------ CLEAR ------------------------ */

#clear {
	clear:both;	
}




/* ------------------------ H & TITLE ------------------------ */

h1.headerTitle {
	width:920px;
	height:100px;
	background-image: url(images/ht-tetiere_02.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;
}


h2 {
	font-weight:normal;
	
}


h2 a {
	color:#000;
	font-size: 20pt;
	line-height:120%;
}


	.sidebar h2 {
			color:#FF6600;
			line-height:150%;
			/*border-top: 1px solid #DDD;*/
			padding:0px;
			font-size:10pt;
			font-weight:normal;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-variant:small-caps;
			letter-spacing:1pt;
		}


h2.caPresse {

	/*background-image: url(images/menug-capresse.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;*/
	/*text-transform:uppercase;*/
	
}

h2.laFabrique {

	/*background-image: url(images/menug-fabrique.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;*/
	/*text-transform:uppercase;*/

}

h2.leKiosque {

	/*background-image: url(images/menug-kiosque.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;*/
	/*text-transform:uppercase;*/
}

h3#comments  {
	font-size:9pt;
	margin: 20px 0 12px 0;
	color:#333;
	
}

h3#respond {
	font-size:9pt;
	margin-bottom: 5px;
	color:#333;
	
}


/* ------------------------ NEWSLETTER ------------------------ */





#newsletter {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	padding-right:20px;
}


#newsletter IMG{
	border:4px solid #CCC;
	margin-right:45px;
}


#newsletter img.noBorder{
	border:0px solid #CCC;
}

h2.newsletterTitle{
	color:#000;
	font-weight:bold;
	text-transform:lowercase;
	font-size: 16pt;
	margin:7px 0;
	line-height:100%;
}


span.newsletterCategory{
	text-align: left;
	 color: #c2c2c2; 
	 font-weight:bold;
	 text-transform:lowercase;
	 font-size: 16pt;

}

span.newsletterMeta{
	text-align: left; 
	color: #e30713; 
	font-weight:bold;
	text-transform:lowercase;
	font-size: 16pt;

}

.newsletter_content{
	margin-bottom:30px;
	
}

#newsletter .newsletter_content A{
	/*color: #e30713;*/
}

#newsletter .newsletter_content A:hover{
	color: #e30713;
	text-decoration:underline;
}

h1.newsletterHeaderTitle{
	width:500px;
	height:100px;
	background-image: url(images/title_header.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;
	margin-top:15px;

}


.newsletterTrame{
	background-image: url(images/trame_newsletter.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	margin:5px 0 10px 0;
}


.sidebarNewsletter{
	margin-top:80px;
	padding: 10px 5px 0 30px;
	float: left;
	width: 150px;
	height:auto;
	/*border-right:1px solid #DDD;*/
	color:#777;
}


		.sidebarNewsletter a {	
			color:#C2C2C2;
			font-size:32pt;
			text-transform:lowercase;
			letter-spacing:-1px;
			font-weight:bold;
		}
		
		.sidebarNewsletter li a:hover {	
			color:#e30713;
			font-size:36pt;
			
		}
		
		.sidebarNewsletter UL LI {
			list-style:none;	
		}
		
		
				.sidebarNewsletter li {
					line-height:120%;
					margin:20px 0;
				}
		

.newsletterHeader{
	
}

		p.date{
			color:#C2C2C2;
			font-size:32pt;
			text-transform:lowercase;
			letter-spacing:-1px;
			font-weight:bold;
			margin-bottom:32px;
		}
		
		span.black{
			color:#e30713;
		}	
		
#newsletter INPUT{
	padding:2px;
	margin:5px 0;
	border:1px solid #CCC;
}
