/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS structure	
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures
	- CSS RSS	

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.001%;
}
li {
	margin-left: 25px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	background: url(visuels/background.jpg) top left;
	text-align: left;
	color: #7a7a7a;

}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
	color:#bbb;
	font-weight: bold;
	text-decoration : underline;
}
a:hover {
	color:#0099FF;
	text-decoration : underline;
}

/* Informations CSS Structures */
/* ----------------------------------------------------------------------------------------------*/


#conteneur {
	width: 100%;
	margin:25px auto;
	font-size:1.2em;
}
#header {
        background: url(visuels/bg_header.gif) repeat-x top left;
        height: 81px;
        display:block;
}
#header_txt {
        width: 960px;
        margin: 0 auto;
}
#logo {
        background: url(visuels/logo_lps.jpg) no-repeat top left;
        display:block;
        width: 220px;
        height: 81px;
        float: left;
        text-indent: -9999px;
}
#phone_number {
        background: url(visuels/phone_number.png) no-repeat top left !important;
        background: none;
        display: block;
        height: 81px;
        float: right;
        width: 265px;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/phone_number.png", sizingMethod="crop");
}
*+html #phone_number {	background: none!important;}
#contenu {
        clear:left;
        background: url(visuels/bg_content.jpg) repeat-x top left #afafaf;
        height: 360px;
        display:block;
        z-index: -2;
}
#contenu_txt {
        width: 960px;
        margin: 0 auto;
}
#page_interne {
        width: 960px;
        display: block;
        margin: 0 auto;
        background: url(visuels/bg_content_interne.gif) repeat-y top left #ffffff;
}
#contenu_interne_txt {
    width: 700px;
    padding: 0 20px 20px 20px;
    float: left;
}
#bloc_visuel {
    display: block;
    float: left;
    width: 735px;
    height: 360px;
}
.grand_visuel_home {
    position: absolute;
    z-index:1;
    display: block;
	width: 505px;
	height: 360px;
	background: no-repeat;
}
.grand_visuel_decors {
    position: absolute;
    z-index:1;
    display: none;
	width: 505px;
	height: 360px;
	background: no-repeat;
}
.grand_visuel_mobiliers {
    position: absolute;
    z-index:1;
    display: none;
	width: 505px;
	height: 360px;
	background: no-repeat;
}
.grand_visuel_stands {
    position: absolute;
    z-index:1;
    display: none;
	width: 505px;
	height: 360px;
	background: no-repeat;
}
.grand_visuel_communication {
    position: absolute;
    z-index:1;
    display: none;
	width: 505px;
	height: 360px;
	background: no-repeat;
}
#categorie {
    display:block;
    float: right;
    width:250px;
    font-size: 14px;
}
#categorie a{
    text-decoration: none;
}
#categorie h3 {
    text-transform: uppercase;
    font-size: 18px;
}
/*
#decors {
    display: block;
    z-index: 1000;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_decors.jpg) no-repeat right top;
}
#mobiliers {
    display: block;
    z-index: 10;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_mobilier.jpg) no-repeat right top;
}
#stands {
    display: block;
    z-index: 10;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_stands.jpg) no-repeat right top;
}
#communication {
    display: block;
    z-index: 1000;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_communication.gif) no-repeat right top;
}
*/
#decors {
    position: absolute;
    margin-left: -8px;
    display: block;
    z-index: 1000;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_decors.gif) no-repeat right top;
}
#mobiliers {
    position: absolute;
    margin-top: 90px;
    margin-left: -8px;
    display: block;
    z-index: 10;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_mobilier.gif) no-repeat right top;
}
#stands {
    position: absolute;
    margin-top: 180px;
    margin-left: -8px;
    display: block;
    z-index: 10;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_stands.gif) no-repeat right top;
}
#communication {
    position: absolute;
    margin-top: 270px;
    margin-left: -8px;
    display: block;
    z-index: 10;
    width: 210px;
    height: 80px;
    float:right;
    padding: 10px 8px 0 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    background: url(visuels/bg_communication.gif) no-repeat right top;
}

#infos {
    clear:left;
    background: url(visuels/bg_infos.jpg) repeat-x top left;
    height: 186px;
    display: block;
}
#infos_txt {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
#breves {
    display: block;
    float: left;
    width: 350px;
    padding: 0 0 10px 220px;
    overflow: hidden;
}
#breves img {
    padding: 0 10px 0 10px;
}
#demande_devis {
    display: block;
    float: left;
    width: 220px;
    height: 130px;
    padding: 0 0 10px 100px;
    margin-left: 60px;
    overflow: hidden;
    background: url(visuels/bg_devis.png) top left no-repeat!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bg_devis.png", sizingMethod="crop");
}
*+html #demande_devis {	background: none!important;}
#demande_devis h3 {
    font-size: 20px;
    color: #ff3c3c;
    font-weight: normal;
}
#pied_page {
        display:block;
        height: 100px;
        background: url(visuels/bg_footer.jpg) repeat-x top left;
}
#pied_page_txt {
    width: 960px;
    margin: 0 auto;
    padding: 8px 0 8px 0;
}
#pied_page_gauche {
    float: left;
    width: 260px;
    padding: 0 0 10px 220px;
    color: #aaaaaa;
    overflow: hidden;
}
#pied_page_centre {
    float: left;
    width: 255px;
    color: #aaaaaa;
    overflow: hidden;
}
#pied_page_droite {
    float: left;
    width: 210px;
    color: #aaaaaa;
    overflow: hidden;
}
#test_aro {
	display: block;	
	float: right;
	width: 345px;
	height: 200px;
	padding: 10px;
	background-color: #CCCCCC;
	margin-top: -65px;
}

/* Informations CSS Formulaires */
/* ----------------------------------------------------------------------------------------------*/

#zone_log {		/* Login/Password pour l'accès aux pages réservées */
	width: 100%;	
	text-align:center;
}
#zone_log_formulaire {
	width: 160px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}
.alerte_formulaire_ok {	/* CSS de formulaires en général */
	background:url(visuels/valide.gif);
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:20px 10px;
	color:#008C42;
}
.alerte_formulaire_ko {
	background:url(visuels/refuse.gif);
	border:1px solid #CC3131;
	color:#fff;
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

/******** Formulaire recherche **************/
#form_recherche{
	display:block;
	float:left;
	background:#996600;
	}
#form_recherche #img_recherche{
	float:left;
	display:block;	}
#form_recherche input{
	float:left;}
#form_recherche #btn_recherche{
	background:url(visuels/bt_ok.gif);
	width:21px;
	height:14px;
	display:block;
	text-indent:-9999px;
	float:left;	
}

/******** Formulaire contacts **************/


#contacts_form{
	width:600px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
#contacts_form span.separation{
	display:block;
	float:left;
	width:600px;
	margin:5px 10px 10px 10px;
	padding:10px;
	border-top:1px solid #CCC;

}
#contacts_form h3{
        color: #ff3c3c;
}

.warning {
    background: url(visuels/puce_contact.jpg) left no-repeat;
    display: none;
    color: #ff3c3c;
    padding-left: 5px;
}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	margin:5px 10px 0px 0px;
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
}
.calage_gauche label{
	padding:0 15px 0 5px;
	font-weight:normal;
	
}
	
.asterisque {
	color: #ff0000;
}

a.lien_bouton {
	display:block;
	width:140px;
        height: 60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(visuels/bt_envoyer.jpg) no-repeat top left;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.lien_bouton:hover {
	background: url(visuels/bt_envoyer_over.jpg) no-repeat top left;
	color: #FF7014;		
	text-decoration : none;	
}
.contacts_input {
	border:2px solid #ff9999;
	background: #eee;
        padding:3px;
        color: #666;
}
/******** Formulaire newsletter **************/

#newsletter_form{
	width: 420px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#newsletter_form p{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	background-color: #DDDDDD;
}
#newsletter_form .suptitre {
	font-weight: bold;
	letter-spacing: -1px;
	color: #555555;
	margin-left: 20px;
}
#newsletter_form .calage_centre{
	display: block;
	text-align: center;
}
#newsletter_form .calage_droite{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin-top: 2px;	
}
#newsletter_form .calage_gauche{
	display: block;
	float: left;
	text-align: left;
}	
#newsletter_form .asterisque {
	color: #FF0000;	
}
#newsletter_form input {
	color: #FF0000;	
}
#newsletter_form .legende_cnil {
	font-weight: normal;
	font-style: italic;
}
a.bt_ins_newsletter {
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	padding: 3px;		
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.bt_ins_newsletter:hover {
	background-color: #333333;
	color: #FFFFFF;		
	text-decoration : none;	
	border: 1px solid #FFCC33;
}
.alerte_formulaire_newsletter_ok {
	color: #148A14;
	font-weight: bold;
	font-style: normal;
}




/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h2.webline{		/* Webline */
	font-weight:normal;
        font-size: 12px;
        font-family: arial;
        color: #a2a2a2;
        display: block;
        width: 455px;
        float: left;
        padding: 25px 0 10px 0;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	font-weight: bold;	
}
.interne h3.actu_titre {		/* Titre de news et contenus de brèves en page interne */
	font-weight: bold;	
}

.actu_chapeau{
	font-weight:normal;
}
.lire_plus{}
.lire_egalement{}


#zone_lire_plus{
	display:block;
	clear:left;
	padding:0 0 30px 0;
}


/* Abonnement par email aux actualités */
#abo_email {
	display: block;	
	width: 340px;
	padding: 10px;
	border: 1px solid #990033;
	background: #FFF;
	margin: 0 auto;
}
#abo_email p {
	display: block;
	width: 280px;
	height: 26px;
	padding: 12px 0 2px 60px;	
	background: #FFF url(visuels/bg_abo_email.gif) center left no-repeat;
}
#abo_email span {
	display: block;
	padding: 8px 0 0 0;	
}
#abo_email input{
	padding: 4px;
	border: 1px solid #CCC;
	float: left;
}
#abo_email a.lien_bouton_abo {
	display: block;
	float: left;
	width: 100px;	
	background-color: #990033;	
	padding: 4px 8px;
	margin-left: 10px;
	text-align: center;
		
	font-size: 14px;
	font-weight: bold;
	color: #FFF;		
	text-decoration : none;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#abo_email a.lien_bouton_abo:hover {
	background-color: #555;
	color: #FFF;		
	text-decoration : none;	
}


/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page {		/* Titre de pages intérieures */
	text-decoration: none;
	width: auto;
	font-size: 32px;
	color: #ff3c3c;
	font-weight: normal;
        font-family: "Trebuchet MS";
}
h1.titre_page_decors {		/* Titre de pages intérieures */
	text-decoration: none;			
	width: auto;	
	font-size: 32px;
	color: #80d044;
	font-weight: normal;
        font-family: "Trebuchet MS";
}
h1.titre_page_mobiliers {		/* Titre de pages intérieures */
	text-decoration: none;	
	width: auto;	
	font-size: 32px;
	color: #48c8f1;
	font-weight: normal;
        font-family: "Trebuchet MS";
}
h1.titre_page_stands {		/* Titre de pages intérieures */
	text-decoration: none;
	width: auto;
	font-size: 32px;
	color: #ff952d;
	font-weight: normal;
        font-family: "Trebuchet MS";
}
h1.titre_page_communication {		/* Titre de pages intérieures */
	text-decoration: none;
	width: auto;
	font-size: 32px;
	color: #ff3c3c;
	font-weight: normal;
        font-family: "Trebuchet MS";
}
h1.titre_page_decors.sifr_court, h1.titre_page_mobiliers.sifr_court, h1.titre_page_stands.sifr_court, h1.titre_page_communication.sifr_court {		/* Titre de pages intérieures */	
	float: left;
	width: 327px; /* Attention avec la modification de cette taille => pb avec la galerie / float left ci-dessus */
	padding-bottom: 20px;	
}
#zone_contact{
	width: 100%;
	text-align: right;
	margin-top: 10px;
	height: 40px;
	display:block;

}
#zone_contact a {
	text-decoration: none;
	background:url(visuels/picto_email.jpg) center left no-repeat;
	display: block;
        height: 17px;
        float: right;
        text-align: left;
        width: 150px;
        padding:7px 0px 3px 40px;
        color: #999;
}
#zone_contact a:hover {	
	text-decoration: none;
        color: #ff3c3c;
}
#zone_printmode{
	width: 100%;
	text-align: right;
	
}
#zone_printmode a {
	text-decoration: none;
	background:url(visuels/picto_print.jpg) center left no-repeat;
	display: block;
        height: 17px;
        float: right;
        width: 150px;
        padding:7px 0px 3px 40px;
        color: #999;
}
#zone_printmode a:hover {	
	text-decoration: none;
        color: #ff3c3c;
}

/* Informations CSS Consultations */
/* ----------------------------------------------------------------------------------------------*/

.consultation_message {
	background-color: #E6E6E6;	
	margin-top: 5px;
	overflow-x: auto;
	padding: 5px;	
	padding-bottom: 20px;
	width: 520px;	
}
.consultation_titre_noir {
	font-weight: bold;
}
.consultation_msg_valide {
	color: #008C42;
	font-weight: normal;
}
.consultation_msg_refuse {
	color: #FF0000;
	font-weight: normal;
}

/* Informations CSS pour l'Agenda 		   */
/* ----------------------------------------------------------------------------------------------*/

#agenda {	
	width: 159px;	
	background-color: #C3DB94;	
	text-align: center;
}
#agenda_prochain_ev {	
	width: 149px;
	padding: 5px;		
	background-color: #DEF5B2;	
	text-align: left;
}
#agenda_page_interne_bloc_01 {
	float: left;
	width: 170px;
	text-align: left;	
}
#agenda_page_interne_bloc_02 {
	float: left;
	margin-left: 22px;
	width: 350px;	
}
#agenda_page_interne_bloc_01_contenu {	
	width: 170px;	
	background-image: url(visuels/agenda_page_middle.gif);	
	background-repeat: repeat-y;
}
a.lien_evenement {
	font-weight: bold;
	color: #E02424;	
	text-decoration: underline;	
}
a.lien_evenement:hover {
	color: #E18123;	
	font-weight: bold;
	text-decoration: none;
}
a.prochain_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #606060;	
	text-decoration: none;
}
a.prochain_evenement:hover {
	color: #E18123;	
	text-decoration: underline;
}
.typo_agenda {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #606060;
}
.typo_agenda_today{
	font-weight: bold;
	background-color:#FFFFFF;
	color: #606060;
}
.typo_agenda_prochain_ev_titre {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #E02424;
}
.titre_agenda_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #E02424;
}
.titre_agenda_evenement_date {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
.select_agenda {
	font-weight: normal;	
}

/* Informations CSS de menu */
/* ---------------------------------------------------------------------------------------------- */

#menu_int {
	display: block;	
	width: 200px;
        float: left;
        padding-top: 80px;
        padding-right: 20px;
        height: 280px;
        background: url(visuels/bg_content.jpg) repeat-x top left #afafaf;
}
#menu_int dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;	 
}
#menu_int li { 	
	list-style-type: none;	
}

/* MENU VERTICALE / HORIZONTALE */
/* changer la valeur de la class de la div menu_int : fichier menu.php */

/* MENU VERTICALE */

#menu_int.verticale dt a{ 
	font-weight: normal;
	text-decoration: none;	
	width: auto;
	padding:7px 12px;
	display:block;
        color: #ffdc65;
        text-transform: uppercase;
        text-align: right;
        background: url(visuels/puce_menu.png) right no-repeat!important;
        background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/puce_menu.png", sizingMethod="crop");
}
*+html #menu_int.verticale dt a{	background: none!important;}
#menu_int.verticale dt a:hover{
    color: #ed9414;
}
#menu_int.verticale dd {
	position: absolute;
	z-index: 100;
	margin-left: 200px;
	margin-top: -35px;
	background: url(visuels/bg_content.jpg) repeat-x top left;
}

/* FIN MENU VERTICALE */

/* MENU HORIZONTALE */
#menu_int.horizontale dl {
	float: left;
}
#menu_int.horizontale dl dt a { 
	display: block;
	padding: 7px 10px 7px;
	text-decoration: none;	
	font-weight: bold;		
	background: #999966;
}
#menu_int.horizontale dl dt a:hover{
	background: #CCCCCC;
}
#menu_int.horizontale .menu_sans_lien {	
	display: block;	
	padding: 5px 10px;
	font-weight: bold;		
	background: #999966;
	color: #990033;				
}
#menu_int.horizontale dd { 
	position: absolute;
	z-index: 100;
	width: auto;
	margin-top: -6px; /* idem à padding #menu_int ul en négatif */
}

/* FIN MENU HORIZONTALE */

#menu_int ul {
	padding: 6px 0 0 0; /* idem à margin #menu_int.horizontale dd en positif */
}
#menu_int li {
	text-align: left;	
	z-index: 100;
}
#menu_int li a {
	display: block;
	width: 200px;
	padding: 7px 10px 7px;
	color: #fff;
        border-bottom: 1px solid #444;
	font-weight: bold;	
	text-decoration: none;		
}
#menu_int li a:hover{
	background: #333;
        color: #ffdc65;
}


/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/


ul#plan_site li{
    margin-left:20px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
ul#plan_site li a {
    text-decoration: none;
    color: #666;
}
ul#plan_site li a:hover {
    text-decoration: none;
    color: #ff3c3c;
}
ul#plan_site ul li{
	margin-left:60px;}

ul#plan_site ul ul li{
	margin-left:80px;}
	
ul#plan_site li a{ /* niveau 1 */
}

ul#plan_site ul li a{ /* niveau 2 */
}

ul#plan_site ul ul li a{ /* niveau 3 */
}	


/* Informations CSS Signatures */
/* ----------------------------------------------------------------------------------------------*/

a.jnbi {
	color: #aaaaaa;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a.jnbi:hover {
	color: #333333;		
	text-decoration: underline;
}

/* Informations CSS RSS */
/* ----------------------------------------------------------------------------------------------*/

#rss {
	display: inline-block;
	background: url(visuels/picto_rss.gif);
	width: 16px;
	height: 16px;	
	text-indent: -9999px;

}

/* Informations CSS FCK */
/* ----------------------------------------------------------------------------------------------*/

.wimg_bordure_rouge {
	border: 2px solid #FF0000;
}
.wimg_bordure_grise {
	border: 1px solid #444444;		
}

.wimg_droite {
	padding:0 0 0 5px;
	float:right;
}
.wimg_gauche {
	padding:0 5px 0 0;
	float:left;
}
.wsc_titre_breve {
    color: #ff3c3c;
    font-size: 20px;
    font-family: "Trebuchet MS";
    font-weight: normal;
}
.wsc_chapeau {
    color: #000000;
    font-size: 16px;
}
.wsc_ss_titre {
    color: #ff3c3c;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
#infos_txt h3,#contacts_form h3 {
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 20px;
    color: #ff3c3c;
}