    /* <!-- */
	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#045c97;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
    	color:#D4D3D3;
							/* The min-width property does not work in old versions of Internet Explorer */
                font-family: Arial, Helvetica, sans-serif;
    }
	a, a:visited{
    	color:#D4D3D3;
	}
	a:hover {
		color:#fff;
		background:#045c97;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    	color:#D4D3D3;
    }
    form {
    	color:#D4D3D3;
	}
    input, select {
    	color:#045c97;
	}
    h1, h1 a{
	font-size:1.2em;
    }
    h2, h2 a{
	font-size:1.1em;
    }

    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
	}
    .spip_logos { padding: 4px; border: none; float:left;}


	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
	background: url(../squelettes/images/header.jpg) repeat-x ; 
   }
	#header {
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}

/* Menu haut */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	    clear:left;
	    width:100%;
	    list-style:none;
	    margin: 0 auto 0 auto;
	    padding: 0 0 0 0px;
	background: url(../squelettes/images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#045c97;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 16px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../squelettes/images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../squelettes/images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}



	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#045c97;
		margin:0;
		padding:2px 15px !important;
		text-align:center;
		color: #fff;
		font: italic small-caps 900 14px arial
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#244C67;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-230px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#045c97;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:420px;         	/* Left column width + right column width */
        background:#244C67;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:190px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 245px 0 205px ;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
	color: #fff;
        clear:both;
        float:left;
        width:100%;
	text-align:center;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

    #footer a {
	color: #fff;
 
    }

/* Entete */
#entete {
	width: 100%;
 }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }

/* Formulaire de recherche */
.formulaire_recherche { height:20px; width: 160px; text-align: left; }
.formulaire_recherche label { display: none; }
.formulaire_recherche input { width: 140px; border:1px solid black;
 }


    .localisation {
	}

   .topsite {
	padding-top: 3px;
	}

   .topsite a{
	color:white;
	}

    .hiercat {
		text-align:left;
		font-size:80%;
	}


    .categorie table {
		text-align:left;
		text-transform:capitalize;
	}

    .commerces {
	}

	
    .address {
	margin : auto;
	line-height: 70%
	}
    .map {
	}

    .notabene {
	font-style: italic
	}

    .avis {
		border-bottom:3px inset #000;
	}

   .reponses {
		border:3px solid #045c97;
		margin-left:30px;		

	}


   .listcomm {
		height:100%;
	
	}


    

   .pubbas {
		clear:left;
		height:60px;
	}
    .menugauche {

	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menugauche{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px;
}

.menugauche li a{
color: #045C97;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
font-size:80%;
border: 1px solid;
border-color:#606060 #EFEFEF #EFEFEF #606060; /*light dark dark light*/
background-color: #D4D3D3;
text-decoration:none;
}


.menugauche li a:visited{
color: #045C97;
}

.menugauche li a:hover, .menugauche li a:active{
color: #D4D3D3;
background-color: #244C67;
}

    .pubgauche {
		height:600px;
	}
    .topsite {
		margin-bottom:10px;
	}
    .pubdroite {
		height:600px;
	}
    .detailcommerce {
	}

/* orange sur fond bleu */


.bl {background: url(../squelettes/images/blob.gif) 0 100% no-repeat}
.br {background: url(../squelettes/images/brob.gif) 100% 100% no-repeat}
.tl {background: url(../squelettes/images/tlob.gif) 0 0 no-repeat}
.tr {background: url(../squelettes/images/trob.gif) 100% 0 no-repeat; padding:10px} 
.t {background:#244C67; margin-bottom:1em;}

/* rouge sur fond orange */


.blro {background: url(../squelettes/images/blro.gif) 0 100% no-repeat}
.brro {background: url(../squelettes/images/brro.gif) 100% 100% no-repeat}
.tlro {background: url(../squelettes/images/tlro.gif) 0 0 no-repeat}
.trro {background: url(../squelettes/images/trro.gif) 100% 0 no-repeat; padding:10px} 
.tro {background:#D4D3D3; margin-bottom:1em;}


#details {
clear:left;
}

/* tabs commerce */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
   font-size: 1em;
}

.ui-tabs-nav {
	background: url(../squelettes/images/menub_bg.gif) repeat-x; /*tab background image path*/
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;

}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(images/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #045c97;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
    color: #fff;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #045c97;
}
.ui-tabs-panel {
    border: 1px solid #045c97;
    padding: 10px;
    background: #244C67; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}


