/* 
Orange = FF9933
Rose = FF0066
Gris = 666
Gris2 = 999
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #000000;
}

.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;
}

.thrColFixHdr #container {
	width: 960px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
}

.thrColFixHdr #header {
	background-color:#f5921d;
	width:960px;
	height:200px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 220px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: #FFF; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	margin-top:20px;
	height:650px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
}

.thrColFixHdr #sidebar2 img {
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
}

.thrColFixHdr #contenu {
	margin: 0 220px; /* les marges droite et gauche de cet élément div créent les deux colonnes extérieures su les deux côtés de la page. Quelle que soit la taille du contenu dans les éléments div des encadrés, l'espace des colonnes reste préservé. Vous pouvez supprimer cette marge gauche si vous souhaitez que le texte de l'élément div #contenu remplisse l'espace des encadrés lorsque le contenu de ces derniers se termine. */
	padding-left:30px;
	padding-right:30px;/* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
}


.thrColFixHdr #logo {
	height:157px;
	width:960px;
}

.thrColFixHdr #body {
	background-image:url(images/home_04.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:430px;
	width:960px;
}

.thrColFixHdr #footeraccueil {
	background-image:url(images/home_05.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:90px;
	width:960px;
}

.thrColFixHdr #footer {
	background:#666;
}

.thrColFixHdr #top {
	background-image:url(images/home_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:83px;
	width:960px;
}

.thrColFixHdr #radiocan a {
	text-decoration:none;
	color:#000;
}

.thrColFixHdr #radiocan a:hover {
	text-decoration:none;
	color:#FF0066;
}

.thrColFixHdr #radiocan {
	position:relative;
	top:10px;
	left:640px;
	font-size:12px;
	text-align:center;
	height:48px;
	width:268px;
	font-weight:bold;
	color:#000;
	line-height:17px;
}

.thrColFixHdr #merci {
	position:relative;
	left:570px;
	background-image:url(images/mercioff.jpg);
	height:40px;
	width:368px;
	margin-top:11px;
}

.thrColFixHdr #merci:hover {
	position:relative;
	top:0px;
	left:570px;
	background-image:url(images/mercion.jpg);
	height:40px;
	width:368px;
	margin-top:11px;
}

.content {
	background-color:#FFF;
}

hr {
	color:#999;
	background-color:#999;
	height:1px;
	border:0;
	line-height:20px;
}

#news {
	margin-left:660px;
	background-color:#fff;
	padding-bottom:10px;
	width:220px;
	color:#FFF;
}

#news-blanc {
	background-color:#fff;
	padding-bottom:10px;
	width:220px;
	color:#666;
	margin-top:50px;
}

.date-orange {
	background-color:#FF9933;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	font-size:14px;
	width:120px;
	color:#FFF;
}

.date-rose {
	background-color:#FF0066;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	font-size:14px;
	width:120px;
	color:#FFF;
}

.titre {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:14px;
	text-transform:uppercase;
}

.titrefleche {
	margin-top:3px;
	margin-left:10px;
	padding-left:33px;
	padding-bottom:5px;
	line-height:12px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background-image:url(images/puce-news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FF0066;
}

.titrefleche:hover {
	margin-top:3px;
	margin-left:10px;
	padding-left:33px;
	padding-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
	background-image:url(images/puce-news-hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFF;
}

.titrefleche-foncer {
	margin-top:3px;
	margin-left:10px;
	padding-left:33px;
	padding-bottom:5px;
	line-height:12px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background-image:url(images/puce-news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FF0066;
}

.titrefleche-foncer:hover {
	margin-top:3px;
	margin-left:10px;
	padding-left:33px;
	padding-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
	background-image:url(images/puce-news-fhover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#666;
}

.heure {
	float:left;
	padding-left:10px;
	color:#FF9933;
	font-size:12px;
	text-transform:uppercase;
	width:50px;
}

.description {
	float:right;
	padding-left:10px;
	color:#CCC;
	font-size:12px;
	text-transform:uppercase;
	width:150px;
}

.description-foncer {
	float:right;
	padding-left:10px;
	color:#666;
	font-size:12px;
	text-transform:uppercase;
	width:150px;
}

.detail {
	vertical-align:top;
}
ul#menu {
	margin:0;
	padding:0;
}
#menu {
	background-color:#FF9933;
	text-align:center;
	list-style:none;
	height:40px;
	color:#000;
	text-transform:uppercase;
	font-size:13px;
	margin:0 0 0 0;
}

#menu li {
	display: inline;
	height:40px;
	line-height:40px;
}

#menu a {
	text-decoration:none;
	color:#000;
}

#menu a:hover, #menu .active a {
	text-decoration:none;
	color:#fff;
}

#divmenu {
	overflow:hidden;
	width:960px;
	height:100px;
}

#menu-image {
	background-image:url(images/home_02.jpg);
	text-align:center;
	list-style:none;
	height:40px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	margin:0 0 0 0;
}

#menu-image li {
	display: inline;
	height:40px;
	line-height:40px;
}

#menu-image a {
	text-decoration:none;
	color:#fff;
}

#menu-image a:hover, #menu-image .active a {
	text-decoration:none;
	color:#000;
}

ul#menu-bottom-gris {
	margin-bottom:0;
	margin-top:30px;
	margin-left:0;
	padding:0;
}

#menu-bottom-gris {
	color:#FFF;
	text-align:center;
	font-size:10px;
	padding-top:30px;
}

#menu-bottom-gris a {
	color:#FFF;
	text-decoration:none;
}

#menu-bottom-gris a:hover, #menu-bottom-gris .active a {
	text-decoration:none;
	color:#000;
}

#menu-bottom-gris li {
	display:inline;
	list-style-type:none;
	padding-right:8px;
	padding-left:10px;
	color:#FFF;
	text-transform:lowercase;
	border-left:1px solid #fff;
	line-height:14px;
}

#menu-bottom-gris .first {
	border-left:0px;
}

#divmenu .copy {
	color:#FF9933;
	margin-top:4px;
	border-right:0px;
	font-size:10px;
	text-align:center
}

#divmenu .copy a {
	color:#FF9933;
	text-decoration:none;
}

#divmenu .copy a:hover {
	color:#FFF;
	text-decoration:none;
}

#menu-bottom-image {
	color:#FFF;
	text-align:center;
	font-size:11px;
	background-color:#999;
	height:60px;
	padding-top:30px;
}

#menu-bottom-image a {
	color:#FFF;
	text-decoration:none;
}

#menu-bottom-image li {
	display:inline;
	list-style-type:none;
	padding-right:10px;
	padding-left:10px;
	color:#FFF;
	text-transform:lowercase;
}

#menu-bottom-image .copy {
	color:#FF9933;
	margin-top:-10px;
	text-align:center;
}

#titre {
	color:#FFF;
	background-color:#FF0066;
	font-size:18px;
	padding-bottom:10px;
	padding-top:8px;
	text-transform:uppercase;
	width:220px;
	height:22px;
	text-align:center;
	letter-spacing:3px;
}

ul#menu-titre {
	margin:0;
	padding-left:20px;
	padding-top:10px;
}

#menu-titre li {
	list-style-type:none;
	color:#666;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}

#menu-titre a {
	text-decoration:none;
	color:#666;
}

#menu-titre a:hover, #menu-titre .active a {
	text-decoration:none;
	color:#000;
}

#contenu {
	padding-left:10px;
}

#contenu .infopage {
	color:#666;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	line-height:25px;
}

#contenu .infopage span {
	color:#FF0066;
}

#contenu #categories .orange a {
	color:#FF9933;
}

ul#categories {
	margin:0;
	padding-left:0px;
}

#categories .emission {
	list-style-image:url(images/puce.png);
	list-style-position:outside;
	color:#666;
	padding-top:0px;
	font-size:14px;
	margin-bottom:0;
	margin-left:25px;
}
#categories .emission:hover {
	list-style-image:url(images/puce-hover.png);
	list-style-position:outside;
	color:#666;
	padding-top:0px;
	font-size:14px;
	margin-bottom:0;
	margin-left:25px;
}

#categories .internetl {
	list-style-image:url(images/puce.png);
	list-style-position:outsie;
	color:#000;
	padding-top:10px;
	font-size:14px;
	margin-bottom:0;
	margin-left:25px;
}
#categories .internetl:hover {
	list-style-image:url(images/puce-hover.png);
	list-style-position:outsie;
	color:#000;
	padding-top:10px;
	font-size:14px;
	margin-bottom:0;
	margin-left:25px;
}

#categories .orange {
	list-style-image:url(images/puce.png);
	list-style-position:outside;
	color:#666;
	padding-top:0px;
	font-size:14px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:25px;
}

#categories .nom {
	list-style-image:url(images/puce-vide.png);
	list-style-position:outside;
	color:#000;
	margin-bottom:0px;
	font-size:14px;
	margin-left:25px;
}
#contenu #categories .nom .orange {
	margin-left:0;
}
#contenu #categories .emission a {
	color:#666;
	text-decoration:none;
}
#contenu #categories .internetl a {
	color:#666;
	text-decoration:none;
}

#contenu #categories .orange a {
	color:#666;
	text-decoration:none;
}

#contenu #categories a:hover, #contenu #categories .active a {
	color:#000;
	text-decoration:none;
}

#categories .nom a {
	color:#FF9933;
	text-decoration:none;
	text-transform:lowercase;
}

.info {
	color:#666;
	font-size:13px;
	text-align:center;
	margin-bottom:0px;
	margin-top:60px;
}

#contenu .titre-categories {
	margin-top:0px;
	text-align:center;
	font-size:22px;
	margin-bottom:0px;
	color:#000;
}

#contenu .emission-prix {
	color:#000;
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	margin-top:-10px;
}

#contenu .emission-titre {
	color:#000;
	font-size:14px;
	margin-bottom:0px;
	margin-top:4px;
	text-transform:uppercase;
}

#contenu .emission-titre3 {
	color:#000;
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	text-transform:uppercase;
	line-height:18px;
}
#contenu .internetl {
	color:#000;
	font-size:14px;
	margin-bottom:0px;
	margin-top:4px;
}
#contenu .emission {
	color:#000;
	font-size:14px;
	margin-bottom:0px;
	margin-top:4px;
}

#contenu .acteur {
	color:#FF0066;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:none;
}

#contenu .acteur2 {
	color:#FF0066;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}

#contenu .acteur3 {
	color:#FF0066;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	line-height:18px;
}

#contenu .producteur2 {
	color:#FF9933;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:none;
	line-height:16px;
}

#contenu .producteur {
	color:#FF9933;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:none;
}
#contenu .internet {
	color:#666;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:none;
}
#contenu .internet a {
	color:#666;
	text-decoration:none;
}
#contenu .internet a:hover {
	color:#000;
	text-decoration:none;
}

#contenu .orange span {
	color:#FF9933;
	margin-left:0px;
}
#gagnant .orange hr {
	margin-left:-25px;
}
#gagnant .orange {
	list-style-image:url(images/puce.png);
	list-style-position:outside;
	color:#666;
	padding-top:0px;
	font-size:14px;
	margin-bottom:-10;
	margin-top:0px;
	margin-left:-15px;
}

#contenu #gagnant .orange a {
	color:#FF9933;
	text-decoration:none;
}

#contenu #gagnant a:hover {
	color:#000;
	text-decoration:none;
}

#contenu #gagnant .emission a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#contenu .gagnant {
	padding-left:23px;
}
#gagnant .gagnant {
	margin-bottom:-10px;
}

#contenu .description-emission-gagnant {
	display:none;
	margin-top:-12px;
}

#contenu .description-emission-gagnant img {
	float:left;
	margin-top:3px;
	margin-left:0;
	margin-right:16px;
	margin-bottom:10px;
}

#contenu .description-emission-gagnant p {
	margin:0;
	padding-bottom:10px;
	padding-left:166px;
	font-size:12px;
	color:#666;
}
#contenu .description-emission {
	margin-top:-10px;
	margin-bottom:-10px;
}
#contenu .description-emission img {
	float:left;
	margin-top:3px;
	margin-left:0;
	margin-right:16px;
	margin-bottom:10px;
}

#contenu .description-emission p {
	margin:0;
	padding-bottom:10px;
	padding-left:166px;
	font-size:12px;
	color:#666;
}

#contenu .description-emission-prix img {
	float:left;
	margin-top:3px;
	margin-left:0;
	margin-right:16px;
	margin-bottom:10px;
}

#contenu .description-emission-prix p {
	margin:0;
	padding-bottom:10px;
	font-size:12px;
	color:#666;
	line-height:16px;
}

#contenu .nav-cat {
	font-size:10px;
	color:#666;
	float:left;
}

#contenu .nav-cat a {
	color:#666;
	text-decoration:none;
}
#contenu .nav-cat a:hover {
	color:#000;
	text-decoration:none;
}

#contenu .cat-liste {
	font-size:10px;
	color:#666;
	text-align:right;
	margin-bottom:-5px;
	text-transform:uppercase;
}

#contenu .cat-liste a {
	color:#666;
	text-decoration:none;
}
#contenu .cat-liste a:hover {
	color:#000;
	text-decoration:none;
}

#contenu .titrepart {
	color:#666;
	font-size:12px;
	margin-top:-10px;
}

#contenu .imagepart {
	text-align:center;
}

#contenu .contact span {
	color:#000;
	text-transform:uppercase;
}

#contenu .contact {
	color:#666;
	font-size:14px;
	line-height:18px;
}

#contenu .contact a {
	color:#666;
	text-decoration:none;
}
#contenu .contact a:hover {
	color:#000;
	text-decoration:none;
}
ul#interpretation {
	margin:0;
	padding-left:0px;
}

#contenu #interpretation li {
	margin:0;
	padding-left:0px;
	list-style:none;
	color:#666;
	font-size:14px;
	padding-top:0px;
}
ul#metiers {
	margin:0;
	padding-left:0px;
}

#contenu #metiers li {
	margin:0;
	padding-left:0px;
	list-style:none;
	color:#666;
	font-size:14px;
	padding-top:0px;
}

#attente {
	display:none;
}

#contenu .commandite {
	text-align:left;
	font-size:12px;
	margin-top:0;
	color:#666;
}

#topp {
	padding-top:10px;
	text-align:center;
	font-size:14px;
}

#topp .noir {
	color:#000;
}

#topp .rose {
	color:#FF0066;
}

#texted {
	color:#666;
	font-size:12px;
}

#texted a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#texted a:hover {
	font-weight:bold;
	color:#FF0066;
	text-decoration:none;
}
.lienrose {
	color:#ff0066;
	text-decoration:underline;
}