/* On r?initialise les marges, espacements et bordures ? 0 */
* {
	margin: 0;
	padding: 0;
}

/* Pour le cache de google */
#global {
	position: relative;
}

/* On definit la structure de la page */
#bloc-contenu-pied {
	min-width: 1000px;
	width: auto;
	z-index: 2;
	position: absolute;
	top: 87px;
}

#bloc-contenuhaut-pied {
	min-width: 1000px;
	width: auto;
	z-index: 2;
	position: absolute;
	top: 32px;
}

#tetiere {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 87px;
	z-index: 1;
	overflow: hidden;
}

#pied {
	height: 30px;
}

#centre {
	float: left;
	width: 469px;
	padding: 15px 15px 0px 15px;
	margin-left: 135px;
	border-right: 1px solid #d7d4c6;
	background: #FFFFFF;
}

#large {
	float: left;
	width: 599px;
	padding: 0 15px;
}

* html #centre {
	display: inline;
}

#gauche {
	float: left;
	width: 135px;
	margin-left: -635px;
	vertical-align: top;	
	background-image:url(http://www.linternaute.com/femmes/cuisine/image/gen/fondg_cuisine.gif);
	border:none;		
}

#droite {
	float: left;
	width: 350px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-left:15px;	
/*	border-left: 1px solid #d7d4c6;*/
}

#contenu {
	width: 1000px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* On d?finit les balises html classiques */
body {color: #333;font: 13px Arial, Helvetica, sans-serif;background: #fff;}
a {text-decoration: underline;color: #333;}
p {margin-bottom: 5px;}
br {line-height: normal;}
h1 { font-size: 20px; text-decoration: none; display:inline; }
h2 {font-size: 12px;font-weight: bold;color: #c30;margin-top: 13px;}
h3 {font-size: 13px;font-weight: bold;color: #c30;}
table {font: 13px Arial, Helvetica, sans-serif;color: #333;}
input {background-color:#FFF;font-size: 10px;font-family: Verdana;}
img {border:0;}
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}

/* On d?finit les classes sp?cifiques */

/* Par id */

#fil-ariane {font-size: 13px; font-family: Verdana, Arial;}
#fil-ariane a {text-decoration: underline;}

/* Par class */
.pub-5 {text-align: center;margin: 15px 0;}
.pub-mjx {text-align: center;margin: 15px 0;}
.pub{text-align:center;}
.tableau { text-align:left;}


/* Specifique colonne de gauche */
#gauche a {	
	line-height: 17px;
}

#droite tr{margin-top:15px;}

/* Specifique colonne de droite */

#droite #newsletter * {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#droite #newsletter {
	margin-top:15px;
	text-align: left;	
	background-color:#F3E3DF;
}

#droite .inputtext, #droite #newsletter .inputtext, #contenu .inputtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:1px #7f9db9 solid;	
}

.image{
	background:transparent;		
}
#droite #coldroite table{
	width:260px;			
}

#droite #coldroite td {
	line-height:130%;
}

#droite #coldroite #magazine img{margin:5px 5px 5px 0px;}
#droite #coldroite #magazine td{height:18px;padding-left:5px;}

/* FILTRES */
/* Start Dreamweaver filter \*/

* html div>div div#gauche {
	display: none;
}
* html div>div div#droite {
	display: none;
}
* html div>div div#tetiere {
	display: none;
}
* html div>div div#pied {
	display: none;
}
/* End Dreamweaver filter */

/* we need this for IE 5.01 - otherwise the contenu does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#contenu {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the contenu - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of contenu too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}

/* Start easy clearing */
#contenu:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#contenu {
	display: inline-block;
}
/*\*/
#contenu {
	display: block;
}
/* End easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #pied, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/* Start Mac IE5 filter \*/
#centre, #gauche, #droite {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
/* End Mac IE5 filter */

/* Start Opera 8 filter */
@media all and (min-width: 0px) {
	#centre, #gauche, #droite {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important; 
	}
	#centre:before, #gauche:before, #droite:before {
		content: '';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}
/* End Opera 8 filter */

* html .checkbox {
	/* Callage des checkbox pour IE */	
	margin:-2px;	
	background:transparent;		
}