@charset "UTF-8";
/* Réalisé par le Studio Vert - www.lestudiovert.fr */
/* @override http://leserveurvert.lsv.fr/www.chantec.fr/squelettes/css/layout.css */

@import url("styles.css");

/* @group RESET */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal !important;
	font-style: normal !important;
}

/* Removes list-style from lists */

ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption,th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content: '';
}

/* @end */

/* @group LAYOUT */

html {
	background-color: #000;
	background: #000 url(../images/layout/fd_body.jpg) no-repeat center top;	
}

body {
	text-align: center;
	color: #999999;
	font: 12px/16px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: url(../images/layout/fd_page.jpg) no-repeat center 306px;
}

div#page {
	width: 950px;
	margin: 0 auto 10px;
	position: relative;
	text-align: left;
}

div#entete {
	height: 129px !important;
	display: block;
}

ul#main-nav {
	text-align: right;
	position: absolute;
	top: 72px;
	left: 150px;
	width: 800px;
}

div.formulaire_recherche {
}

div#hierarchie {
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 9px;
	letter-spacing: 0;
}

div#conteneur {

}

div#contenu {
	position: relative;
	overflow: hidden;	
}

div#pied {
	width: 100%;
	text-align: right;
	clear: both;
	position: relative;
	font-size: 11px;
	color: #333333;
	letter-spacing: 0;
}

/* @group SPIP-ADMIN */

/* Emplacment des boutons admin après connexion */


div.spip-admin-float {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 80px;
}

/*div.spip-admin-float {
	position: fixed;
	top: 5px;
	right: 5px;
}*/


/* @end */

/* @end */

/* Styles */

/* @group STYLE GENERAL */

/* @group LIENS */


#contenu a, #contenu a.spip_out {
	text-decoration: none;
	padding: 1px 2px;
	color: #D6DD3B;
	border-bottom: 1px dotted #7a7b67;
	/*background: url(../images/layout/fd_lien.gif) no-repeat;*/	
}

#contenu a:hover {
	text-decoration: none;
	color: white;
	border-style: none;
}

a.on {
	color: #444;
	text-decoration: none;
}

a.on:hover {
	color: #888;
}



a.plus {
	padding-left: 25px;
	font-weight: bold;
	clear: both;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	background: url(../images/pictos/pct-lien-plus.gif) no-repeat left center;
	color: #000;
}

a.plus:hover {
	margin-left: 3px;
	padding-left: 22px;
}

a.mot-cle {
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
}

a.mot-cle:hover {
	color: #111;
}


/* @end */

/* @group ENTETE */

#entete a.lienAccueil {
	display: block;
	padding-top: 26px;
	padding-left: 8px;
	position: absolute;
	z-index: 5;
	width: 113px;
	height: 113px;
	top: 0;
	left: 0;
}

#entete p.descriptif {

}

.invisible {
	display: none;
}


/* @end */

/* @group HIERARCHIE */

#hierarchie a {
	text-decoration: none;
	color: #BCC138;
}

#hierarchie a:hover {
	text-decoration: none;
	color: white;
}


/* @end */

/* @group NAVIGATION  */

#navigation h2.menu-titre {
	display: none;
}

#main-nav ul {
}

#main-nav li {
	float: left;
	font-size: 12px;
	width: 170px;
	height: 57px;
}

#main-nav li.btn-juke-box {
	background: url(../images/navigation/nav-jukebox.jpg) no-repeat left top;
}

#main-nav li.btn-programmation {
	width: 210px;
	background: url(../images/navigation/nav-programmation.jpg) no-repeat left top;
}

#main-nav li.btn-societe {
	background: url(../images/navigation/nav-societe.jpg) no-repeat left top;
}

#main-nav li.btn-actualite {
	background: url(../images/navigation/nav-actualite.jpg) no-repeat left top;
}

#main-nav li a {
	display: block;
	width: 100%;
	height: 57x;
	line-height: 57px;
	text-align: center;
	text-indent: -500000px;
}

#main-nav li a:focus {
-moz-outline-style: none;
}

/* @group Roll over */
#main-nav li.btn-juke-box a:hover,
#main-nav li.btn-juke-box a.on  {
	background: url(../images/navigation/nav-jukebox_f2.jpg);
}

#main-nav li.btn-programmation a:hover,
#main-nav li.btn-programmation a.on {
	background: url(../images/navigation/nav-programmation_f2.jpg);
}

#main-nav li.btn-societe a:hover,
#main-nav li.btn-societe a.on {
	background: url(../images/navigation/nav-societe_f2.jpg);
}

#main-nav li.btn-actualite a:hover,
#main-nav li.btn-actualite a.on  {
	background: url(../images/navigation/nav-actualite_f2.jpg);
}

#main-nav li.btn-contact {
	position: absolute;
	top: 0;
	right: 0;
	border-color: #fff;
	margin-top: -72px;
	width: 200px;
}

#main-nav li.btn-contact a {
	background: url(../images/navigation/nav-contact.gif) no-repeat left top;
}

#main-nav li.btn-contact a:hover,
#main-nav li.btn-contact a.on  {
	background: url(../images/navigation/nav-contact_f2.gif) no-repeat left top;
}

/* @end */

/* @group Sub nav */


#navigation ul#main-nav .submenu {
	border:solid 1px #000;
	border-top:none;
	/*position: relative;
	top: 0px;*/
	width:158px;
	padding:0px;
	clear:both;
	z-index:200;
	display:none;
	background-color: #030303;
	margin: 0;
	padding-left: 0 !important;
	position: absolute;
	top: 55px;
	left: 0px;
}

#navigation ul#main-nav .submenu ul {
	padding: 0 !important;
	margin: 0 !important;
}

#navigation ul#main-nav .submenu li {
	background:none;
	float: left;
	margin: 0 !important;
	height:auto;
	line-height:normal;
	padding-left: 0 !important;
	border:0;
	left: 0;
	text-indent: 0;
	text-align: left;
}

#navigation ul#main-nav .submenu li a {
	background:none;
	display:block;
	float:none;
	padding: 5px !important;
	margin:0;
	border:0;
	height:auto;
	color: #cfdd39;
	line-height: normal;
	text-indent: 0 !important;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 0;
	width:148px;
}

#navigation ul#main-nav .submenu li a:hover{
	width:148px;
	color:#e3edef;
	background-color: #255060;
}


/* @end */


/* @end */

/* @group TITRES */


body h1  {
	font: normal 30px/40px Geneva, Verdana, Arial, Helvetica, sans-serif !important;
	color: white;
}

body h2 {
	font-size: 14px;
	line-height: 15px;
}

body h3 {
	text-align: left !important;
	line-height: 15px;
	font-size: 12px !important;
	margin-bottom: 0 !important;
	color: white;
	font-weight: normal !important;
	font-style: normal !important;
	
}

h3.spip {
}

body h4 {
	font-size: 14px;
	line-height: 15px;
}


body h5, body h6 {
	font-size: 12px;
	line-height: 12px;
}

/*@end */

/* @group CONTENU */

div#contenu .chapo {
	color: white;
	font-size: 13px;
	line-height: 20px;
}

div#contenu .chapo p {
	margin-top: 0;
}

div#contenu .chapo ul {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
}


div#contenu img {
	/*border: 6px solid #fff;*/
	text-decoration: none;
}

div#contenu p {
	margin: 5px 0 10px;
	/*text-align: justify;*/
}

div#contenu strong {
	font-weight: bold;
	color: #00AAC6;
}

div#contenu small  {
	font-size: 10px;
}

div#contenu ul {
	margin-bottom: 15px;
}

/* @group tableau */



div#contenu table {
	font-size: 1em;
	margin-bottom: 1em;
	text-align: left;
	margin-top: 2em;
}

div#contenu caption {
	margin-bottom: 0.4em;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

div#contenu th {
	color: #333;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ccc url(../IMAGES/layout/fd_table_th.jpg) no-repeat;
	border: 1px solid #C1DAD7;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
}

div#contenu td {
	border: 1px dotted #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	border-right-style: none;
	border-left-style: none;
}

div#contenu tr.bureau-annexe td {
	/*background-color: transparent !important;*/
}

div#contenu tr.alt.bureau-annexe td {
	
}

div#contenu tr.bureau-annexe td.spec {
	padding-left: 10px;
	background-color: transparent;
}

div#contenu tr td.lignePaire {
	padding-left: 10px;
	background-color: #f6f6f6;
}

div#contenu td.texte-align-centre {
	text-align: center;
}

div#contenu td em {
	font-weight: bold;
	font-size: 1.3em;
}


/* @end */

/* @group texte */


div#contenu div.texte {
	overflow: hidden;
}

div#contenu div.texte li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 10px;
}

div#contenu div.texte object {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* programmation gestion des numéros */


div#contenu div.texte span.numero {
	font-size: 20px;
	font-weight: bold;
	color: #64c6de;
}

div#contenu div.texte span.numero_alt {
	font-size: 20px;
	font-weight: bold;
	color: #90db64;
}

/* doc dans le texte */

div#contenu div.texte .spip_documents {
	margin: 10px !important;
	padding: 8px !important;
}

div#contenu div.texte dl.spip_documents a.thickbox {
	border-style: none;
}

div#contenu div.texte dl.spip_documents a.thickbox img {
	border: 1px solid white;
}

div#contenu div.texte dl.spip_documents a.thickbox:hover img {
	border: 1px solid #D6DD3B;
}

/* @end */



/* @end */

/* @group FORMULAIRES */

/* Partie commune */

div#contenu form {
	padding: 10px;
	margin-top: 0;
	background: url(../images/layout/fd_form.gif) repeat-x;
	position: relative;
}

form {
}

legend {
	text-transform: uppercase;
	padding-bottom: 0px !important;
	text-indent: -500000px;
	position: absolute;
}

label {
	vertical-align: top;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
	float: left;
	width: 110px;
}

fieldset {
	clear: both;
}

fieldset ol, fieldset ul {
	margin-left: 60px;
	overflow: hidden;
}


fieldset li {
	list-style: none !important;
	width: 350px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

em {
	padding-left: 3px;
	color: #d6dc3c;
	font-size: 14px;
	line-height: 8px;
}

fieldset input {
	font-weight: normal;
	margin-top: 4px;
	padding: 3px !important;
	font-size: 12px;
	border: 1px solid #333;
	background-color: #242424;
	color: #999;
	font-style: normal;
}

p.boutons {
	position: relative;
}

p.boutons input, p.spip_bouton input {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;	
	font-size: 1.2em;
	padding: 3px !important;
	margin: 0 10px 1em;
}

form p.boutons {
	text-align: right !important;
}

form p.boutons input {
}

/* @group Boutons */

form p.boutons input#btn-envoyer {
	background: url(../images/boutons/btn_envoyez_message.jpg) no-repeat left top;
	width: 194px;
	height: 51px;
	border-style: none;
	text-indent: -5000000px;
	line-height: 30px;	
}

form p.boutons input#btn-envoyer:hover {
	background: transparent url(../images/boutons/btn_envoyez_message_f2.jpg) no-repeat left top;
	border-style: none;
}

/* @end */

fieldset select {
	font-size: 11px;
	border: 1px solid #dcdcdc;
	font-weight: normal;
	padding: 3px !important;
}

fieldset textarea {
	border: 1px solid #dcdcdc;
	font: normal 12px lucida grande, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #333;
	color: #999;
	background-color: #242424;

	overflow: hidden;
	zoom : 1;
	scrollbar: none;
	width: 200px !important;	
}

fieldset textarea:hover, fieldset textarea:focus, 
fieldset input:focus, fieldset input:hover {
	border: 1px solid #00a7ff;
	color: white;
}

fieldset li.textearea {
	float: left;
	clear: left;
	margin-top: 50px;
}

/* Sécurité */


/*fieldset.securite {
	margin-top: -120px;
	float: right;
	margin-right: 170px;
}*/

fieldset.securite {
	position: absolute;
	right: 182px;
	margin-top: -130px;
}

fieldset.securite img {
	border-style: none !important;
}

fieldset.securite a {
	border-style: none !important;
}

fieldset.securite p {
	text-align: left;
}

fieldset.securite table {
	margin: 0 0 2px 165px !important;
	padding: 0;
	background-color: transparent !important;
}

fieldset.securite table td {
	margin: 0 !important;
	padding: 0;
	background-color: transparent !important;
	border-style: none !important;
}

p.crypto{
	padding-left: 165px;
}

/* Indications */

.indication {
	display: block;
	text-align: left;
	padding: 7px;
	margin: 10px 15px 0 0;
}

.erreur, .erreur strong {
	color: #f00 !important;
	background-color: #fffdd4;
}

.validation, .validation strong {
	background-color: #3d6d79;
	color: white !important;
}

/* @end */

/* @group MODULES */

/* @group ENRICHISSEMENTS */

/* ENRICHISSEMENTS */

div.enrichissements {
	clear: both;
	margin-top: 30px;
}

div.enrichissements h3 {
	font-style: normal !important;
	font-weight: normal !important;
	color: #e62979 !important;
	margin-bottom: 5px !important;
}

div#documents_portfolio,
.ps,
.notes,
#documents_joints,
.breves,
.mot-cles {
}

div.enrichissements ul li {
	border-style: none !important;
}

/* Portfolio */

div#documents_portfolio {
	overflow: hidden;
	margin-bottom: 10px;
}

div#documents_portfolio a {
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	border-style: none;
	text-align: center;
	padding: 0;
	background: url(../images/layout/fd_thickbox_vgn.gif) no-repeat left top;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

div#documents_portfolio a img {
	margin: 5px 0 0;
	border-style: none;
}


/* Post-Scriptum */

.ps {
}

.ps h2 {

}

.ps p {
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 10px;
}

/* Notes */

.notes {

}

.notes h2 {
}

.notes p {
	font-size: 1em !important;
}

/* Documents joints */

#documents_joints {

}

#documents_joints li {
	padding: 2px 0px 2px 15px;
	color: #4c4c4c;
	font-size: 1.3em;
	overflow: hidden;
}

.spip_doc_titre {
}

#documents_joints ul li div.logo {
	float: left;
}

div.spip_doc_descriptif {
	float: left;
	clear: none;
}


/* Mots clefs */
.mot-cles {
}

.mot-cles p.tag {
	color: white;
	margin: 0 !important;
	padding: 0 !important;
}

.mot-cles p {
	text-align: left !important;
	margin-top: 0 !important;
}


.mot-cles p small {
	font: normal 10px !important;
}

/* Brèves : même rubrique */

div.contre-encart {
	padding-top: 40px;
}

div.contre-encart h3 {
	font-style: normal;
	font-weight: normal;
	color: #4d4f50;
	margin-bottom: 15px !important;
	font-size: 15px !important;
}

.breves {

}


.breves ul li {
	border-bottom: 1px solid #2c2e2f;
	text-align: left !important;
}

.breves ul li a {
	display: block;
	border-style: none !important;
	padding: 10px 5px !important;
}

.breves ul li a.on, .breves ul li a.on:hover  {
	background: url(../images/layout/fd_breves.gif) repeat-x left top;
	font-weight: normal;
	font-style: normal;
	color: white !important;
}

.breves ul li a:hover {
	color: white !important;	
	background: url(../images/layout/fd_breves_f2.gif) repeat-x left top;
}



/*  pagination actualites */

.breves .pagination {
	text-align: right !important;
}

.breves .pagination a:link, 
.breves .pagination a:visited,
.breves .pagination a:hover,
.breves .pagination a:active {
	border-style: none !important;
	color: #4d4f50 !important;
}

.breves .pagination a:hover {
	color: white !important;
}

.breves .pagination span {
	padding: 2px 5px;
	color: #fff !important
}

.breves .pagination * {
	margin: 0
}



/* Forums */

a#forum {
	border-style: none;
	padding: 0 !important;
}

h3.forum-repondre {
	margin-bottom: 30px !important;
}

h3.forum-repondre a {
	font-size: 16px;
}

h3.forum-decompte {
	margin-top: 60px;
	margin-bottom: 20px !important;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	border-bottom-width: 1px;
}

ul.forum {
	font-size: 0.9em;
}


li.forum-fil {
    /*padding: 3px 15px 3px 10px;*/
	background-color: #f5f9e6;
    border-bottom: 2px solid #fff;
	border: 1px solid #CDDFEF;
	position:relative;    
}
li.forum-fil:hover {
	background-color: #fff;	
}

div.forum-message {
	margin-bottom: 20px;
}

li.forum-fil div.forum-chapo {
padding: 3px 15px 3px 10px;
background-color: #e9ece3;
border-bottom: 2px solid #fff;
	font-weight: bold;
}

li.forum-fil ul li div.forum-message div  {
	padding-left: 20px;
	padding-right: 20px;
}

div.forum-texte {
padding: 3px 15px 3px 10px;
}


/* @end */

/* @group DECOUPE ARTICLE / ONGLETS */

/*Découpe en pages et onglets*/
#decoupe_haut, #decoupe_bas {
	clear: left;
	height: 105px;
	background: url(../images/layout/fd_pagination.gif) no-repeat center top;
}

#decoupe_haut {
	padding-bottom: 10px;
	display: none;
}

#decoupe_bas {
	padding-top: 10px;
}


/*pagination*/ 
#decoupe_bas.pagination {
	color: #fff;
	text-align: center !important;
	font-size: 18px;
	line-height: 105px;
}

#decoupe_bas.pagination p {
	position: relative;
	text-align: center !important;
}

#decoupe_bas.pagination a:link, 
#decoupe_bas.pagination a:visited,
#decoupe_bas.pagination a:hover,
#decoupe_bas.pagination a:active {
	text-decoration: none !important;
	padding: 2px 5px !important;
	border-style: none !important;
	color: #333 !important;
	width: 40px;
	height: 46px;
	margin: 0 !important;
}

#decoupe_bas.pagination a:hover {
	color: white !important;
}

#decoupe_bas.pagination span {
	text-decoration: none !important;
	padding: 20px 20px !important;
	background: url(../images/layout/fd_pagination_on.gif) no-repeat center center;
}

#decoupe_bas.pagination * {
	margin: 0
}

#decoupe_bas img.no_image_filtrer {
	display: none;	
}

/* @end */

/* @group SECOND-NAV */

.second-nav {
	border-bottom: 1px solid #2a2c2d;
	overflow: hidden;
	margin-bottom: 30px;
}

.second-nav li {
	float: left;
	margin-right: 50px;	
}

.second-nav a {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 40px;
	border-bottom-style: none;
	padding: 8px 10px 15px !important;
	border: 1px solid #2a2c2d;
}


.second-nav a:hover {
	border: 1px solid #2a2c2d !important;
	background-color: #15171a;
}


.second-nav li a.on {
	font-weight: normal;
	font-style: normal;
	color: white !important;
	background-color: #2a2c2d;
}

/* @end */

/* @group INTERFACE */

div#bloc-interface {
	position: absolute;
	top: 59px;
	left: 150px;
	z-index: 50;
}

/* @end */



/* @end */

/* @group PIED */



div#pied hr {
	visibility: hidden;
	border-width: 1px;
	border-style: solid;
	display: none;
}

div#pied a {
	text-decoration: none;
	color: #333333;
}

div#pied a.signature img {
	float: right;
	margin-left: 5px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 0;
}

div#pied a:hover {
	color: #686868;
}


#pied small.info {
	margin-right: 100px;
}

/* @end */

/* @end */

/* @group STYLES PAGES */

/* @group Page-SOMMAIRE */

body.page_sommaire {
	background-image: none;
}

/* @group Visuel */

body.page_sommaire p.descriptif  {
	width: 230px;
	margin: 0px 10px 10px 700px !important;
	padding-top: 80px;
	color: white;
}

body.page_sommaire p.texte  {
	width: 230px;
	margin: 0px 10px 10px 700px !important;
	padding-top: 10px;
	font-size: 11px;
	line-height: 14px;
}

body.page_sommaire div#visuel {
	position: relative;
	background: url(../images/layout/visuel_sommaire.jpg) no-repeat left top;
	height: 433px;
}

body.page_sommaire div#visuel p.lien a {
	background: url(../images/boutons/btn_decouvrez_le_juke-box.jpg) no-repeat left top;
	width: 180px;
	height: 51px;
	display: block;
	text-decoration: none;
	border-style: none;
	text-indent: -5000000px;
	position: absolute;
	top: 250px;
	left: 95px;
	z-index: 50;
}

body.page_sommaire div#visuel p.lien a:focus {
-moz-outline-style: none;
}

body.page_sommaire div#visuel p.lien a:hover {
	background: url(../images/boutons/btn_decouvrez_le_juke-box_f2.jpg) no-repeat;
}



/* @end */

/* @group Encart */
body.page_sommaire .encart {
	overflow: hidden;
	z-index: 5;
	position: relative;
}

#bloc-actualite,
#bloc-technologie,
#bloc-programmation {
	float: left;
	width: 320px;
	height: 141px;
}

#bloc-actualite h2,
#bloc-technologie h2,
#bloc-programmation h2 {
	text-indent: -500000px;
	height: 20px;
}


#bloc-actualite li,
#bloc-technologie li,
#bloc-programmation li {
	margin-left: 6px;
	margin-right: 15px;
}

#bloc-actualite li h3,
#bloc-technologie li h3,
#bloc-programmation li h3 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 11px;
}


#bloc-actualite li p,
#bloc-technologie li p,
#bloc-programmation li p {
	font-size: 10px;
	line-height: 12px;
	color: #fefffe;
}

#bloc-actualite li h3 a {
	font-size: 11px !important;
	border-style: none;
	padding: 0;
}

#bloc-actualite {
	background: url(../images/layout/fd_bloc-actualite.jpg) no-repeat left top;
}

#bloc-actualite li {
	margin-top: 11px;
}

#bloc-technologie {
	background: url(../images/layout/fd_bloc-technologie.jpg) no-repeat left top;	
}

#bloc-technologie li {
	margin-top: 31px;
	width: 155px;
}

#bloc-programmation {
	width: 310px;
	background: url(../images/layout/fd_bloc-programmation.jpg) no-repeat left top;	
}

#bloc-programmation li {
	margin-top: 51px;
	width: 155px;
}

#bloc-programmation li p {
	color: black;
}

#bloc-programmation li a {
	color: #000 !important;	
}

.pane-list {
	cursor: pointer;
	background-color: transparent;
}

 div#bloc-actualite.pane-list:hover {
	background: transparent url(../images/layout/fd_bloc-actualite_f2.jpg) no-repeat left top;
}

 div#bloc-technologie.pane-list:hover {
	background: transparent url(../images/layout/fd_bloc-technologie_f2.jpg) no-repeat left top;
}

 div#bloc-programmation.pane-list:hover {
	background: transparent url(../images/layout/fd_bloc-programmation_f2.jpg) no-repeat left top;
}


/* @end */


/* @end */

/* @group Page-RUBRIQUE */

#contenu div#presentation {
	/*width: 650px;
	float: left;*/
}

.page_rubrique div.cartouche h1 {
display: none;
}

.page_rubrique h2 {
	font: normal 30px/40px Geneva, Verdana, Arial, Helvetica, sans-serif !important;
	color: white;
	margin-bottom: 0;
}

/*.page_rubrique div.liste-articles {
	position: absolute;
	top: 68px;
	left: 0px;
	z-index: 50;
}


.page_rubrique div.liste-articles ul li {
	margin-top: 25px;
	overflow: hidden;
}

.page_rubrique  div.liste-articles ul li img.spip_logos {
	float: left;
}*/

/* @end */

/* @group Page-ARTICLE */

body.page_article div#contenu div.encart {
	width: 650px;
	float: left;
}

body.page_article #contenu div.contre-encart {
	width: 290px;
	float: right;
}

body.page_article div#contenu div.cartouche h1.titre {
}

body.page_article div#contenu div.cartouche img.spip_logos {
	float: left;
	background-color: #fff;
	margin-top: 1px;
	padding: 10px 10px 10px 0;
}


body.page_article div#contenu .chapo {
	margin-bottom: 20px;
}

body.page_article div#contenu p {
}

body.page_article div#contenu div.encart p.date-article {
	color: #02a3ba;
}

body.page_article div#contenu ul li,
body.page_article div#contenu ol li {
	text-align: justify;
}

/* @end */

/* @group Page-CONTACT */

body.page_contact {
}

#map {
	border: 5px solid #DADF54;
	/*margin-top: 68px;*/
	position: absolute;
	top: 68px;
	left: 0px;
	z-index: 50;
}


body.page_contact div.liste-articles {
	position: absolute;
	top: 68px;
	left: 650px;
	z-index: 50;
	width: 290px;
}

body.page_contact div.liste-articles h3 {
	color: white;
	font-size: 20px !important;
	margin-top: 40px;
}

body.page_contact div.liste-articles .ps {
	margin-top: 20px !important;
}

body.page_contact div.liste-articles .ps small  {
	font-size: 09px !important;
	line-height: 10px !important;
	color: #5a5a5a;
}

/* @end */



/* @end */