@charset "utf-8";

body {
	font-size: x-small; /* pour IE5 sous windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	background-repeat: repeat-y;
	}
	html>body { /* pour Opera */
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000077;
	background-color: #D6F300;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
    }
	h1 {
	font-size: 200%;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	h2 {
	font-size: 160%;
	font-weight: normal;
	}
    .twoColFixLtHdr #container {
	width: 742px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px none #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	left: 0px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #header {
	background-image: url(../images/titre_accueil.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 125px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 50px;
    } 
    .twoColFixLtHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	display: none;
    }

    .twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 144px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1px;
	position: relative;
	top: 65px;
	height: 290px;
    }
    .twoColFixLtHdr #mainContent {
	margin-left: 200px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	position: relative;
	top: 63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    } 
    .twoColFixLtHdr #footer {
	background-image: url(../images/incompris.png);
	height: 290px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 110px;
	margin-top: 50px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
    } 
    .twoColFixLtHdr #footer p {
	margin: 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	position: absolute;
	bottom: 0px;
    }
    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.twoColFixLtHdr #container #footer a {
	color: #B6BAFF;
}
.twoColFixLtHdr #container #mainContent a {
	text-decoration: none;
	color: #FF0066;
	font-weight: bold;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent .prix {
	font-size: 16px;
	font-weight: bolder;
	color: #FF0066;
}
#news
{
	position:relative;/*	background-color:#ff0;
	border:7px solid #000;
	height:1px; */
	margin: auto;
	padding: 0;
}
html>body#acceuil #news
{
	height:auto;
}
#news h2
{
	position:absolute;
	left:15px;
	top:-30px;
	width:105px;
	height:48px;
/*	background:url('images/news.png') no-repeat; */
}
#news h2 span
{
	display:block;
}
#news h3
{
	margin:2.5em 0 0 0;
	padding:0;
	font-size:1.3em;
	border-bottom:1px solid #000;
}
#news p.date
{
	padding:0;
	font-size:x-small;
	text-align:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#news p
{
	margin:0.5em 0 0.5em 2em;
	text-align:justify;
}
#news a
{
	border-bottom:1px dashed;
}
#news a:hover,
#news a:visited
{
	color:#000;
	border-bottom:1px solid;
}
#news a img,
#news a:hover img,
#news a:visited img
{
	border:none;
}
#navig_news
{
	position:relative;
	margin-top:30px;
	width:100%;
	height:34px;
}
#rss a,
#rss a:hover,
#rss a:visited
{
	position:absolute;
	top:7px;
	left:50%;
	display:none;
	width:34px;
	height:14px;
	background:url('images/rss.png') no-repeat;
	border:none;
}
#precedente a,
#precedente a:hover;
#precedente a:visited
{
	position:absolute;
	top:0;
	left:15px;
	display:block;
	width:57px;
	height:34px;
	background:url('images/fleches.png') no-repeat;
	z-index:2;
	border:none;
}
#suivante a,
#suivante a:hover,
#suivante a:visited
{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:57px;
	height:34px;
	background:url('images/fleches.png') no-repeat 100% 0;
	z-index:2;
	border:none;
}
#rss a span,
#precedente a span,
#suivante a span
{
	display:none;
}
#news div.extra_div1
{
	position:absolute;
	top:-7px;
	left:-7px;
	width:39px;
	height:38px;
/*	background:url('images/coins_news.png') 0 0; */
}
#news div.extra_div2
{
	position:absolute;
	top:-7px;
	right:-7px;
	width:40px;
	height:40px;
/*	background:url('images/coins_news.png') 100% 0; */
}
#news div.extra_div3
{
	position:absolute;
	bottom:-7px;
	right:-7px;
	width:39px;
	height:38px;
/*	background:url('images/coins_news.png') 100% 100%; */
	z-index:1;
}
#news div.extra_div4
{
	position:absolute;
	bottom:-7px;
	left:-7px;
	width:40px;
	height:40px;
/* 	background:url('images/coins_news.png') 0 100%; */
}
#extra_div1
{
	position:absolute;
	top:0;
	right:50px;
	width:134px;
	height:114px;
/*	background:url('images/maya.png') no-repeat; */
	z-index:12;
}.bloc_amis {
	float: none;
	height: 180px;
}
.lien_amis {
	text-align: right;
}

