/***************************************************
	REDEFINITION DE BALISES
***************************************************/
* {
	margin: 0;
	padding: 0;
}

html {font-size: 100%;}
body {font-size: 0.7225em;}

body, html {
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.47em;
	text-align: justify;
}

body {
	background: #000000 no-repeat fixed center top;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}

ul {
	list-style: circle;
}

li {
	margin: 0;
	padding: 0;
}

.cache {
	display: none;	
}

/***************************************************
	CONTENEURS
***************************************************/

div#conteneur { 
	width: 1002px;
	position: static;
	margin: 0 auto;
}

	/***********************************************
		1. Header
	***********************************************/

	div#header {
		height: 110px;
		padding: 0 10px;
		background-color: #FFFFFF;
		background-repeat:  no-repeat;
		background-position: center top;
	}
		
		/* 1.1. Logo */
		
		div#logo {
			width: 254px;
			float: left;
		}
				
			div#logo a {
				border: 0;	
			}
			
			div#logo h1, div#logo h2 {
				display: none;	
			}
		
		/* 1.2. Pub */
			
		div#header a {
			border: 0;
			height: 90px;
		}
			
		.pub {
			z-index: 2;
		}
		
/*		div#ad_leaderboard_container {
			width: 728px;
			height: 90px;
			float: right;			
		}
		
		div#ad_leaderboard {
			width: 728px;
			height: 90px;
		}*/

	/***********************************************
		2. Centre
	***********************************************/
	
	div#centre {
		background: url(images/centre.png) #FFFFFF no-repeat center top;
		width: 100%; /* Pour haslayout IE */
		overflow: hidden;
	}
	
		/*******************************************
			2.1. Contenu
		*******************************************/
	
		div#contenu {
			width: 682px;
			float: left;
		}
		
			/* Blocs de titre */
			
			h1.bloctitle {
				text-indent: -3000px;
				font-size: 2.2em;
				height: 42px;
				margin-bottom: 10px;
				background-repeat: no-repeat;
			}
		
			/* Last news */
			
			div#lastnews {
				margin-left: 10px;	
			}
			
			div#newsrotator_conteneur {
				margin-bottom: 7px;
				z-index: 10;
				height: 542px;	
			}
			
			/* Bloc de titre Stories */
			
			div#storiestitle {
				height: 82px;
				margin-left: 10px;
				width: 672px;
				overflow: hidden;
			}
			
				div#storiestitle h1 {
					display: none;	
				}
				
				div#storiestitle div {
					margin: 48px 0 0 15px;
				}
				div#stories div.pair { background: #f0f0f0; }
				
					div.boutons span {
						text-transform: uppercase;
						font-weight: bold;
						float: left;
						margin: 3px 6px 0 0;
					}
					
					div.boutons span.searchresults {
						font-weight: normal;
						text-transform: none;
						color: #FFFFFF
					}
					
					div.boutons span.tag {
						margin-top: 0px;
						padding-bottom: 8px;
					}
					div.boutons span.tag strong { font-size: 1.7em }
					
					div.boutons ul li {
						float: left;
						text-transform: uppercase;
						margin-right: 5px;
						list-style: none;
						font-size: 0.9em;
					}
					
					div.boutons ul a {
						border: 0;
						color: #FFFFFF;
						padding: 2px 6px;
						display: block;
					}
				
					div.boutons ul a:hover {
						background: #FFFFFF;
					}
					
					div.boutons ul li.on {
						padding: 2px 6px;
						background: #FFFFFF;
					}
			
			/* Liste des news */
			
			div.news {
				clear: both;
				width: 100%; /* Pour haslayout IE */
				overflow: hidden;
				background: #FFFFFF;
				height: 170px; /* Interprété comme min-height par IE6 */
				cursor: pointer;
			}
			
			html>body div.news { /* Pour navigateurs standards */
				height: auto;
				min-height: 170px;
			} 

				div.news img {
					display: inline;
					float: left;
					margin: 10px 17px 10px 10px;
				}
				
				div.news h2 {
					font-size: 1.25em;
					letter-spacing: -0.01em;
					font-weight: normal;
					margin: 16px 5px 2px 252px;
					height: 1%;
				}
				
				div.news div.intro {
					margin-bottom: 5px;	
					width: 413px;
					margin-left: 252px;
				}
				
				div.news a {
					border: 0;	
				}
				div.news div.intro a { color: #000000; }
										
				div.news p.date {
					margin: 0 0 10px 252px;
				}
				
					p.date span {
						font-size: 0.9em;
						padding-right: 3px;
						text-transform: uppercase;
					}
				
			/* Interpub */
			
			div.interpub {
				padding: 10px 0 7px 0;
				text-align: center;
			}
			
				div.interpub div {
					padding: 0 4px 0 3px;
					display: inline;
				}
				
				div.interpub a {
					border: none;
				}
				
			div.interpub#bas {
				margin-left: 10px;
			}
				
			/* Pages */
			
			div.pages {
				padding: 10px 10px 9px 10px;
				margin: 0 0 15px 10px;
				width: 652px;
				overflow: hidden;
				background: #e1e1e1;
			}
			div#pagestop { margin-bottom: 0; }
			
				div.pages span {
					text-transform: none;
					color: #000000 !important;
					font-weight: normal;
					margin-right: 9px;
					margin: 3px 8px 0 0;
					float: left;
				}
				
				div.pages ul {
					margin: 0;
				}
				
				div.pages a, div.pages li.on {
					padding: 2px 8px;
				}
				
				div.pages a.suivprec {
					padding: 1px 8px 3px 8px;
					font-size: 1.1em;
				}
		
		/*******************************************
			2.2. Droite - Pubs
		*******************************************/

		div#droite {
			margin-left: 692px;
			width: 300px;
		}
			
			/* Pubs */
			
			div#droite div {
				margin-bottom: 10px;
			}
			
			div#droite a {
				border: 0;	
			}
			
			div#droite img {
				display: block;
				border: 0;
			}
						
			/* Pubs flash */
			div#droite div.adFlash, div.interpub div.adFlash {
				margin: 0;
			}
			
			div#droite div.adFlashContainer, div.interpub div.adFlashContainer {
				margin-bottom: 6px;
			}
		
			/* Formulaire de recherche */
			
			div#search {
				width: 285px;
				height: 96px;
				padding: 15px 0 0 15px;
			}
			
				input#q {
					width: 156px;
					padding: 6px 5px;
					border: 1px solid #FFFFFF;
					text-indent: 2px;
					float: left;
					margin-right: 5px;
				}
				
				input#submit {
					width:97px;
					height:30px;
					border: 0;
					color: #FFFFFF;
					text-indent: -3000px;
					cursor: pointer;
				}
				
				input#submit:hover {
					filter:alpha(opacity=75);
					opacity: 0.75;
					-moz-opacity: 0.75;
					-khtml-opacity: 0.75;
				}
				
				div#search div#checkboxes {
					width: 100%;
					overflow: hidden;
				}
				
				div#search div div {
					margin: 9px 0 2px 0;
					height: 20px;
				}
				div#search div.bas { margin-top: 0px; }
				div#search div.gauche { float: left; width: 80px; }
				div#search div.droite { margin-left: 81px; width: 150px; }
				
				div#search label {
					padding-left: 4px;
					vertical-align: 0.1em;
					color: #FFFFFF;
					font-weight: bold;
				}
			
			/* Pubs miniatures */
			
			ul#ad_thumbs {
				margin: 0 0 10px 0;
				padding: 0;
				background: url(images/ads_thumbs.gif) no-repeat left top;
				width: 100%;
				overflow: hidden;
			}
			
			ul#ad_thumbs li {
				list-style: none;
				float: left;
				width: 96px;
				height: 96px;
				margin: 6px 6px 0 0;
			}
			ul#ad_thumbs li.haut { margin-top: 0; }
			ul#ad_thumbs li.droite { margin-right: 0; }
			
			div.ad_thumbs_big {
				position: absolute;
				background: #2c2c2c;
				padding: 10px;
				border: 1px solid #000000;
				color: #FFFFFF;
				margin: 0;
			}
			
	/***********************************************
		3. Footer
	***********************************************/
	
	div#footer {
		clear: both;
		height: 51px;
		padding: 40px 30px 0 180px;
		background: url(images/footer.png) no-repeat center top;
		color: #FFFFFF;
		font-size: 0.95em;
	}
	
		div#footer a {
			text-decoration: none;	
			color: #FFFFFF;
			border: 0;
		}
		
		div#copy {
			width: 45%;
			float: left;
		}
		
		div#stan {
			width: 45%;
			float: right;
			text-align: right;
		}
			
			div#stan img {
				padding: 0 2px;	
				vertical-align: -5%;
			}
			
	/***********************************************
		4. Pub déroulante
	***********************************************/

	div#ad_expand, div#ad_expand_big {
		position: absolute;
		top: 110px;
		left: 50%;
		margin-left: -636px;
	}
	div#ad_expand { z-index: 98 }
	div#ad_expand_big { z-index: 97; }


		div#ad_expand a, div#ad_expand_big a { border: 0; }
		div#ad_expand img { position: absolute; }
		
		div#ad_expand_big div.close {
			height: 19px;
			position: absolute;
			right: 0;
		}
		
		div#ad_expand_big div.close a:hover img {
			filter:alpha(opacity=50);
			opacity: 0.5;
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
		}
		
	div#ad_expand_fond {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		filter:alpha(opacity=75);
		opacity: 0.75;
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
	}
	html>body div#ad_expand_fond { position: fixed;	}
	
	/***********************************************
		PAGE NEWS
	***********************************************/
	
	div#story {
		margin-left: 10px;
		width: 672px;
	}
	
	h1.titlenews {
		padding: 1px 17px 0 17px;
		font-size: 2.2em;
		line-height: 1.25em;
		text-align: left;
	}
	
	/* Le bloc photo avec liens et légende */
	
	div#story div.blocphoto {
		background: #ececec;
		border-top: 3px solid #b0b0b0;
		border-bottom: 3px solid #b0b0b0;
		margin: 15px 0 0 0;
		color: #666666;
		font-size: 0.95em;
	}
	
		div.liensnews {
			width: 100%;
			overflow: hidden;
		}
		
		div.liensnews a {
			border: 0;	
		}
			
			div.liensnews div.gauche {
				padding: 7px 17px 7px 17px;
				float: left;
			}
			
				div.gauche a.back {
					color: #666666;
					background: url(images/back_gris.gif) no-repeat left top;
					padding: 4px 0 4px 25px;
				}
			
			div.liensnews div.droite {
				padding: 7px 17px 0px 17px;
				float: right;
				text-align: right;
			}
			
				div.liensnews div.droite a {
					margin: 0 0 0 1px;	
				}
				
				div.liensnews a.bouton:hover {
					filter:alpha(opacity=50);
					opacity: 0.5;
					-moz-opacity: 0.5;
					-khtml-opacity: 0.5;
				}
		
		div.photonews {
			height: 448px;	
		}
		
			div.photonews a {
				border: 0;	
			}
		
		div.legendephoto {
			padding: 8px 17px 6px 17px;
			font-weight: bold;
		}
	
	/* Interpub */
	
	div#story div.interpub {
		background: #f0f0f0;
		margin: 15px 0;
	}
	
	/* La news */
	
	div#story div.blocnews {
		padding: 0 17px 20px 17px;
	}
	
		div#story p.date {
			margin-bottom: 7px;	
		}
		
			div#story p.date strong {
				color: #000000;
				/*font-weight: normal;*/
				padding-left: 5px;
			}
		
		div#story div.intro {
			line-height: 1.65em;
			font-style: italic;
			margin-bottom: 11px;
		}
		
		div#story div.fullnews {
			line-height: 1.65em;
			margin-bottom: 20px;
		}
		
		div#story div.fullnews img {
			margin: 10px 15px;	
		}
		
		div#story div.fullnews a.lightview {
			border: 0;	
		}
		
		div#story div.fullnews img.right { margin-right: 0; }
		div#story div.fullnews img.left { margin-left: 0; }
		
		div#story div.blocnews a.back {
			background: url(images/back_blanc.gif) no-repeat left top;
			padding: 3px 0 4px 27px;
			border: none;
		}

	/* Défileur de news */
	
	div#defileur {
		padding-top: 5px;
		background: #FFFFFF;
	}
	
	div#ticker {
		z-index: 10;
		padding: 7px 0 15px 0;
		height: 205px;
		background: url(images/defileur.png) #FFFFFF no-repeat left top;
	}
	
	div#related {
		padding: 9px 0 9px 0;
		background: #8f8f8f;
		color: #FFFFFF;
		width: 100%;
		overflow: auto;
	}
	
		div#related div.gauche {
			float: left;
			margin-left: 66px;
			background: url(images/related.png) no-repeat 11px 3px;
			padding-left: 31px;
		}
		
		div#related div.droite {
			float: right;
			margin-right: 72px;
		}
		
		div#related a {
			color: #FFFFFF;
			border-bottom: 1px dotted #FFc600;
		}
	
	div#newsrotator_conteneur *:focus, div#defileur *:focus {
		-moz-outline-style: none;
	}
	
	/* Corner */
	
	html>body #jcornerSmall { position: fixed !important; }
	html>body #jcornerBig {	position: fixed !important; }