/*
 * HTML global
 */
body{
    margin:0;
    height: 100%;
    font-family: verdana, arial, sans-serif;
    font-size:0.75em;
	background-color: #ece1c8;
}
p{
    margin:0 0 15px 0;
}
img{
    border:0;
    display:block;
}
h1 {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
h2{
	margin:0;
	padding:0;
}
h3{
	margin:20px 0 15px 0;
	padding:0;
}
h4{
    font-size:1.2em;
    margin:0 0 15px 0;
    color:#9a1132;
}
a {
	color:#9a1132;
}
a:hover{
    text-decoration:none;
}

/*
 * Containeurs de mise en forme
 */
#global{
    position:relative;
    width: 978px;
    margin:0 auto;
}
#colonne{
    float:left;
    width:220px;
    margin:0;
    position:relative;
}
#page{
    background-color: #fcf9f2;
    border-top:1px solid #a8968e;
}
#page_copie{
    width: 978px; /* dimensionnement pour IE6 */
}
#centre{
	margin: 0 0 0 220px;
	padding:0;
    width:500px;
}
#entete{
    background-color: #fcf9f2;
    margin-left:1px;
}

/*
 * Entete
 */
#entete{
	height:200px;
}
#index #entete{
	height:186px;
}
#entete p{
    margin:0;
}
#rubrique #entete .logo{
    padding:56px 0 0 35px;
    margin:0;
    width:155px;
}
#rubrique #entete .logo a{
    color:#fcf9f2;
}
#index #entete .logo{
    margin: 12px 0 0 10px;
}
#index #entete .accroche{
    padding:17px 0 0 24px;
}


/*
 * Page d'accueil
 */
 
/* Actualités */ 
#index .actu p{
	margin:0;
}
#index .actu{
    font-size:0.8em;
    margin:25px 50px 25px 30px; 
}
#index .actu a{
    color:#000;
    font-weight:bold;
    text-transform: uppercase;
}
#index .actu h2{
    color:#ae131e;
    font-size: 1.2em;
    margin:0;
}
#index #centre{
	padding: 465px 0 0 30px;
	width:400px;
}

/* Animation Flash */
#index #flash{
	position:absolute;
	top: 1px;
	left:191px;
}

/* Blocs d'entrees */
#bloc_entree_1, #bloc_entree_2, #bloc_entree_3 {
    position:absolute;
}
#bloc_entree_1 img, #bloc_entree_2 img, #bloc_entree_3 img {
    display:inline;
}
#bloc_entree_1{
    background: url(../images/fond-espace-entreprise.jpg);
    top: 180px;
    left:191px;
    width:536px;
    height:67px;
    padding:30px 0 0 250px;
}
#bloc_entree_2{
    background: url(../images/espace-cibc.gif);
    top: 277px;
    left:191px;
    width:498px;
    height:35px;
    padding:10px 0 0 172px;
}
#bloc_entree_3{
    background: url(../images/fond-espace-particuliers.gif);
    top: 322px;
    left:191px;
    width:462px;
    height:87px;
    padding:9px 0 0 91px;
}

/* Fond de page */
#index #page{
	background: url(../images/fond-page.gif) repeat-y;
}

/* Illustrations */
#index #page_copie{
	background: url(../images/fond-index.gif) no-repeat;
	background-position: 454px 321px;
}

/*
 * Rubrique
 */

#rubrique #page{
	background: url(../images/fond-page-rubrique.gif) repeat-y;
}
#rubrique #page_copie{
	background: url(../images/ill-arbre.jpg) no-repeat top right;
}
#rubrique_accroche{
	text-align:right;
	margin:40px 10px 0 0;
}
#rubrique_accroche img{
	border-top:7px solid #77be90;
	border-bottom:7px solid #77be90;
	border-left:9px solid #77be90;
	border-right:9px solid #77be90;
	display:inline;
	background-color: #77be90;
}
.particuliers #rubrique_accroche img{
	border-color:#9a1132;
	background-color: #9a1132;
}
#rubrique #centre{
	padding: 300px 0 0 20px;
	width:515px;
}
#titre{
    position:absolute;
	width:628px;
	height:117px;
	top:108px;
	left:191px;
	text-align:center;
	padding:22px 0 0 0;
}
#titre img{
	margin: 0 25px 0 0;
	display:inline;
}
#rubrique #titre{
	background: url(../images/fond-titre-rubrique.jpg) no-repeat;
}
#rubrique.entreprises #titre{
	background: url(../images/fond-espace-entreprises.gif) no-repeat;
}
#rubrique.particuliers #titre{
	background: url(../images/fond-espace-particulier.gif) no-repeat;
}
#rubrique #ill_01{
	width:78px;
	height:81px;
	position:absolute;
	top:225px;
	left:531px;
	background: url(../images/fleche-rouge.gif);
}
#rubrique.particuliers #ill_01{
	background: url(../images/fleche-verte.gif);
}
#rubrique #ill_02{
	width:3px;
	height:107px;
	position:absolute;
	top:1px;
	left:718px;
	background: url(../images/pointilles-noirs.gif);
}
#rubrique.particuliers #ill_02{
	background: url(../images/pointilles-verts.gif);
}
#rubrique.particuliers #centre a{
	color:#68aa7f;
}

/*
 * Menu principal
 */
 
ul#menu{
	width:190px;
    padding:0;
    list-style-type: none;
    font: 1.1em "Arial", sans-serif;
    margin:0 0 0 1px;
}
ul#menu li{
    margin:0;
    padding:0;
    text-align:right;
    border-bottom:1px solid #fcf9f2;
}
ul#menu li.m1 a:hover, ul#menu li.m2 a:hover, ul#menu li.m3 a:hover, ul#menu li.m4 a:hover, ul#menu li.m5 a:hover, ul#menu li.m6 a:hover {
    background-color: #820a12;
    color:#7dc999;
}
ul#menu li a{
    display:block;
    width:170px;
    color:#7cc998;
    padding:4px 15px 4px 5px;
    font-weight:bold;
    text-decoration:none;
}
ul#menu li.m1 a{
    background-color: #1e0d09;
    color:#7dc999;
}
ul#menu li.m2 a{
    background-color: #503b33;
    color:#7ac998;
}
ul#menu li.m3 a{
    background-color: #7d675e;
    color:#76c694;
}
ul#menu li.m4 a{
    background-color: #a8968e;
    color: #8ad8ab;
}
ul#menu li.m5 a{
    background-color: #d4c8c3;
    color:#55a075;
}
ul#menu li.m6 a{
    background-color: #e9e3e0;
    color:#6dbb89;
}
ul#menu li.actif a{
	background-color: #820a12;
    color:#7dc999;
}

/*
 * Sous-menu
 */

#cont_sous_menu{
	width:180px;
	float: right;
	margin:26px 0px 10px 15px;
    text-align:center;
    padding:0;
}
#cont_sous_menu p{
	margin:0 0 1px 0;
	border-bottom:1px dashed #9a1132;
	color:#9a1132;
	font-weight:bold;
	padding:5px 0;
}
ul#sous_menu{
	margin:0;
	padding:0;
    list-style-type: none;
}
ul#sous_menu li{
	border-bottom:1px solid #fcf9f2;
	background:  none;
}
ul#sous_menu li a{
	display:block;
	width: 180px;
	text-align:center;	
	padding:3px 0;
	text-decoration:none;
	background-color: #77be90;
	color:#fff;
	font-weight:bold;
}
ul#sous_menu li a:hover{
	background-color: #a3202c;
}

/* Page espace particuliers */
.particuliers #cont_sous_menu p{
	border-color:#77be90;
	color:#77be90;
}
.particuliers ul#sous_menu li a:hover{
	background-color: #77be90;
}
.particuliers ul#sous_menu li a{
	background-color: #9a1132;
	color:#fff;
}



/*
 * Pied de page
 */

#pied{
	border-top:1px solid #a8968e;
    margin:0 0 0 0;
    padding:8px 0 20px 0;
    text-align:center;
}
#pied, #pied a{
    color:#70644a;
}
#pied p#contact{
    margin-bottom: 10px;
}
#pied p#mentions{
    font-size:0.9em;
}

/*
 * 404
 */
#rubrique #titre.err404{
    background: url(../images/fond-404.jpg) no-repeat;
}

/*
 * Plan
 */
#rubrique.plan #titre{
    background: url(../images/fond-plan.jpg) no-repeat;
}

/*
 * Page Contacts
 */
 
/* Google map */
#map{
	border:1px solid #ddd2b8;
}

/* Global : pour mise en forme */

.clear{
    clear:both;
    height:30px;
    font-size:0;
    line-height:0;
}

p.lire_suite{
	margin-bottom:25px;
	padding:1px 0 2px 20px;
	background: url(../images/fleche-lire-suite.gif) no-repeat left center;
}
p.retour{
	background: url(../images/retour.gif) no-repeat left center;
	padding:1px 0 2px 23px;
	margin-bottom:50px;
	font-size:0.9em;
}
#rubrique #centre.article{
	padding: 240px 0 0 20px;
}

/*
 * Articles
 */
#chapo{
	font-weight:bold;
}


/*
 * Mise en forme SPIP
 */

/* Listes */
ul.spip{
	list-style-type: none;
	margin:0 0 18px 30px;
	padding:0;
}
ul.spip li{
	background: url(../images/puce-rouge.gif) no-repeat left top;
	padding-left: 14px;
	margin-bottom:5px;
}

#rubrique.particuliers ul.spip li{
    background: url(../images/puce-verte.gif) no-repeat left top;
}
.spip_documents{
	margin:20px 0 20px 0;
	display:block;
	text-align: center;
	line-height: normal;
}
.spip_documents img{
	display:inline;
}
.spip_documents_left{
	margin:3px 15px 15px 0;
}
.spip_documents_right{
	margin:3px 0 15px 15px;
}
.spip_documents_center{
	display:block;
	text-align:center;
}
.spip_documents_center img{
	display:inline;	
}
.spip_documents p {
	margin: 0.10em;
	padding: 0;
}
.spip_documents_center {
	display: block; 
	clear: both; 
	width: 100%; 
	margin: 1em auto;
}
.spip_documents_left {
	float: left; 
}
.spip_documents_right { 
	float: right; 
}
.spip_doc_titre { 
	margin-right: auto; 
	margin-left: auto; 
	font-weight: bold; 
	font-size: 0.90em;
}
.spip_doc_descriptif {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.90em;
	font-style:italic;
	color:#7d675e;
}

/* tableaux */
table.spip{
	margin:0 0 25px 0;
}
table.spip caption{
	color:#9b1132;
	font-weight:bold;
	padding: 0 0 5px 0;
}
table.spip th{
	background-color: #77be90;
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
}
table.spip td{
	padding:2px 5px;
}
table.spip tr.row_even{
	background-color: #e9e3e0;
}
table.spip tr.row_odd{
	background-color: #dbd2ce;
}

/* Documents */
table.doc{
	margin:0 0 25px 0;
}
table.doc td {
	padding: 3px;
}
table.doc em{
	font-size:0.9em;
}
table.doc td.icone a{
	color:#fcf9f2;
}

/* Formulaire Contact */

form#contact{
	margin: 25px 0 25px 0;
}
form#contact .note{
	font-size:0.9em;
	color:#7d675e;
	margin-bottom:15px;
}
form#contact p{
	margin:0 0 8px 0;
}

form#contact label{
	font-weight: bold;
	color:#7d675e;
	font-size:0.9em;
}
form#contact label em{
	font-weight: normal;
}
form#contact #nom, form#contact #email1, form#contact #sujet, form#contact #message, form#contact #telephone{
	background-color: #f6efe0;
	border:1px solid #d4a88e;
	font-family: verdana, arial, sans-serif;
    font-size:0.95em;
}
form#contact #nom, form#contact #email1, form#contact #sujet{
	width:300px;
}
form#contact #telephone{
	width:100px;
}
form#contact #message{
	width:400px;
	height:100px;
}
form#contact #submit{
	background-color: #d4a88e;
	color:#fff;
}
form#contact .formErreur{
	color:#ff0000;
}
.form_retour{
	color:#77be90;
	margin:0 0 30px 0;
}
a.spip_out:after {
    content: url(../images/fleche-liens-ext.gif);
}

